Physics Gravity

How could I set the gravity to be different for different objects? 

One of my objects require to be 0 gravity while the rest are normal. Would setting the mass to 0 do it?

Use the .gravityScale property of physic objects.

https://docs.coronalabs.com/api/type/Body/gravityScale.html

Thanks

Use the .gravityScale property of physic objects.

https://docs.coronalabs.com/api/type/Body/gravityScale.html

Thanks