AddStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added
>Camoy
No edit summary
Line 1: Line 1:
{|
{|
|<onlyinclude>{{Method|name = AddStatus
|<onlyinclude>{{Method|name = AddStatus
|arguments = [[Enum]] ''status''
|arguments = [[enum]] ''status''
|returns = [[nil]]
|returns = [[nil]]
|description = Adds a status to the [[Humanoid]].  Puts a [[BoolValue]] in the Status model, with the status name and sets it to true.
|description = Adds a status to the [[Humanoid]].  Puts a [[BoolValue]] in the Status model, with the status name and sets it to true.

Revision as of 00:32, 30 August 2010

AddStatus( enum status )
Returns nil
Description: Adds a status to the Humanoid. Puts a BoolValue in the Status model, with the status name and sets it to true.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]