can someone help me with this

i keep getting this error and i don’t know how to solve it Screenshot by Lightshot

this is my code using System.Collections;using System.Collections.Generic;using UnityEngine; - Pastebin.com

Rigibody.GetComponent<Rigidbody> ();

Should be

Rigibody = GetComponent<Rigidbody> ();

thank you <3