CustomPhysicalProperties not effecting Chaarcter?

I change the Elasticity and ElasticityWeight and it does not change anything, I am changing the CustomPhysicalProperties of every BasePart in the default character model.

1 Like

Are you assigning the ‘Elasticity’/‘Friction’ properties directly or a PhysicalProperties.new() value to the 'CustomPhysicalProperties` property? The former is deprecated.

You may wanna check these out.
https://developer.roblox.com/en-us/api-reference/property/BasePart/CustomPhysicalProperties

I am using the latter of the two