Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.49 KB | None | 0 0
  1. local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
  2. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  3. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  4. local plr = game:GetService("Players").LocalPlayer
  5. local petids = {}
  6. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  7. local a = #save[plr.Name]["Save"]["Pets"]
  8. local done = "lol meme"
  9. function random(t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement