Advertisement
Scriptorz5

any pet blob sim

Dec 2nd, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local count = 0
  2. local A_1 = game:GetService("ReplicatedStorage").Pets["Rainbow Santa Buddy"]
  3. local A_2 = "newkeycode"
  4. local Event = game:GetService("ReplicatedStorage").Events.GivePet
  5. repeat
  6. wait(0)
  7. Event:FireServer(A_1, A_2)
  8. count = count + 1
  9. until count == 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement