Halo 5 Forge Scripting Issue Need Help

I have been forging consistently the last couple days and the map I am working on is almost done. So I was messing around with scripting trying to add the little details. I had a couple things scripted so they would not be there at spawn and would appear after interaction. Though whenever the message is sent. The items appear then disappear a half second later. I have tried everything and cannot edit or even grab the items. PLEASE HELP as these things are ruining the map and after 70+ hours of forging I do not want to restart. These things should not happen considering how long I patiently waited for forge mode.

I am facing similar issues. Would it happen to be FX objects? I think it’s just some bad bugs that they are yet to fix. The worst thing is since you set it to despawn, you can’t delete the item and try again - they should consider a system where you can show hidden (non-spawned) items, that would fix a lot of problems.

I’m having an issue where if I create an object and put script on it, then the object moves too far from its starting place and is deleted or despawned, then the object is gone, but the Budget Window still says the scripting is spent, like the object was deleted, but the script was not.

An example; I made a road. I put a car on the road. On the car, I placed 4 Scripts: 1 On Message Receive Alpha Spawn, 2 On Message Receive Bravo Offset X 500, 3 On Message Receive Charlie Offset X 500, 4 On Message Receive Delta Despawn. Now this worked GREAT at first. I used a Script brain with timers to run Alpha, Bravo, Charlie, Delta. So the car went 1,000 on X, Despawned, Respawned, then went again, over and over. Then I made it go Alpha, Bravo, Charlie, Bravo, Charlie, Delta. The Car spawned, went 2,000 on X, Despawned, and never came back. I even went into the Map Options and tried RESPAWN ALL OBJECTS, but it did not respawn the car, but the Budget still said 10 SCRIPTS (4 from the car, 6 from the Brain). I tried to DELETE ALL UNLOCKED (I am 100% sure the car was NOT locked), and it deleted EVERYTHING like it was supposed to, Budget said OBJECTS 0/1024, GROUPS 0/128, LIGHTMAP, COLLISION, PHYSICS, all 0%, but for Scripts, it was still at 4…

How do I get rid of the scripts, and how do make the car not disappear FOREVER?

> 2533274826078506;1:
> I have been forging consistently the last couple days and the map I am working on is almost done. So I was messing around with scripting trying to add the little details. I had a couple things scripted so they would not be there at spawn and would appear after interaction. Though whenever the message is sent. The items appear then disappear a half second later. I have tried everything and cannot edit or even grab the items. PLEASE HELP as these things are ruining the map and after 70+ hours of forging I do not want to restart. These things should not happen considering how long I patiently waited for forge mode.

You can press X to open map options, scroll down and find the option to respawn all items. This should spawn anything that exists in the map. Do the items function correctly in a custom game outside of forge? I have found that some things do not want to work correctly while I am in the forge, but as soon as I load it up as a custom game, everything works as expected.