Items disappear when trying to script

So I’ve ran into a small issue with scripting, which is really screwing me up. I’m trying to run a simple script of despawning in message received, however every time I try this the object automatically despawns and doesn’t respawn. Ever. On reloading the matches or forced respawn the objects stay gone HOWEVER they still add to my object count.

When scripting things to despawn, always do it with Scripting set to ‘off’. You’ll also need backup scripts.

Script 1 should be, Timer check inital 0.00, repeat 0.00, action 1: spawn: force spawn on.

Script 2 should be, message recieved (whatever channel), despawn.

The first script will force the object to spawn at the start of the round when the timer starts running.

To check for lost items, go into the map, turn scripting off, then go to the bottom of that menu and select reset map state and respawn all items. Save with scripting still turned off, and backout to main menu. Reload the map and all despawned objects will reappear.

Thank you millions my man! Finally got it working, not sure if I can share the result but I’ve basically made a C4 charge a player can pick up and blow up a wall with, super helpful thanks!