Anonymouse10101

Banning Simulator Reset Cash: Use if got negative money

Jun 24th, 2019
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.leaderstats:GetChildren()) do
  2. if string.find(v.Name, "Gold") then
  3. epic = v.Value
  4. end
  5. end
  6. game:GetService("ReplicatedStorage").Events.Buy:FireServer(epic, "Door2")
Add Comment
Please, Sign In to add comment