MaxItems (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
 
{|
Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.
|<onlyinclude>{{Property|
 
{{Property|
name = MaxItems
name = MaxItems
|property = [[Number]] ''Maximum amount of debris items allowed''
|property = [[Number]] ''Maximum amount of debris items allowed''
|description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
|description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
|object = [[RBX.lua.Debris (Service)|Debris]]
|object = [[RBX.lua.Debris (Service)|Debris]]
|}}
|}}</onlyinclude>
|}


[[Category:Properties]]
Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.

Revision as of 21:45, 18 July 2010

MaxItems
Property Number Maximum amount of debris items allowed
Description Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
Member of [[RBX.lua.Debris (Object)|Debris]]

Max Items is the maximum number of debris objects that are allowed in the level. If the number of items gets bigger than the max, items will be removed in order from oldest to newest until it's back under the maximum.