#how to get rid of bouncing in roblox studio?
1 messages · Page 1 of 1 (latest)
can you elaborate
so the player is able to jump real high in the game. but when he falls he starts bouncing.
how high
real high
like 600 jumpPower high
Idk if this works but you couls try to increase the hipheight
change the elasticity of every limb in the character to 0.
alternatively, you could fire a raycast downward every heartbeat to check if you are on the ground and just landed.
if you did just land, then set the rootpart's velocity to vector3.zero (or another vector with a 0 on the y-axis.)
for the second solution i'd do it on the client
^ i second that
idk if it would make the physics weird though
