Advertisement
matekaOSF2

Untitled

Dec 22nd, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. local RunService = game:GetService("RunService")
  2. local TeleportService = game:GetService("TeleportService")
  3. local PLR = game:GetService("Players")
  4. local LocPLR = PLR.LocalPlayer
  5. local LocCF = LocPLR.Character.HumanoidRootPart.CFrame
  6. local Place = game.PlaceId
  7. local PlaceMH = 258258996
  8. local PlaceVOID1 = 4464946645
  9. local VM1CF = CFrame.new(Vector3.new(-819, 44, 1394))
  10. print(LocCF)
  11.  
  12. local function TeleportToVOID()
  13. if Place ~= PlaceMH and Place ~= PlaceVOID1 then
  14. TeleportService:Teleport(PlaceMH, LocPLR)
  15. elseif Place == PlaceMH and Place ~= PlaceVOID1 then
  16. print("Teleporting to Void")
  17. TeleportService:Teleport(PlaceVOID1, LocPLR)
  18. elseif Place ~= PlaceMH and Place == PlaceVOID1 then
  19. print("Succesfully Teleported to Void")
  20. end
  21. end
  22.  
  23. local function TeleportVM1()
  24. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-820, 44, 1394))
  25. end
  26.  
  27. TeleportToVOID()
  28.  
  29. local function StepCompleter()
  30. wait(2)
  31. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-817, 43, 1350))
  32. wait(19)
  33. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-464, 43, 966))
  34. wait(10)
  35. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-505, 43, 495))
  36. wait(13)
  37. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-952, 54, -71))
  38. wait(10)
  39. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1329, 43, 1106))
  40. wait(13)
  41. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1280, 43, 865))
  42. wait(20)
  43. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1683, 512, 2687))
  44. wait(5)
  45. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1684, 512, 2713))
  46. wait(30)
  47. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1684, 513, 2743))
  48. end
  49.  
  50.  
  51. if Place == PlaceVOID1 then
  52. print("Starting StepCompleter")
  53. StepCompleter()
  54. else print("Not in Void :( can't do ")
  55. end
  56. print("Started")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement