Skip to main content

Items

An integrated items system supporting categorization, level-locking, and monetization.

Items menu

Adding items

Easy loader

Items are added as Tool instances within the Items folder:

[Explorer panel]
└── Rorooms/
└── EasyLoader/
└── Config/
└── Items/
└── <-- Your items here

[Properties panel]
└── Attributes/
└── <-- Your properties here

Manual config

Rorooms:Configure({
Systems = {
Items = {
Items = {
MyItem = {
-- Properties here
}
}
}
}
})

Properties

PropertyTypeRequired
ItemIdstring⚠️ - Only w/ easy loader
ToolTool⚠️ - Only w/ manual config
DisplayNamestring
LevelRequirementnumber
GamepassRequirementnumber
Categorystring
ColorColor3
LabelTextstring
LabelIconstring