Advertisement
Rider_Lol

Untitled

Jun 25th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while wait(60) – We put this in a while true do loop because :GetProductInfo gets the current info of the item.
  2. local asset = game:GetService(“MarketPlaceService”):GetProductInfo(3185454)
  3. if asset.Description == “Lol rekt” – Update this when you update the game
  4. else
  5. –Save Data and alert players
  6. for i,plr in pairs(game.Players:GetPlayers()) do
  7. plr:Kick(“Get rekt lol =3")
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement