Appearance
Ways to set your FPS cap
A lot of glitches require a specific framerate to work correctly. This page lists different ways to change your FPS cap.
TipsR6 + R15
Windows
Method 1: GlobalBasicSettings_13
Type: Built-in
Steps:
- Close Roblox completely before proceeding.
- Press Win+R to open the Run dialog.
- Type
%localappdata%\robloxand press Enter. - Open
GlobalBasicSettings_13.xmlin a text editor. - Find
FramerateCap— it looks like<int name="FramerateCap">0</int>. - Replace the number with your desired FPS cap and save.
WARNING
Roblox must be fully closed before editing this file, otherwise your changes will be overwritten on exit.
Method 2: 30-FPS trick
Type: Built-in
Steps:
- Exit fullscreen by pressing F11, or go to Roblox settings and set Fullscreen to Off.
- Right-click the center of the top bar. A context menu will appear.
- Leave the menu open, your game is now running at 30 FPS.
WARNING
Pressing most keys will dismiss the menu and cancel the effect. To rotate the camera, use shiftlock or the arrow keys.
Method 3: External programs
Type: External
You can use third-party programs to lock or change your FPS cap. See Useful Programs.
Linux
INFO
This section covers Sober, the native Roblox client for Linux. If you're using Waydroid, the process will differ.
Method 1: GlobalBasicSettings_13
Type: Built-in
Steps:
- Close Roblox completely before proceeding.
- Navigate to
~/.var/app/org.vinegarhq.Sober/data/sober/appData/. - Open
GlobalBasicSettings_13.xmlin a text editor. - Find
FramerateCap, it looks like<int name="FramerateCap">0</int>. - Replace the number with your desired FPS cap and save.
Method 2: External programs
Type: External
You can use third-party programs to lock or change your FPS cap. See Useful Programs.
macOS
Method 1: GlobalBasicSettings_13
Type: Built-in
Steps:
- Close Roblox completely before proceeding.
- Open Finder and press Cmd+Shift+G to open the Go to Folder dialog.
- Type
~/Library/Preferences/Robloxand press Enter. - Open
GlobalBasicSettings_13.xmlin a text editor (TextEdit works, though a code editor is recommended). - Find
FramerateCap— it looks like<int name="FramerateCap">0</int>. - Replace the number with your desired FPS cap and save.
WARNING
Roblox must be fully closed before editing this file, otherwise your changes will be overwritten on exit.
TIP
If the Roblox folder doesn't appear in ~/Library/Preferences/, try ~/Library/Application Support/Roblox/ instead, the location can vary by install.
Method 2: External programs
Type: External
FPS unlockers and limiters exist for macOS, though they are less common than their Windows counterparts. See Useful Programs for options that support macOS.
Tips
- A value of
0inGlobalBasicSettings_13.xmlmeans uncapped.