Is there a way to view an internal implementation of common roblox services/classes like DataStoreService, HttpService, HapticService, PlayerService, etc.? I am not asking the source code for the engine, just like the chats source code will be fine. I did find a “CorePackages” folder but nothing useful was found in there.
the chat source code?
Like the one u can get by forking? or you mean something more internal in roblox?
Yes like the chat source, but instead you have one for like DSS.
I know Roblox open-sourced some of there code on GitHub, not too sure about services though
1 Like
You almost certainly can’t view the implementation of the services, since they’re probably just bindings to c-side methods.
@ThePandaParade’s answer is good if you want to see the (maybe outdated) structure of the lua core scripts and things like the default PlayerScripts. This repo, specifically.