i have looked in the Script Analysis box and it says there's nothing wrong. None of my scripts work.
please provide the script thats not working and maybe i can help
If you're running threads through coroutine
or pcall
, check inside of those threads for any potential errors. They don't necessarily return an error because they behave like a pcall
function.