I was just about to write an event handler for my game, but then I saw this:
I was trying to use replicated script service but then that came up. I searched it on google and it just came up with replicated storage. I then tried looking for any functions by doing
RRS = game.RobloxReplicatedStorage
RRS:
And all it came up with was the default functions like :Clone
Furthermore, RobloxReplicatedStorage is not in my explorer.
It’s a bit weird how there is literally no documentation, or even a function list.
RobloxReplicatedStorage is an internal version of the ReplicatedStorage service. It is used by Roblox’s CoreScript s for backend server/client interactions, and it cannot be utilized by developers in-game.
RobloxReplicatedStorage is just like your typical ReplicatedStorage. It’s used internally by Roblox for server/client interactions in their CoreScripts.