![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | sakotijir2023 |
I’m creating an MVP and I’m stuck on a critical part of the MVP. I have an action button setup and it works but I need the player to be able to pick up the object and carry it until I hit the action button again. Effectively I need to take this object and translate it to the player’s position but then have it follow the player.
I was thinking in terms of removing it and adding it as a child or something but I’m not sure how that would work. I’m using GDScript.
I appreciate any advice!