I am trying to create a functioning train in roblox, similar to ones you’d find in rails unlimited, terminal railways, etc.
I am currently achieving this by using “gliders”, a set of 4 spheres in between the tracks to keep it from leaving the track. This currently works quite well, however it is very easy to derail the train, by moderate speeds or very small imperfections in the track.
What are some other methods I could utilize in order to keep the train following the track without it easily derailing?
side note, wasn’t sure on where i should put this. I put it here since i think there are methods that involve scripting and methods that involve building, like the one I used.