Categories > Exploiting > Scripts >
[REQ] Jailbreak Car TP
Posted
Script that teleports your car to a certain position?
This is my old script, if you get out of the car after you teleport it, you die and you get glitched.
- local workspace = game:GetService("Workspace")
- for i,v in pairs(workspace.Vehicles:GetChildren()) do
- if v.Seat.PlayerName.Value == game:GetService("Players").LocalPlayer.Name then
- v:MoveTo(Vector3.new(40, 16.068, 786))
- end
- end
soy pro
Replied
Maybe use cframe instead? That's how I did my car tp script
Cancel
Post
Replied
@55258
stonks?
i will remove the question mark if this works
Cancel
Post
soy pro
Replied
That method has been patched I believe
Cancel
Post
Nada to see here
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post