Advertisement
Dicesoul

Untitled

Apr 19th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. 1. Execute this to go to the event place:
  2. Code:
  3. game:GetService("TeleportService"):Teleport(565923178, LocalPlayer)
  4. -----------------------------------------------
  5. 2. Once you're in the event place, execute this:
  6. Code:
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.64877439, -25.998188, 22.4675922)
  8. -----------------------------------------------
  9. 3. Finally, once you complete the prompts by clicking on the girl, and accept the gift, execute this to teleport back:
  10. Code:
  11. game:GetService("TeleportService"):Teleport(428114181, LocalPlayer)
  12.  
  13. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  14. Bonus teleport scripts:
  15. Staff Room:
  16. Code:
  17. game:GetService("TeleportService"):Teleport(606762872, LocalPlayer)
  18. -----------------------------------------------
  19. Data restore place:
  20. Code:
  21. game:GetService("TeleportService"):Teleport(607576685, LocalPlayer)
  22. -----------------------------------------------
  23. Meme dungeon:
  24. Code:
  25. game:GetService("TeleportService"):Teleport(611209665, LocalPlayer)
  26. -----------------------------------------------
  27. TESTING PLACE:
  28. Code:
  29. game:GetService("TeleportService"):Teleport(455705058, LocalPlayer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement