With this simple program you can unlock the FPS for your Roblox client in just 2 clicks!
- Install the
RFPSU.exe
file under releases page - Run it
- If Windows takes that file as "dangerus" just click on "more info" and "run anyway".
- You can see the source code of the program at the repo files
The program automatically creates a ClientSettings
folder and a ClientAppSettings.json
file inside it (if doesn't exist) and put the value to set the max FPS for your Roblox Client.
If you still don't trust this program, here's the method to do the same thing the app does manually:
- Go to your Roblox version files
- It can be
C:\Users\YourUsername\AppData\Local\Roblox\Versions
- It can be
- Go to the folder where contains the
RobloxPlayerBeta.exe
file - Go to the folder
ClientSettings
(create it if it doesn't exist) - Go to the file
ClientAppSettings.json
(create it if it doesn't exist) - On the
ClientAppSettings.json
file replace the file with this content:
{
"DFIntTaskSchedulerTargetFps": 999
}
- Save the file
Note that you need to do the same thing everytime a new Roblox version is released or the Client gets capped again to 60 fps
- Can I trust this file?
- Yes! If you want, you can see the source code of the program at the files of the repo
- I see 60 fps!
- Run the program again and it shold be unlocked again