I time ago, roblox would give you a message on the home screen, they took it out, brought it back to you, you can change the message when ever you want
Old Roblox Say "Hello, _____" by iiskydark
Details
Authoriiskydark
LicenseNo License
Categoryluisitholopex
Created
Updated
Size659 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Roblox "Buenas señor, _____" Add-on
@namespace USO Archive
@author achqes
@description `With this Add-on, you will be able to get the old "Hello, ____" greeting when you entered the homepage of Roblox. y'all ignore this grammar i just want it to look pleasant sobbing rq`
@version 20211003.14.26
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com"), url-prefix("https://web.roblox.com")
{
h1.user-name-container a:before
{
content: "Buenas señor, ";
}
h1.user-name-container a:after
{
content: "🕊";
}
}