๐Ÿ“„ prism.lua
1
2
3
4
5
6
7
8
9
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/%s"))
end

webImport("init")
webImport("ui/main")