Advertisement
Burkino

Untitled

Apr 13th, 2020
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. local purple = Vector3.new(-978.197998, 93.4756699, -1160.83459)
  2. local pink = Vector3.new(-1578.89868, 122.127914, 726.853516)
  3. local egg = Vector3.new(-1300.83508, 100.809959, -1154.26392)
  4. local len = Vector3.new(-1301.82056, 101.768974, -1143.20056)
  5.  
  6. game:GetService("ReplicatedStorage").Remotes.RemoteFunctions.requestSpawn:InvokeServer('Explorer', {'1' = 'Normal'}, 'Male');
  7.  
  8. local interact = game:GetService("ReplicatedStorage").Remotes.RemoteEvents.checkInteract
  9. game.Players.LocalPlayer.Character:MoveTo(len)
  10. interact:FireServer('NPC_Leonard')
  11. wait(5)
  12. interact:FireServer('NPC_Leonard')
  13. for i=1,3 do
  14. game.Players.LocalPlayer.Character:MoveTo(purple)
  15. wait()
  16. interact:FireServer('Well_5')
  17. wait(2)
  18. game.Players.LocalPlayer.Character:MoveTo(egg)
  19. wait()
  20. interact:FireServer('EventEgg_Whole')
  21. wait(10)
  22. end
  23. for i=1,2 do
  24. game.Players.LocalPlayer.Character:MoveTo(pink)
  25. wait()
  26. interact:FireServer('Well_4')
  27. wait(2)
  28. game.Players.LocalPlayer.Character:MoveTo(egg)
  29. wait()
  30. interact:FireServer('EventEgg_Whole')
  31. wait(10)
  32. end
  33. wait()
  34. game:GetService("ReplicatedStorage").Remotes.RemoteEvents.checkInteract:FireServer('EggHatInteract')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement