| 
			
			Objects that have collideMesh shapes are not affected by forces, such as gravity. They can be used as a collision area for other objects to collide with but won't react to the force of the collision.
 You could try a collideBox instead to make the avatar fall.
 |