to further explain where i was going wrong in case anyone else gets stuck where i was. I didn’t understand how you used (gameObject, TheObjectNameYouDeclaredIt) so i was thinking i had to replace the word gameObject with the name. I also didn’t understand the use of Rigidbody whateveriwanttocallit; and then the need to use get component so i can then use rigidbody for my purposes.