#how to get rid of bouncing in roblox studio?

1 messages · Page 1 of 1 (latest)

floral tangle
#

plz help me yallcrying

narrow sundial
#

can you elaborate

floral tangle
floral tangle
#

real high

floral tangle
narrow sundial
#

well that's just roblox physics

#

why are you jumping that high

robust vigil
#

Idk if this works but you couls try to increase the hipheight

cinder vortex
#

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.)

narrow sundial
#

for the second solution i'd do it on the client

cinder vortex
#

^ i second that

narrow sundial
#

idk if it would make the physics weird though