I'm currently working on a new map where I plan to have a Train carriage Automatically move back and forth across two bases without any player switch interactions. But I have two big problems: #1 The movement distance of only 100 units per script is really stupid since its only like ten meters and I'm not sure how I can work around this to move the carriage more than 100 units. #2 I have no idea how to make my carriage Automatically go up and down by its self without completely breaking the scripts, The best I could do was use two identical unit timer scripts which kind of did what I wanted but the problem was the two scripts were inferring with each other and in the end one script kept pulling the carriage further into one direction and eventually it just went outside the map after about a minute in one direction. Can anyone help me with my issues? Thanks