Advertisement
SirMeme

HEHEHEHEHE

Apr 18th, 2019
4,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | None | 0 0
  1. -- READ BEFORE USING
  2. -- BOARD THE SHIP & WAIT FOR THE GIRL TO SPAWN BEFORE EXECUTING
  3.  
  4. repeat wait() until workspace.TitanicFolder.SinkingMilestones.EggHuntStart.Value
  5. game.ReplicatedStorage.EggHuntStorageShared['TouchedStartEggHuntQuest']:FireServer()
  6. local function change(...)
  7. game.Players.LocalPlayer.EggHuntValues.MissionStage.Value = ...
  8. game.ReplicatedStorage.EggHuntStorageShared['ChangeMissionStage']:FireServer(...)
  9. end
  10. change(1)
  11. wait(.5)
  12. change(2)
  13. wait(.5)
  14.  
  15. game.Players.LocalPlayer.EggHuntValues.MissionStage.Value = 10
  16. game.ReplicatedStorage.EggHuntStorageShared['ChangeMissionStage']:FireServer(10, 3, 3)
  17. local tempc = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  18. for _,v in next, workspace.LuggagePlacement:GetDescendants() do
  19. pcall(function()
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Position
  21. wait(.2)
  22. end)
  23. end
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = tempc
  25. change(50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement