Template:AdminOnlyMethod
From Legacy Roblox Wiki
Jump to navigationJump to search
[[{{{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 }}
AdminOnlyMethod( Boolean playingRoblox ) | |
Returns | String playerName |
Description: | Can only be accessed by an admin |
In Object: | nil |
File:ProtectedAdminMethod.png ProtectedAdminOnlyMethod( Boolean protected ) | |
Returns | nil |
Description: | A protected admin-only method |
In Object: | nil |