Admins
Admins page helper.
Admins.Load
Refreshes (or loads) the list of admin ranks and their members. Does not return any data.
luau
Admins.Load(): ()luau
while task.wait(20) do
Admins.Load()
endAdmins.ClearEditState
Resets the Env module to wipe out persisting data from previous rank edits.
luau
Admins.ClearEditState(Env: { any }): ()luau
Admins.ClearEditState()Admins.GetEditState
Gets a fresh copy of the Admin environment with Strings cleared for easier reading and processing.
luau
Admins.GetEditState(): { AdminState }luau
print(Admins.GetEditState())Admins.OpenCreator
Opens the rank creator.
luau
Admins.OpenCreator()Admins.CloseCreator
Closes the rank creator.
luau
Admins.CloseCreator()Admins.RunCreatorApp
Loads the Rank Creator.
WARNING
Not for external use.
luau
Admins.RunCreatorApp()