Accessible files
Here you can find all the files which can be edite to make the asset compatible with your server.
Last updated

Here you can find all the files which can be edite to make the asset compatible with your server.
----------------------------------------------------------------------------------------------
------------------------------------| BRUTAL TEXT UI :) |-------------------------------------
----------------------------------------------------------------------------------------------
--[[
Hi, thank you for buying our script, We are very grateful!
For help join our Discord server: https://discord.gg/85u2u5c8q9
More informations about the script: https://docs.brutalscripts.com
--]]
Config = {
Sound = true,
TextMaxLenght = 22,
DefaultPosition = 'right', -- left / right
DefaultThema = 3, -- Between 1-4
DefaultColor = 'blue',
Colors = {
['blue'] = 'rgb(83, 141, 250)',
['red'] = 'rgb(232, 56, 56)',
['green'] = 'rgb(0, 199, 66)',
['yellow'] = 'rgb(232, 212, 0)',
['gray'] = 'rgb(100, 100, 100)',
['purple'] = 'rgb(126, 58, 194)',
['orange'] = 'rgb(240, 107, 7)',
}
}Last updated