Advertisement
Meliodas0_0

JB car tp

Feb 19th, 2020
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Enter a vehicle then execute the script, your car should go to the cords you entered.
  2. This is a teleport bypass method.
  3.  
  4. Code:
  5. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  6. if v.Seat.PlayerName.Value == game:GetService("Players").LocalPlayer.Name then
  7. v:MoveTo(Vector3.new(0,0,0)--[[Position--]])
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement