CustomPhysicalProperties Breaks Custom Characters

The only private way to attach it is to PM it to an admin. I might know the problem though – that behavior really looks like the problem you get when two parts’ frictionweight is 0. CustomProperties.new (material) might not be able to take a string and needs an enum, and because of that, your physical properties are zeroed out because there is no “Plastic” material (only Enum.Material.Plastic) Try printing out the frictionweight and also switch from a string to an enum.

1 Like