How to move a model?

So I just added trams to my game but I don’t know to to move it, I wanted the train to automatically move,
I’ve watched some tutorial on youtube but most of them are not really helping me. I have 0 knowledge abt scripting

If you’re moving this across a path, the easiest option for you would be to use physics instead of moving the model by it’s CFrame.

There’s probably a YouTube tutorial for that somewhere, just make sure to weld the entire tram together (there are plugins for that)

Could you use forces? Im still new to programming