Template:Event

From Legacy Roblox Wiki
Revision as of 22:12, 9 January 2011 by >ArceusInator (You should be able use a ''protected'' argument in events now...)
Jump to navigationJump to search
[[{{{name}}} (Event)|{{{name}}}]] ( )
Description {{{description}}}
In Object [[{{{object}}}]]


Example Usage

{{Event
|name        = ChildAdded
|arguments   = [[Instance]] Child
|description = Fired after a child is added.
|object      = Instance
}}
ChildAdded ( Instance Child )
Description Fired after a child is added.
In Object Instance










ProtectedEvent ( Boolean playingRoblox )
Description Fired when somethings happens
In Object [[nil]]