Advertisement
Meliodas0_0

JB car tp script

Feb 19th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Get Coordinates:
  2. Code:
  3. local hi = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  4. print(hi)
  5.  
  6. Script:
  7. Code:
  8. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  9. if v.Seat.PlayerName.Value == game:GetService("Players").LocalPlayer.Name then
  10. v:MoveTo(Vector3.new(-289.790344, 18.853775, 1603.8446)) -- Change the cords you want to TP Too. Current: Crime Base
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement