Character with hidden items

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dang_

Currently, my character and the items are separate things and I want to connect the two so that the item appears when the player wants. The item is a water balloon which is supposed to be thrown at the enemy character.

:bust_in_silhouette: Reply From: exuin

You could try making the item a child of the player and using hide() and show() to change the item’s visibility.