Hi there, I’ve recently been learning Godot and have a question on how to get an item you pick up to appear on your player’s camera. (i.e. a flashlight)
This is the code I have attached to my flashlight which is what you pick up.
I just had to call the flashlight_picked variable in the ready function and make it invisible but still have the flashlight attached to the player. Then I could just make it visible in the interact function.