#How do I get the Density of a part?

1 messages · Page 1 of 1 (latest)

halcyon aspen
#
local Part = myPart
local Density = ??? --Part.CustomPhysicalProperties.Density doesnt work```
How could I get the density of a part?I need it for something
halcyon aspen
wide orchid
#

try part:GetMass()

halcyon aspen
# wide orchid try `part:GetMass()`

but that is kind of the mass 😅 I mean I could calculate the density using the volume and mass of a part, but what if the density I get from that calculation wont be equal?

#

Actually I will test right now