MaxItems (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo 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.


{{Property|
{{Property|
name = MaxItems
name = MaxItems
|property = [[Float]] ''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]]

Revision as of 21:43, 23 March 2010

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.

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]]