GameObject.rigidbody
var rigidbody: Rigidbody;
Description

The Rigidbody attached to this GameObject (Read Only). (null if there is none attached).

	var other : GameObject; 
	other.rigidbody.AddForce(1,1,1);