A FPS unlocker for Roblox that doesn't change any system files.
This app unlocks the Roblox FPS in an anticheat safe way and also allows you to set the FPS cap yourself, if you so choose.
Since this script just uses code that's already built into Roblox, just disabled by default, it doesn't trigger Byfron. We just add a file for advanced settings which activates the code. Think of loading custom audio files in studio, we add a file but don't modify anything.
You can download a release from the GitHub releases page
This is a Python project so compilation isn't required but can be done. The tool I use it PyInstaller with the following command:
pyinstaller --clean -F unlocker.py -n "Roblox FPS Unlocker" -i "icon.png"
Building from source requires the following package(s) to be installed with pip:
- [WINDOWS]: windows-curses --
pip install windows-curses