My game crashes Roblox

  1. What do you want to achieve?
    I want my game to not crash anymore.

  2. What is the issue?
    So whenever I joined my place, It gives me the “Joining Server”. After waiting for 5 minutes I get a “Roblox has quitted unexpecticly” prompt. It’s only with this game for some reason and everything in my place is self made. The place: Cuffs - Roblox?

  3. What solutions have you thought of so far?
    I checked every script, part, tool and I have contacted Roblox about it which didn’t help.

1 Like

Do you have any scripts with loops in them without a wait()?
If so then the script will get hung up there and not do anything else. The wait() causes a momentary break so that other items can work.

Can that make the whole game unplayable? I doubt that but I will double check.

Did you read the explanation?
If you don’t have a wait in each loop then the script will get stuck in that loop and your processor won’t do anything else.