$ 0 0 #pragma strict var speed : float = 10; function Update () { Rigidbody.Find("player").velocity.y = speed; }