Spawn Object

So I’m creating a game where your run around as a character and the character has this function where if you press a certain key he will suddenly conjure up a guitar and start playing it, and as you release it, it disappears. It’s kind of like in the Donkey Kong N64 game. I can’t figure out what the best way of doing this is. Any hints? All animations/movement functionality is created, I just have to get the guitar into the scene.

You want to start with the key you want to use to perform this action for example ‘F’ then hook up the pressed with the animation to start playing are you wanting to spawn the guitar or have it so its invisible then appears when the button is being pressed?
Once you’ve figured that out just hook up the released key with the necessary ‘stop animation’ and either destroy the spawned guitar or make it invisible.