โš™๏ธFull Configuration Breakdown

๐Ÿ”น Server-Side & Client-Side (Lua) โ€” config.lua

๐Ÿ”ง Core Settings

Config.debugMode = false              -- Enables debug messages in console
Config.PrintPlayerConnecting = false -- Log player connection even if debug is off

โฑ Fade Timings

Config.fadeOut = 500     -- Time (ms) to fade out screen after loading
Config.waitTime = 2500   -- Time (ms) before fade-in starts
Config.fadeIn = 2500     -- Time (ms) for screen to fade in

๐ŸŽฅ Sky-to-Ground Transition

Config.transition = {
    enabled = true,
    startHeight = 500.0,
    randomDistance = 750.0,
    startDistance = 100.0,
    randomDirection = true,
    cameraPosition = nil,
    useCustomStartPosition = false,
    cameraHeading = nil,
    useCustomHeading = false,
    smoothHeading = true,
    fov = 120.0,
    transitionTime = 5000,
    fadeInTime = 1000,
    fadeOutTime = 500
}

๐Ÿ’ฌ Hooks (Optional Function Calls)


๐Ÿ”ธ Front-End / UI Config (JS) โ€” config.js

๐Ÿงฉ Server Name

๐Ÿ–ฑ Cursor

๐ŸŽต Music Options

๐ŸŽฌ Background Media

๐ŸŽจ UI Colors

๐Ÿ“ Layout Settings

๐ŸŒ Social Media Sidebar

๐Ÿงพ Tabs

Need Help? Join FiveWorld Discordarrow-up-right for config reviews and optimization! ๐Ÿš—๐Ÿ’จ

Last updated