Configuration
All Wasabi Scripts contain various editable and unobscured files containing, exports, client and server functions, configuration methods and more. This is the main configuration file for our wasabi_loadingscreen resource.
View Configuration
-----------------For support, scripts, and more----------------
--------------- https://discord.gg/wasabiscripts -------------
---------------------------------------------------------------
Config = {}
Config.CheckForUpdates = true -- Check for updates? Recommended
-- Background Settings
Config.BackgroundType = 'video' -- image, video or slideshow
Config.UseLocalVideo = true -- Use local video from assets folder (background.webm)
Config.Platform = 'fivemanage' -- streamable or fivemanage (only used if UseLocalVideo is false)
Config.VideoID = '' -- Video ID for Streamable (e.g., 'abc123')
-- Sign up to fivemanage and get your own video URL: https://refer.fivemanage.com/wasabi
Config.FiveManageURL = 'https://r2.fivemanage.com/dewOfulJ8c84LP6UMf9j5/background.webm' -- Full URL for FiveManage videos (e.g., 'https://r2.fivemanage.com/xxxxx/video.mp4')
Config.AddBlurToBackground = false -- Add blur effect to background
Config.SlideshowUpdateInterval = 5 -- Slideshow interval in seconds
-- UI Settings
Config.MainColor = '#29b181' -- Main accent color in HEX format
-- Music Settings
Config.DisableAutoPlayMusic = false -- Set to true to disable auto-play on load (music plays automatically by default)
Config.RandomizeMusics = true -- Randomize playlist order
Config.DefaultVolume = 0.15 -- Default volume (0.0 - 1.0)
-- Keyboard Settings
Config.KeyboardLayout = 'QWERTY' -- QWERTY or AZERTY
-- Translations
Config.Translations = {
servername = 'Wasabi',
serverdesc = 'Roleplay Server',
updates = 'Updates',
team = 'Team',
rules = 'Rules',
keybinds = 'Keybinds',
nowLoading = 'Now Loading',
loadingDesc = 'Downloading Assets, The city is now loading ...',
nowLoaded = 'Now loaded',
}
-- Hidden Navigation Options (add to hide)
Config.HiddenOptions = {
-- 'updates',
-- 'team',
-- 'rules',
-- 'keybinds'
}
-- Server Updates/Patch Notes
Config.Updates = {
[1] = {
title = "Patch Note #1",
version = "v1.0.0",
date = "27 Dec, 2025",
changes = {
{
name = "New Vehicles Added",
description = "New vehicles have been added to our fleet, providing a more diverse and exciting driving experience. Among the new models are high-performance sports cars, SUVs, and normal vehicles."
},
{
name = "Performance Improvements",
description = "We have made significant performance improvements to enhance the overall user experience. These updates include faster load times, reduced lag, and optimized resource usage."
},
{
name = "Bug Fixes and Stability",
description = "We have addressed several bugs and stability issues reported by the community. These fixes include resolving crashes, improving server stability, and fixing various gameplay glitches."
},
}
},
[2] = {
title = "Patch Note #2",
version = "v1.1.0",
date = "03 Jan, 2026",
changes = {
{
name = "New Missions Added",
description = "We have added new missions to the game, providing more challenges and opportunities for players to explore and engage with the city."
},
{
name = "Economy Balance",
description = "Adjusted job payouts and item prices to create a more balanced economy. Players should now find it easier to earn money through legitimate means."
},
}
},
[3] = {
title = "Patch Note #3",
version = "v1.2.0",
date = "11 Jan, 2026",
changes = {
{
name = "Housing System Update",
description = "Major improvements to the housing system including new furniture items, better interior customization, and improved performance."
},
}
},
}
-- Server Rules
Config.Rules = {
{
category = "General Rules",
rules = {
{
title = "Respect Staff",
description = "Always show respect to the server staff. They are here to help and ensure a smooth gaming experience for everyone."
},
{
title = "No Harassment",
description = "Harassment of any kind, including bullying, discrimination, or hate speech, will not be tolerated and will result in a ban."
},
{
title = "Ask for Help",
description = "If you need assistance or have any questions, do not hesitate to ask the staff. We are here to support you."
},
}
},
{
category = "Roleplay Rules",
rules = {
{
title = "Stay In Character",
description = "Always maintain your character during roleplay situations. Breaking character disrupts the experience for everyone."
},
{
title = "No Random Deathmatch",
description = "Do not attack or kill other players without a valid roleplay reason. This ruins the experience for others."
},
{
title = "Value Your Life",
description = "Your character should value their life. Do not engage in unrealistic actions that would result in certain death."
},
}
},
{
category = "Communication",
rules = {
{
title = "Use Proper Channels",
description = "Use the appropriate communication channels for different purposes. IC chat for roleplay, OOC for out of character."
},
{
title = "No Metagaming",
description = "Do not use information obtained outside of roleplay to benefit your character in-game."
},
}
},
}
-- Team Members
Config.Team = {
[1] = {
title = "Lead UI UX Designer",
company = "Tuff Studios",
image = "user.png",
socialLinks = {
website = "https://wasabiscripts.com/",
discord = "https://discord.gg/wasabiscripts",
tiktok = "https://wasabiscripts.com/",
twitter = "https://twitter.com/wasabiscripts"
}
},
[2] = {
title = "Lead Developer",
company = "Wasabi Scripts",
image = "user.png",
socialLinks = {
website = "https://wasabiscripts.com/",
discord = "https://discord.gg/wasabiscripts",
twitter = "https://twitter.com/wasabiscripts"
}
},
[3] = {
title = "Community Manager",
company = "Wasabi Scripts",
image = "user.png",
socialLinks = {
discord = "https://discord.gg/wasabiscripts",
twitter = "https://twitter.com/wasabiscripts"
}
},
[4] = {
title = "Content Creator",
company = "Wasabi Scripts",
image = "user.png",
socialLinks = {
website = "https://wasabiscripts.com/",
tiktok = "https://wasabiscripts.com/",
twitter = "https://twitter.com/wasabiscripts"
}
},
[5] = {
title = "Graphic Designer",
company = "Wasabi Scripts",
image = "user.png",
socialLinks = {
website = "https://wasabiscripts.com/",
discord = "https://discord.gg/wasabiscripts"
}
}
}
-- Music Playlist
Config.Songs = {
[1] = {
name = "Doxx My Heart",
artist = "Diamond Eyes",
file = "doxxmyheart.mp3",
cover = "cover1.jpg"
},
[2] = {
name = "Overdrive",
artist = "Aspyer",
file = "overdrive.mp3",
cover = "cover2.jpg"
},
[3] = {
name = "Muscle Up",
artist = "Skan",
file = "muscleup.mp3",
cover = "cover3.jpg"
},
[4] = {
name = "Freefall",
artist = "Rienk & Nct",
file = "freefall.mp3",
cover = "cover4.jpg"
},
}
-- Social Links
Config.Links = {
website = {
url = "https://wasabiscripts.com/",
enabled = true,
},
discord = {
url = "https://discord.gg/wasabiscripts",
enabled = true,
},
tiktok = {
url = "https://wasabiscripts.com/",
enabled = true,
},
twitter = {
url = "https://twitter.com/wasabiscripts",
enabled = true,
},
}
-- Keyboard Keybinds (key = description)
Config.KeyboardKeys = {
f1 = "Open Help Menu",
f2 = "Open Settings",
f3 = "Toggle HUD",
f5 = "Open Phone",
e = "Interact",
h = "Horn",
j = "Toggle Siren",
k = "Toggle Door Lock",
m = "Open Map",
n = "Toggle Voice Chat",
q = "Quick Inventory",
r = "Reload Weapon",
v = "Change View",
y = "Open Radio",
i = "Open Inventory",
o = "Open Objectives",
home = "Open Admin Menu",
tab = "Open Scoreboard",
}