So what I’m trying to do is when the player uses the gravity gun, the item that gets picked up can be moved with 2D-axis input. The item that gets picked up is using a physics handle and moves to a scene component that is on the player every frame. How can I move this scene component with 2D-input?