Settings File

A preview of the settings file, showing you what you can easily change with this script.

{
    MenuTitle = "Emotes",
    MenuCaption = "Show the emote menu!",
    MenuPosition = "Center",
    DropdownLength = 8,
    DropdownWidth = 200,
    Emotes = {
        {
            DisplayName = "Bored",
            AnimationId = 12345,
            StopAfterTime = 0,
            GamepassId = nil,
            ShowOnMenu = true,
        },
        {
            DisplayName = "Cower (50 RBX)",
            AnimationId = 12345,
            StopAfterTime = 0,
            GamepassId = 1061011727,
            ShowOnMenu = true,
        },
    }
}

Last updated