A while ago, I tried to do a basic changing of the chat core script, but that was a pain to do.
Yesterday, I loaded all the core scripts (in the client version, content, scripts) into ServerScriptService, then worked on a more complex system to make them work.
Open sourced place: CoreScripts Ported to Lua - Roblox
Scripts done:
- Chat2 (Script)
- Chat (Module)
- Playerlist2 (Script)
- Playerlist (Module)
- Backpack (Module)
- RbxGui (Library)
- HealthBar (Script)
- VehicleHud
- Topbar
Issues:
- /e commands do not work (did not hook up a custom animation script)
- Must use LocalScript security levels (ex: No GuiService)
- If using the TopBar, it must go under it (must be invisible to look correct)
- Chat bubbles do not work
- Playerlists can’t friend, follow, or report users
This mini-project was mostly to show it could be done, and in the case you wanted to use and edit them for their own aesthetics or custom features. Enjoy.