I usually do the following:
First, I print the force required to keep the part up
print(part:GetMass() * game.Workspace.Gravity)
Next, I insert a BodyForce into the part and change the Y value the that of the previously printed value...
This will cause gravity to have no effect on the part.. |