SirMeme

EGG OPENER

Mar 7th, 2019
3,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.enabled = true -- false to disable
  2. while _G.enabled do
  3. local A_1 = game:GetService("Workspace").PetDispensers.Uncommon
  4. local Event = game:GetService("ReplicatedStorage").PurchasePetFunction
  5. Event:InvokeServer(A_1)
  6. wait()
  7. end
Add Comment
Please, Sign In to add comment