Right now the items can spawn outside of the world. This seems to be caused by the arrow components not rotating with the cave section.
Actually what is more likely is that the item distributor is being called before the caves rotate into place.
Probably would be best to have an "On Spawned" event in the caves and that is where they can do their things. That way it can be called from the level and not have these timing issues.
Right now the items can spawn outside of the world. This seems to be caused by the arrow components not rotating with the cave section.
Actually what is more likely is that the item distributor is being called before the caves rotate into place.
Probably would be best to have an "On Spawned" event in the caves and that is where they can do their things. That way it can be called from the level and not have these timing issues.