Changing links
Config.PauseMenu.NavbarElements = {
['youtube'] = {
label = 'YouTube',
icon = 'fab fa-youtube',
url = 'https://www.youtube.com/@ZSXDevelopment',
use = true,
},
['store'] = {
label = 'Store',
icon = 'fas fa-globe',
url = 'https://www.mywebsite.com',
use = true,
},
['discord'] = {
label = 'Discord',
icon = 'fab fa-discord',
url = 'https://discord.gg',
use = true,
},
}Last updated