Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(60) – We put this in a while true do loop because :GetProductInfo gets the current info of the item.
- local asset = game:GetService(“MarketPlaceService”):GetProductInfo(3185454)
- if asset.Description == “Lol rekt” – Update this when you update the game
- else
- –Save Data and alert players
- for i,plr in pairs(game.Players:GetPlayers()) do
- plr:Kick(“Get rekt lol =3")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement