Short: Is there anyway for a separate script to detect the output/errors of another script that are under the same parent?
Long: So there is a problem in one of my places where if a player fires a weapon at the teleportation block in the game, the gun crashes and will not function anymore. I cannot seem to find the problem with it in the gun as everything functions as it should until exactly that happens. I found a temporary (but rather inefficient) way to handle the by cloning and replacing the main weapon script every 10 seconds. How can I instead run a while true do with an if statement that detects the breaking/output of the weapon script before replacing it? |