Ported some of Roblox's CoreScripts to LocalScripts

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:

  1. Chat2 (Script)
  2. Chat (Module)
  3. Playerlist2 (Script)
  4. Playerlist (Module)
  5. Backpack (Module)
  6. RbxGui (Library)
  7. HealthBar (Script)
  8. VehicleHud
  9. Topbar

Issues:

  1. /e commands do not work (did not hook up a custom animation script)
  2. Must use LocalScript security levels (ex: No GuiService)
  3. If using the TopBar, it must go under it (must be invisible to look correct)
  4. Chat bubbles do not work
  5. 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. :wink:

2 Likes