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"