I’m making this tutorial (or rather group of small tutorials?) to describe how you can reset your Roblox registry keys, and Roblox’s AppData files in a way where you won’t lose any of your settings. This is in case you have issues with a corrupt Roblox install, or corrupt settings and need to reset everything but you don’t want to have to set up all your Roblox & studio settings after.
This post tells you how to do any of these things:
- Clear Roblox registry entries that might be causing issues
- Clear Roblox files from your AppData that might be causing issues
- Clear Roblox cache files from your Temp folder that might be causing issues
In order to clear your Roblox registry keys you can do either of these (I would recommend also clearing some of Roblox’s AppData files first as I explain below):
Use this .reg file (This is exactly what the other option does, just in a more automated way)
- Open notepad (not wordpad)
- Put these contents in
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\SOFTWARE\ROBLOX Corporation]
- Save it as a
.reg
file somewhere you can find easily, e.g. your Desktop - Right click the file you saved in explorer and click
Merge
(You’ll get a warning)
Or manually with regedit
- Press
Win + R
and type in regedit, and press enter to run regedit - You should see something like the following pop up:
- Expand
HKEY_CURRENT_USER
, then expandSOFTWARE
, then press the R key a couple times until you seeRoblox
andROBLOX Corporation
in the list:
- Right click on specifically
ROBLOX Corporation
and clickDelete
to delete it (The regularRoblox
key mainly stores some studio settings, its not really relevant to the normal game client so I don’t recommend deleting it or you’ll need to redo a lot of window positions and your script editor colors might get reset) - This should clear some version/crash info that might be causing your issues. You will also have to run the Roblox installer again because of that, and, the game may do a fresh install of Roblox but I don’t think it does in this case.
To reset your Roblox AppData files (but not your settings)
- Press
Win + R
, and type%LocalAppdata%\Roblox
and hit enter - Find the
Versions
folder & delete it - Find the
Downloads
folder (also because I know someone will misinterpret that somehow, the one namedDownloads
in the%AppData%\Roblox
folder not your actual downloads folder, aka, not the one in the side bar) & delete it - Find the
ClientSettings
folder & delete it (This stores some of the game’s FFlags and it can cause crashing if it gets messed up somehow) - If you see a
LocalStorage
folder, delete it - I recommend clearing the Roblox cache too
To clear the Roblox cache
- Press
Win + R
and type%Temp%\Roblox
and hit enter. - Press
Ctrl + A
and delete everything in the folder. - There you go!