UnderCoverScripts

roblox but you get smarter every second

Nov 10th, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while task.wait() do
  2. local args = {
  3. [1] = "Single",
  4. [2] = "Z6", -- to hatch a different egg change the number to the zone number (6 zones 6 best)
  5. [3] = true,
  6. [4] = {},
  7. [5] = false
  8. }
  9. game:GetService("ReplicatedStorage").Events.petHatching:FireServer(unpack(args))
  10. end
Advertisement
Add Comment
Please, Sign In to add comment