of     1   

TheGreenDeveloper
#175489914Sunday, October 04, 2015 3:16 AM GMT

I'm making a cutscene script, and i need help with how to make the humanoid move from where the point it is to another place in a certain amount of time. Help plox.
KEVEKEV77
#175490141Sunday, October 04, 2015 3:19 AM GMT

well, walkspeed is stud per second i think, so it would be (without pathfinding) find the ditance between two points, and divide it by walkspeed. In alegbra, you can change the equation around to get the time
BusyCityGuy
#175490199Sunday, October 04, 2015 3:20 AM GMT

MakerModelLua
#175490209Sunday, October 04, 2015 3:20 AM GMT

TheGreenDeveloper
#175490459Sunday, October 04, 2015 3:23 AM GMT

Thx This line works like a charm humanoid.WalkSpeed = ((walkpos.Position - torso.Position).magnitude) / walkpos:WaitForChild("DelayTime").Value
SirChrvs
#175493034Sunday, October 04, 2015 3:57 AM GMT

You can find good scripts in the tool box, that would've been easier.

    of     1