Zero gravity part

this script makes a block be at zero gravity. theres also a force inside the part 0,12544,0. but for some reason the player itself cant move the block, its like its so heavy only other parts can move it because when i drop something on it it does move in zero gravity.

mass=script.Parent:GetMass() script.Parent.Force.force=Vector3.new(0,mass*196,0)
2 Likes

Then reduce the mass of the Part using the Game Explorer.

1 Like

how? (30 characters)))))))))))

… I kind of told you already. Use the Game Explorer, find your part, and reduce its Density, which would reduce its Mass.

1 Like

i cant find any things, i went into explorer and in properties aint nothing for density, in the game explorer theres nothing for parts

When you enable the CustomPhysicalProperties property of the part, you can click the arrow and change these properties.

2 Likes

you could use bodyvelocity to make a part zero gravity instead, and make the bodyvelocities speed to all 0. This will make it float and you can even move it. although bodyvelocity isnt supported now