I’m not sure if I’m doing something wrong but when I go in test mode it sometimes shows 0% for the script ClientSetup, but the script is still running.
What it’s showing
What it should show
Note: I did no edits to the scripts and all scripts still run and all I do is press stop and play on studio test mode and its like a 50 50 chance to show the actual % or 0%
0% doesn’t mean the script has stopped working. It could be that none of its threads are running. This can easily happen if its an input or tool script that just waits for inputs before doing anything.
This is a bug with Roblox and not your code. It is caused by multiple things, but the most common issue is with the Roblox servers.
If there are issues with the servers, the % will not load.