Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Replace with your desired game ID
- local targetGameId = 10449761463 -- Replace this with the game ID you want to check
- -- Check if the current game's ID matches the target ID
- if game.PlaceId == targetGameId then
- -- If the game matches, execute your loadstring script
- loadstring(game:HttpGet("https://pastebin.com/raw/ZLBH9pRB"))()
- else
- -- If the game doesn't match, kick the player with a custom message
- game.Players.LocalPlayer:Kick("Not exact game, go in the exact game you dumb.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement