of     1   

corto713
#182930844Wednesday, February 03, 2016 1:47 PM GMT

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?
vlekje513
#182930894Wednesday, February 03, 2016 1:49 PM GMT

contextservice
vlekje513
#182930908Wednesday, February 03, 2016 1:50 PM GMT

corto713
#182931012Wednesday, February 03, 2016 1:56 PM GMT

Thank you much!
128Gigabytes
#182931244Wednesday, February 03, 2016 2:07 PM GMT

You should try and fix the script rather than try and detect it broke and replace it.

    of     1