How to use packages
- paste the script on top of ur script
- examples are in there so
local function load(package)
return loadstring(game:HttpGet('https://raw.githubusercontent.com/laderite/zenx/main/packages/' .. tostring(package) .. '.lua'))()
end
--// load packages \\--
local utilities = load('utilities')
print(utilities:getUserId(game.Players.LocalPlayer.Name))most scripts are open source