How can I make a part, union etc have no weight?

https://gyazo.com/e0a2de6cb1a284e0708d4b78b4ac3c52

So I have a union welded to a part, and currently the union is sitting also on top of the part. I tried clicking “massless” properly on the union. But it still seems to have weight and ends up tipping the part over.

click on custom physical properties in properties of the part/union and change the density to 0

I did, didn’t work.
///////////////////

Change the Massless property to True.

1 Like

I did haha
/////////////////////////////////

Add a bodyforce and aet the force to:
force.Force = Vector3.new(0, part:GetMass() * workspace.Gravity, 0)