Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while wait() do
  2. local A_1 = "GiveTutorialEgg"
  3. local A_2 = "10"
  4. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  5. Event:FireServer(A_1, A_2)
  6. local A_1 = "Incubator_SellEgg"
  7. local A_2 = 2
  8. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  9. Event:FireServer(A_1, A_2)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement