MaxItems (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
cats
>Camoy
maxitems
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
|name = MaxItems
|property = [[Int]] ''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.
|object = Debris
}}</onlyinclude>


{{Property|
{{clear floats}}
name = MaxItems
 
|property = [[Float]] ''Maximum amount of debris items allowed''
==Description==
|description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed.
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.
|object = [[RBX.Lua.Debris|Debris]]
|}}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 20:22, 27 January 2011

MaxItems
Property Int 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 Debris


Description

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.