Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Enter a vehicle then execute the script, your car should go to the cords you entered.
- This is a teleport bypass method.
- Code:
- for i,v in pairs(workspace.Vehicles:GetChildren()) do
- if v.Seat.PlayerName.Value == game:GetService("Players").LocalPlayer.Name then
- v:MoveTo(Vector3.new(0,0,0)--[[Position--]])
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement