of     1   

Lem0nzzx
#184232274Wednesday, February 24, 2016 3:42 AM GMT

I need some help with customphysicalproperties, because I can't enable every single hat on the catalog. How can I script customphysicalproperties to true. part.CustomPhysicalProperties = true, just doesn't work. ________________________________________________________________________
Lem0nzzx
#184232635Wednesday, February 24, 2016 3:48 AM GMT

Bump ________________________________________________________________________
mycheeze
#184232657Wednesday, February 24, 2016 3:48 AM GMT

workspace.DescendentAdded:connect(function(A) if A:IsA'BasePart' then A.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end)
Lem0nzzx
#184232983Wednesday, February 24, 2016 3:54 AM GMT

What if I wanted to change the density? ________________________________________________________________________
mycheeze
#184233078Wednesday, February 24, 2016 3:55 AM GMT


    of     1