local RAW_URL = "https://pastebin.com/raw/iCcnPsAT" local ok, result = pcall(function() local source = game:HttpGet(RAW_URL) local func = loadstring(source) if not func then error("script failed to load.") end return func() end) if not ok then warn("script is dead idk:", result) end