#What's the best way to stop any player movement/velocity?

9 messages · Page 1 of 1 (latest)

wooden niche
#

Set the players velocity to 0, then tell the client it happened

gilded seal
gloomy copper
#

cancel the move event

#

setting ur motion to 0 doesn't actually stop you, it just makes u move slow
but it does stop you in terms of vertical motion

gilded seal
gloomy copper
#

yea just go to the move function in the LocalPlayer class

#

and remove the code that moves the player with mixins

gilded seal