#Help with movement

7 messages · Page 1 of 1 (latest)

plucky locust
#

I need a reliable method of smoothly moving a player's position ahead in the direction they're facing, similiar to a front dash in battlegrounds games, I tried to use :MoveTo(), but I cannot constantly update the player's position (Since the player has to be able to turn quickly and not go in one straight path)

opaque void
#

use linear velocity not* home right now but in a few hours I can help you out

plucky locust
#

you mean the deprecated velocity? or assemblylinearvelocity?

patent bear
#

linear velocity

plucky locust