Advertisement
kevinbuitendyk

Untitled

Mar 30th, 2018
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. --Wonder Egg Auto-Completion[Wonderland Grove]
  2. --You have to be in Wonderland Grove to use this script.
  3. --Created by Lelouch vi Britannia#1337
  4. --BlackHatHelper on v3rmillion.
  5. local PlayerChar = game:GetService("Players").LocalPlayer.Character
  6. local E1 = game:GetService("ReplicatedStorage").Events.RemoteEvents.StartGuests
  7. local E2 = game:GetService("ReplicatedStorage").Events.RemoteEvents.GuestInvited
  8. local E3 = game:GetService("ReplicatedStorage").Events.RemoteFunctions.CompletedWonderland
  9.  
  10. PlayerChar.HumanoidRootPart.CFrame = game.Workspace.Queen.Head.Model.Part.CFrame + Vector3.new(10,0,0)
  11. wait(0.3)
  12. E1:FireServer()
  13. wait(0.3)
  14. for i,v in pairs(game.Workspace.Eggs.EggObjects["Wonderland Egg"].Guests:children()) do
  15. E2:FireServer(v.Name)
  16. wait()
  17. end
  18. E2:FireServer("Eric")
  19. wait(0.3)
  20. E3:InvokeServer()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement