G9 Docs
DiscordYoutubeTebex
  • Welcome
  • INFO
    • How can i download my script
    • How can i transfer my script
    • What is escrow system?
  • Scripts
    • Core
    • Loading Screen
      • Installation
      • Guide to Changes
      • Config
    • FPS Menu
      • Installation
      • Language
      • Config
    • Shop
      • Installation
      • Language
      • Config
      • Editable Files
    • Bank
      • Installation
      • Language
      • Config
      • Editable Files
      • Exports
Powered by GitBook
On this page
  1. Scripts
  2. FPS Menu

Config

shared = {}
shared.fpsMenuCommand = 'fps'  -- Menu Command

shared.menuColor = {
    background = '29, 36, 50, 0.80', --must rgba
    headers = '#F80', -- must hex
    svgBackground = '255, 136, 0', -- must rgb
    svgColor = '#F80', -- must hex
    prog = {
        first = '141, 75, 0', -- must rgb
        second = '254, 136, 1' -- must rgb
    },
    line = '#F80', -- must hex
    borders = '255, 136, 0'
}

shared.admins = { --  for server npc settings
    "license:4ec74eb0b2133273151f390a5c672202dcdb2dbdc35"
}

Last updated 11 days ago

Page cover image