--[[ documentation is comming out soon (if people actually use this shit) look inisde the script first, and i would appreciate feedback just try the normal "syn" functions for now, and u can keep ts in auto execute since it doesn't effect the game discord server is https://discord.gg/DNbfshRhgq ]] local parms = { owner = "ProphecySkondo", repo = "Misc", branch = "main", } local function Import(file) return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/%s/%s/%s.lua"):format( parms.owner, parms.repo, parms.branch, file )), file .. ".lua")() end Import("Syn/main")