local scripts = { [6875469709] = { "https://gist.githubusercontent.com/Tory2Tekkai/108ef1ee5551cd111afbcafe707c2019/raw/34f322dab7aa20fc653645151d00c7f3af8cfec4/gistfile1.txt" } } local urls = scripts[game.PlaceId] if urls then for _, url in ipairs(urls) do loadstring(game:HttpGet(url))() end else warn("Wrong game pal") end