-
Notifications
You must be signed in to change notification settings - Fork 0
A guide to FastFlags
FastFlags are hidden settings that control Roblox's behavior. NexusStrap makes it easy to configure them without editing files manually.
FastFlags are configuration flags that Roblox reads on startup. They control rendering, performance, UI, and more. They're not officially documented by Roblox, but the community has discovered many useful ones.
NexusStrap provides toggle switches for commonly used flags:
- Remove Grass — Removes grass rendering for better performance
- Gray Sky — Replaces the sky with a flat gray color
- Pause Voxelizer — Disables terrain voxelization
- Fix Display Scaling — Fixes UI scaling on high-DPI displays
Choose between different rendering backends:
- Automatic — Let Roblox decide (default)
- Direct3D 11 — Force D3D11
- Direct3D 10 — Force D3D10
- Vulkan — Force Vulkan (if supported)
- Metal — Force Metal (macOS only)
Force a specific graphics quality level:
- Automatic — Default behavior
- Level 1-10 — Force a specific quality level
For power users, NexusStrap includes a full FastFlag editor:
- Click Open FastFlag Editor at the top of the FastFlags page
- Add, edit, or remove individual flags
- Use Ctrl+Z and Ctrl+Y to undo/redo changes
- Use the Value Selector to quickly choose flag values
The editor includes a "Preset" column that shows which flags have known preset values. This helps identify which flags are safe to toggle.
The editor shows the total number of configured flags, helping you keep track of your changes.
NexusStrap includes pre-built flag templates for common use cases:
- Go to FFlag Templates in the Settings sidebar
- Browse templates by category (Performance, Graphics, Audio, etc.)
- Click Apply to activate a template
You can set NexusStrap to automatically re-apply your template when Roblox updates:
- Go to FastFlags
- Scroll to Auto-Update FFlag Profiles
- Enable Auto-Update on Roblox Update
- Select your preferred template
Some flags can trigger Roblox's anti-cheat system:
- Go to Anti-Cheat in the Settings sidebar
- Click Scan Flags to check your current configuration
- Flags marked as "High" severity may cause issues
NexusStrap detects when two flags conflict with each other:
- Go to Conflict Detector in the Settings sidebar
- Click Scan for Conflicts
- Review any detected conflicts and resolve them
If something goes wrong:
- Toggle Reset Configuration in FastFlags
- This temporarily clears all flags (you can toggle it back to restore)
- Or reset permanently by clearing flags manually