Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local seat = script.Parent.Seat
- seat.Throttle = 1
- script.Parent.Body.Touched:Connect(function(hitturn)
- if hitturn.Name == "Turn" then
- seat.Steer = 1.48
- wait(1.5)
- seat.Steer = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement