Advertisement
Anukun_Lucifer

AI Car Script

Mar 27th, 2023
2,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | Gaming | 0 0
  1. local seat = script.Parent.Seat
  2.  
  3. seat.Throttle = 1
  4.  
  5. script.Parent.Body.Touched:Connect(function(hitturn)
  6.     if hitturn.Name == "Turn" then
  7.         seat.Steer = 1.48
  8.         wait(1.5)
  9.         seat.Steer = 0
  10.     end
  11. end)
Tags: Roblox ai AI car
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement