Search Unity

Addforce on multiple objects

Discussion in 'Physics' started by roberthaidau11, Jul 20, 2021.

  1. roberthaidau11

    roberthaidau11

    Joined:
    Jul 20, 2021
    Posts:
    1
    I'm new to unity, if I wanted to move a object using Addforce i would add public Rigidbody rb; and then just move the object into the rb position to work with the script. If i made like a robot from 5 objects and made them all in one parent, how do I use Addforce to move them all?