TakeDamage (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>NXTBoy
No edit summary
Line 1: Line 1:
{|
<onlyinclude>{{Method
|<onlyinclude>{{Method|name = TakeDamage
|name = TakeDamage
|arguments = [[number]] '''damage'''
|arguments = [[number]] '''damage'''
|returns = [[nil]]
|description = Subtracts the damage from the health of the targetted humanoid.
|description = Subtracts the damage from the health of the targetted humanoid.
|object = [[Humanoid]]
|object = [[Humanoid]]
|}}</onlyinclude>
}}</onlyinclude>
|}
 
[[Category:Methods]]

Revision as of 15:32, 30 August 2010

TakeDamage( number damage )
Returns nil
Description: Subtracts the damage from the health of the targetted humanoid.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]