Skip to main content

Emotes

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

Emotes menu

Adding emotes

Easy loader

Emotes are added as Animation instances within the Emotes folder:

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

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

Manual config

Rorooms:Configure({
Systems = {
Emotes = {
Emotes = {
MyEmote = {
-- Properties here
}
}
}
}
})

Properties

AttributeTypeRequired
EmoteIdstring⚠️ - Only w/ easy loader
AnimationAnimation✅ - Only w/ manual config
Emojistring
AllowMovementboolean
DisplayNamestring
LevelRequirementnumber
GamepassRequirementnumber
Categorystring
ColorColor3
LabelTextstring
LabelIconstring