
What do I do?Īll detections are false positives.
Roblox is force-closing, files are being deleted, and/or my anti-virus is detecting rbxfpsunlocker as malware. Issues submitted not attempting to follow these guidelines will be closed or deleted.
If relevant, include system specifications (e.g. Include on what platform(s) the issue occurs (normal client, Windows 10 Roblox app, Roblox Studio). Include steps on how to reproduce the issue, if possible. You can censor any personal information (file paths and so on) Include a copy of RFU's console (tray icon->Toggle Console). Be as informative as possible: issues with ambiguous titles and missing/low-quality descriptions will be deleted. Please read previous issues to make sure your question was not asked before. Make sure your question or problem cannot be answered in the FAQ below. Make sure you submit an issue or suggestion. They will be reopened once I have the time and capacity to moderate them. NOTICE: Issues are currently closed due to spam and the number of non-issues or low quality submissions. Run rbxfpsunlocker.exe before or after starting RobloxĪlternatively, RFU is available on Scoop. Extract rbxfpsunlocker-圆4.zip into a folder. If you have any questions, suggestions, or ideas for Cmdr, or you run into a bug, please don't hesitate to open an issue ! PRs are welcome as well.
By the time the command actually gets to your code, you can be assured that all of the arguments are present and of the correct type.
In addition to the standard admin commands (teleport, kill, kick), Cmdr is also great for debug commands in your game (say, if you wanted to have a command to give you a weapon, reset a round, teleport you between places in your universe).Ĭmdr provides a friendly API that lets the game developer choose if they want to register the default admin commands, register their own commands, choose a different key bind for activating the console, and disabling Cmdr altogether.Ĭmdr has a robust and friendly type validation system (making sure strings are strings, players are players, etc), which can give end users real time command validation as they type, and automatic error messages. Cmdr is designed specifically so that you can write your own commands and argument types, so that it can fit right in with the rest of your game.