Advertisement
Burkino

Untitled

Apr 6th, 2020
2,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.ActiveMap:GetChildren()) do
  2. if v.Name == "32" then
  3. print("map is heist")
  4. wait(5)
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-547.41, 560.8, 209.088))
  6. wait(10)
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-160.465, 580.605, -38.0929))
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement