Template:AdminOnlyMethod
From Legacy Roblox Wiki
File:AdminOnlyMethod.png [[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} ) | |
Returns | {{{returns}}} |
Description: | {{{description}}} |
In Object: | [[{{{object}}}]] |
Example Usage
{{AdminOnlyMethod |name = SaveBoolean |arguments = [[String]] ''key'', [[Boolean]] ''value'' |returns = |description = Saves a boolean value. |object = Player }}
{{AdminOnlyMethod |name = LoadBoolean |arguments = [[String]] ''key'' |returns = [[Boolean]] ''value'' |description = Loads a boolean value. |object = Player }}
File:AdminOnlyMethod.png AdminOnlyMethod( Boolean playingRoblox ) | |
Returns | String playerName |
Description: | Can only be accessed by an admin |
In Object: | nil |
File:ProtectedAdminOnlyMethod.png ProtectedAdminOnlyMethod( Boolean protected ) | |
Returns | nil |
Description: | A protected admin-only method |
In Object: | nil |