Im having troubles on how to make a moving person running back and forth. Can you tell me what I need to do?
Assuming that the "person" isn't a player, you can up the Humanoid's walkspeed to make it run (around 20-25 should do) and then use the :MoveTo() method the make the person run to the Vector3 you specified.