Scripts giving us no error as if they don't exist

Greeting’s, Robloxian’s.

I have a question related to my scripts not working in our game. I recently discovered a bug in which one of our game’s scripts isn’t working and giving us no errors, but whenever we move the exact same script with the exact same function (events, remote function, etc.), it works perfectly fine.
Is there anyway we could fix this? Both me and my co-parenter are getting the error, so it isn’t just one person error, so it isn’t just one person. We have also messaged Roblox, but with no good response.

Thanks for your time, and have a great rest of your day. :grin:

Have you checked through the script’s logic? Often a script will not have any shown errors/warnings, but doesn’t work because of a logic error

1 Like

Could it be something to do with local functions of the script? Its a long shot but may as well see.

1 Like

Do you have code below a while true loop?