I just noticed today that my game’s custom characters can’t collide with each other anymore if its parts use CustomPhysicalProperties, either one or both of the involved characters (sometimes fling out of control then) respawn.
Here are the properties I am using (which never had a problem a few days ago):
local properties = PhysicalProperties.new(“Plastic”)
part.CustomPhysicalProperties = PhysicalProperties.new(2, properties.Friction, 0,
properties.FrictionWeight, 90)
I have CustomPhysicalProperties enabled in all the parts in the character so that there is no elasticity. Disabling CustomPhysicalProperties isn’t an option because it makes the characters bounce when they jump.
With CustomPhysicalProperties enabled:
https://i.gyazo.com/5c8a032892417ddc456f65fa32a777d1.gif
With it disabled (and how it should look):
https://i.gyazo.com/89fb5d27874a51defdff20264a32ca2c.gif
I stripped down my game and made a repro place: Bomb Prototype - Roblox
but how do I attach a copy of it privately?? or can you guys get it without me attaching a copy