Just as the title says, it says on the wiki you can't use the "ent:Gravity" command so how would I go about doing it? :L
I don't think you can set the gravity of each individual prop.
You can enable/disable it though. Must be used on their physobject
local phys = ent:GetPhysicsObject()
phys:EnableGravity(false)
Is there a way to create a variable that effects it?
Sorry, you need to Log In to post a reply to this thread.