The Scripting Support category is intended for receiving help on things you created. If it’s not of your own creation, there is very little to go from because you don’t even understand the concept behind how the script works, so you probably won’t understand the fixes either.
You need to apply basic debugging to try and isolate the issue, because posting your entire system and asking for fixes rather than directions is inappropriate use of this category. We don’t even have a given place to look because there’s just a mound of pasted code and no apparent effort from your end to attempt to resolve the issue you’re facing.
There are various resources in and around the toolbox that you can reference for help fixing this kind of a system as well, or modify such that it can include the features you’re looking for. Keep in mind that this is not a do-my-work category.
Refer to our category guidelines for more information on how to properly use this category.
As for the formatting debacle, no you haven’t formatted it because there are still parts of the script outside of a code block. When posting code to the DevForum, please include your code within a code block so it’s easier to read. You can do so with three backticks above and below your code.
```lua
– Code
```