:::::::::: ::::::::::: :::: ::: ::: ::: ::: ::::::::
:+: :+: :+:+: :+: :+: :+: :+: :+:+: :+: :+:
+:+ +:+ :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+
:#::+::# +#+ +#+ +:+ +#+ +#++:++#++: +#+ +#+ +#++:++#+
+#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+#
### ########### ### #### ### ### ########## ####### ########
@scotdotwtf, @colastee, made with love <3
loadstring(game:HttpGet("https://raw.githubusercontent.com/scotdotwtf/Final16/main/loader.lua"))()
-
Modules can be found here: https://github.com/scotdotwtf/Final16/tree/main/modules
getgenv().modules = {"camera.lua", "graphics.lua"}
loadstring(game:HttpGet("https://raw.githubusercontent.com/scotdotwtf/Final16/main/loader.lua"))()
-
The cool thing with final 16 is that it loads all module even if you don't specify it. Here's how I did it:
-- * LINE 16, scotdotwtf/Final16/loader.lua
modules == nil then
getgenv().modules = { } --> modules
end