-
Notifications
You must be signed in to change notification settings - Fork 2
FindFlag
It provides options to exclude most Studio-related flags from the results, enable case-sensitive search, and filter flags by language — either C++ or Lua.
After invoking the findflag command, you will be prompted to enter the first keyword. You need to provide a search term here to initiate the flag search. For example, you can enter CFrame.
Keyword 1 is the primary word used to search for a flag. Additionally, you can use Keyword 2 to search for flags that contain both specified words in their names.
What’s the advantage of this?
It allows you to narrow down your search to more specific results. For example, if you want to find a flag related to enabling a certain type of replicator, you can enter replicator as Keyword 1 and enable as Keyword 2. This will return flags whose names include both words, such as ReplicatorEnable.


The Keyword 2 functionality can also be used directly within Keyword 1 by separating multiple words with a specific character, such as a space, &, or a comma.
For example, you can enter:
Replicator EnableReplicator&EnableReplicator,Enable
Case Sensitive is a search option that determines whether the search takes letter casing into account. By default, it is set to false.
If you enable Case Sensitive by setting it to true, the search will not only check for matching keywords but also consider how those keywords are written.
For example:
- If you enter
acras Keyword 1, it will match any flag containing the combinationacr, regardless of letter case. - If you want to specifically find a flag where
ACRis written in all capital letters, you should enable Case Sensitive.
This option helps when you need precise, case-specific results.





