Raptor Strike Resources
  • Welcome
  • Roblox Scripts
    • XP System
      • Installation
      • Extra Information
      • Settings File
    • Emote Menu
      • Installation
      • Extra Information
      • Settings File
  • Roblox Game Setups
    • Obby Template
      • Installation
      • Extra Information
      • Settings File
Powered by GitBook
On this page
  1. Roblox Scripts
  2. Emote Menu

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,
        },
    }
}
PreviousExtra InformationNextObby Template

Last updated 2 months ago