I have two objects. Object 1 and Object 2.
Object 1 is the player and is in front of Object 2. Object 1 can move forward. Object 1 is the main parent.
Object 2 is behind Object 1. It is not a child of Object 1. It can not move.
I’m trying to have Object 1, go through a trigger which makes Object 2 become Object 1’s child, and move.
Is there anyway to create this?