Advertisement
Burkino

Untitled

Apr 12th, 2020
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local mission = workspace.EggMission:FindFirstChild("ClickDetector",true)
  2. local eggs = workspace.IceParts
  3. fireclickdetector(mission)
  4. for i,v in pairs(eggs:GetChildren()) do
  5. fireclickdetector(v.ClickDetector)
  6. repeat
  7. wait(.1)
  8. until not workspace[game.Players.LocalPlayer.Name]:FindFirstChild("IceShard")
  9. end
  10. wait(120)
  11. local bed = Vector3.new(-36.3358955, 21.6397705, -201.479843)
  12. wait(100)
  13. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3043.70923, 4449.49023, -2219.87964))
  14. wait(3)
  15. while wait() do
  16. game:GetService("ReplicatedStorage").RemoteEvents.HitEggBoss:FireServer()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement