#How do you make a 3D NPC car that can move on its own?

1 messages · Page 1 of 1 (latest)

timid cloak
#

Hi! I'm still learning Godot and I'm getting the hang of it (I think), but now I'm wondering how do you make a 3D NPC car move fluently and what is the basic code for it? If it's possible, how can I duplicate it into 10 cars? Thanks!

little linden
#

Got lots of questions:

Do you need it to have realistic car physics, or is it ok if it just follows a simple path?
Does the path change, or is it the same path every time?
Does each of the 10 cars have to follow a different path?

timid cloak
timid cloak
#

also when I'm coding, I get a weird error

little linden
#

That error isnt weird, it’s telling you that you’re trying to set something to the wrong type

little linden