Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local count = 0
- local A_1 = game:GetService("ReplicatedStorage").Pets["Rainbow Santa Buddy"]
- local A_2 = "newkeycode"
- local Event = game:GetService("ReplicatedStorage").Events.GivePet
- repeat
- wait(0)
- Event:FireServer(A_1, A_2)
- count = count + 1
- until count == 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement