What is MemStorageService?

I was making a global party system and I noticed that MemStorageService was there with MemoryStoreService. I couldnt find much information on MemStorageService, how does it differ from MemoryStoreService and what is it used for?
image

1 Like

Likely strictly used internally like many other services

1 Like

There is no Description on what it is. Nor does it Provide any Insight on what its Methods, and Functions do.

These may help:

Looking at it, it says CoreScripts, and ROBLOX SCRIPT SECURITY, may be related to Script Security. Or internal Use like @HugeCoolboy2007 stated

1 Like

dynamically connects Roblox engine to your device’s RAM

I was going to mark @DasKairo’s response as the solution but then I saw your reply. Do you have a source?

2 Likes

MemStoreService is connected externally to a MemStorageConnection Instance. This class also has a “Disconnect” function, which has PluginSecurity for some reason. These both classes have functions similar to RunService and ContextActionService for the “Bind” and “Unbind” functions, aswell as “Fire” for Events.
In the API change for v438, there are little updates to the service:


Unfortunately not much is known about both of these. Developers don’t have an use with it. My guess is that through this service, the engine accesses the memory storage of your device, but it’s functions are weird named for that to happen.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.