of     1   

kingkiller1000
#24487293Sunday, April 18, 2010 11:35 PM GMT

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.
B3tturTh3nU
#24488135Sunday, April 18, 2010 11:48 PM GMT

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
B3tturTh3nU
#24488169Sunday, April 18, 2010 11:49 PM GMT

I mean correct mass
kingkiller1000
#24488420Sunday, April 18, 2010 11:53 PM GMT

What is totalMass? The mass of the handle?
B3tturTh3nU
#24489004Monday, April 19, 2010 12:03 AM GMT

the mass of every part in the tool

    of     1