How do you add more time to pickup?

Hello Catherine8687,

You could have local boolean that tells whether the magnet is active(localMagnet). You could set localMagnet to true and false at the same time as “Magnet Active” in your character. Then you could check if it is false before casting to ThirdPersonCharacter, if true you could increment a counter. You could then check if that counter is greater than 0 right after your delay node. If true decrement the counter by one and connect back to the delay node. If false continue to your “Cast to ThirdPersonCharacter” node.

From,