local element = ui.create('...', '...'):switch('hysteria is a project that is meant to create surpassing high-quality scripts. Our main goal is to improve the experience of playing HvH by being a supreme script-provider.')
events.render(function ()
if ui.get_alpha() ~= 1 then
return
end
local style = ui.get_style()
element:name(
string.format('\a%s%s', style['Link Active']:to_hex(), 'hysteria is a project that is meant to create surpassing high-quality scripts. Our main goal is to improve the experience of playing HvH by being a supreme script-provider.')
)
end)