why will my camera not become a child of my spring arm? I can make the spring arm a child of the mesh or the camera, but the camera will not become a child of the spring, but will allow me to make it a child of the mesh. Why will it not let me make the camera a child of the springarm?
Change the order, first create SpringArm ( line 22, 23 ) then PlayerCamera ( line 17, 18 ).
You are attaching PlayerCamera to SpringArm equals to NULL.
1 Like
Thank you, wasn’t even thinking about the order dam I am an idiot, thank you for the response