Advertisement
Meliodas0_0

Vehicle tp jailbreak

Jul 12th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local Vehicle = "Camaro"
  2.  
  3.  
  4. for i = 1, 5 do
  5. local oldcf = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame
  6. game:GetService("Workspace").Vehicles[Vehicle]:SetPrimaryPartCFrame(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame)
  7. wait()
  8. root.CFrame = oldcf
  9. root.Velocity,root.RotVelocity=v30,v30
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement