Equipment System and Prompts Breaking After a Period of Time

Hello everyone,

I’m JKbings0099, and I’m encountering a persistent issue in my game. I have an equipment system that utilizes Roblox prompts to equip items after a specific amount of time. However, after an unknown duration, all scripts in my game break, and the prompts seem to mysteriously disappear.

I’ve thoroughly checked for any potential backdoors or scripts that could be causing this issue, but I haven’t found anything unusual.

Has anyone experienced a similar issue or have any suggestions on how to troubleshoot or resolve this? Any help would be greatly appreciated!

Thank you!

hey @JKbings0099, I could try to help a little.

The disappearing prompts are most likely due to something on the client obviously. I don’t think it’d be a backdoor unless you have lots of free models / other scripters.

Edit: Before you do anything, if the prompts are based on the server and they break on the client switch over to the server to see if they are still in-tact and visible.

First, check your output if you haven’t already and check for any errors on the server AND client.

If there are no errors, run print statements on the prompts and anything related to find what causes the error. If it breaks at random, you still need to do multiple tests regardless to find out the issue.

As of right now, there are no issues with the base Roblox prompt so it is unfortunately on you.

Good luck with debugging and reach out to me if you got any questions.

Thank you for the advice! I’ll review all my client scripts again. This game is an older project that my team and I have been working on for some time.

1 Like