Roblox Name Reverter

Automatically revert name changes on Roblox's website.

作者
Mae Miller
日安装量
0
总安装量
0
评分
0 0 0
版本
1.1
创建于
2025-09-11
更新于
2025-09-12
大小
3.6 KB
许可证
MIT
适用于

About

(Keep in mind, a good portion of this was written with the help of ChatGPT, as I don't have experience in JS. Regardless, I hope you can enjoy this.)

Roblox has changed the names of several features on their website and client in recent years. A major example is the shift from "Friends" to "Connections." This userscript restores the old naming by replacing updated terms with their former ones. The replacement list is kept at the top of the script, making it simple to edit.

Usage

After installation, the script will automatically replace Roblox’s updated terms with the original ones. If you want to customize it (add your own word swaps or use it on other sites), just edit the replacements object at the top. Each entry uses the format:

"oldword": "newword"