Easy Loader
Easily load and configure Rorooms without ever touching a line of code! Instead, use Roblox instances and attributes.
Items 🔧
Items are Tool
objects, and go under Config.Items
.
Attribute | Type | Optional |
---|---|---|
ItemId | string | ❌ |
Tool | Tool | ❌ |
DisplayName | string | ✅ |
LevelRequirement | number | ✅ |
GamepassRequirement | number | ✅ |
Category | string | ✅ |
Color | Color3 | ✅ |
LabelText | string | ✅ |
LabelIcon | string | ✅ |
Emotes 💃
Emotes are Animation
objects, and go under Config.Emotes
.
Attribute | Type | Optional |
---|---|---|
ItemId | string | ❌ |
Emoji | string | ✅ |
AllowMovement | boolean | ✅ |
DisplayName | string | ✅ |
LevelRequirement | number | ✅ |
GamepassRequirement | number | ✅ |
Category | string | ✅ |
Color | Color3 | ✅ |
LabelText | string | ✅ |
LabelIcon | string | ✅ |
Roles 🔳
Roles are Configuration
objects, and go under Config.Roles
.
Attribute | Type | Optional |
---|---|---|
RoleId | string | ❌ |
Name | string | ❌ |
Color | Color3 | ✅ |
LayoutOrder | number | ✅ |
LevelRequirement | number | ✅ |
GamepassRequirement | number | ✅ |
Additionally, you can set a DefaultRoleId
attribute onto Config.Roles
itself to give a role to everyone by default.
Music 🎶
Simply drop Sound
instances into your Config.Music
folder!
Worlds 🌐
Disabling discovery
You may not want to participate in Rorooms' worlds network, and that choice is supported. Understand that by doing this, your world will not receive support from any other worlds.
- Open the Config module
- Type this in:
- Additionally, you can set
Enabled = false
to disable the worlds menu entirely. Otherwise, you can still promote your own worlds by pasting their PlaceIds intoFeaturedWorlds
.