Is it possible to make a weightless brick? In my arial fight game on my alt kingkiller2000, you float in the air (you fall through the base), but when you equip a tool, the weight of the tool makes you fall down through the base and die.
negation = Instance.new("BodyForce")
negation.force = totalMass * 196.2
negation.Parent = Handle
that should completely negate gravity for the tool, assuming you gave it the correct force