The first Roblox FPS unlocker for macOS. This is a very simple and unpolished FPS unlocker with more updates to come. This has been tested and working both on Intel-based machines and under Rosetta 2 on M1.
- Download the latest release from https://github.com/lanylow/rbxfpsunlocker-osx/releases.
- Extract
rbxfpsunlocker.zip
by double clicking on it, if it wasn't extracted automatically. - Locate
rbxfpsunlocker
in Finder in your Downloads and right click and pressGet Info
. - Copy all text after where it says
Where:
. - Open Terminal and write the following command. Replace the
<path>
with the copied path from Finder.
cd <path>
- Using the
cd
command, you should now be in your Downloads folder or wherever else your FPS unlocker file may be. - In the same Terminal window, run the following command.
<cap>
may be replaced with whatever framerate is desired, e.g. 90, 120, 144, etc. If no framerate is supplied it will automatically be set to 120.
sudo ./rbxfpsunlocker <cap>
- Enjoy those smooth frames but on macOS now
A more user friendly setup will soon be released with a video tutorial.
- Open Terminal and clone the repository and change directory.
git clone https://github.com/lanylow/rbxfpsunlocker-osx/ && cd rbxfpsunlocker-osx
- Compile. This will fail if you don't have Xcode Developer tools installed.
make
- Launch the unlocker
sudo ./rbxfpsunlocker <cap>
Use at your own risk, this is new and still in-development, however this uses the same computational/theoretical method as axstin's rbxfpsunlocker which has been cleared by Roblox as safe to use.
Please note that this is a FPS unlocker and not a FPS booster and if your frame rate is the same or below 60 FPS, then your machine is not powerful enough to run Roblox at more than 60 FPS. Heavy usage of system resources may occur because of the higher frame rate.
@fjij - For bringing the idea to our attention
@lanylow - For reverse engineering and coding the unlocker
@SeizureSaladd - For testing the code and coding the front-end