AI car help scripting

Hello I was tasked with making an AI racing car but its not working at all on a simpler scale it works fine but when the code is added to a complex model it dos not move
here is the code
local seat = script.Parent.DriveSeat

script.Parent.body.Touched:Connect(function(hitturn)
if hitturn.Name == “Turn” then
print(“Turn”)
seat.Steer = 1
wait(1.45)
seat.Steer = 0
end
end)

1 Like

I already told you how to make it on several of your reposts. Please consider TRYING instead of BEGGING

I have been trying I made a network for the car but for the model I have it will not work for an y other model it will work except the one I want it to work on

can i see the code for the network, specifically the back propogation?

It’s the neural network by I forgot his name its that system

that isn’t a neural network…

The system kryptonite or some username like that name I used that system it works on a normal car but not on my car model

So is it like a plugin? How did you integrate it?

A neural network is based off the human brain meaning it have memory of things that it did.

No I just got a simple car model and wrote to to make it drive and it did but on a much more complex model it would not work