Advertisement
ILovePotato

Untitled

Jan 22nd, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. -- Replace with your desired game ID
  2. local targetGameId = 10449761463 -- Replace this with the game ID you want to check
  3.  
  4. -- Check if the current game's ID matches the target ID
  5. if game.PlaceId == targetGameId then
  6. -- If the game matches, execute your loadstring script
  7. loadstring(game:HttpGet("https://pastebin.com/raw/ZLBH9pRB"))()
  8. else
  9. -- If the game doesn't match, kick the player with a custom message
  10. game.Players.LocalPlayer:Kick("Not exact game, go in the exact game you dumb.")
  11. end
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement