Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gameScripts = {
- [6516141723] = "https://pastebin.com/raw/5LAgYJ6p", -- Doors
- [6839171747] = "https://pastebin.com/raw/5LAgYJ6p", -- Doors
- [7239319209] = "https://pastebin.com/raw/Y5LpW7sS", -- Ohio
- ["default"] = "https://pastebin.com/raw/UhshcmxS" -- Другие игры
- }
- local currentGameId = game.PlaceId
- local scriptUrl = gameScripts[currentGameId] or gameScripts["default"]
- loadstring(game:HttpGet(scriptUrl))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement