[ProfileStore] Global server data

Does anyone know how I can save data across servers? Like maybe userIDs for admin perms or imageIds for randomized images for paintings that I can change without publishing an update.

ProfileStore

1 Like

Experience configs | Documentation - Roblox Creator Hub

Seems like config service would be useful. Set them up and you can change them from the roblox dashboard without having to publish and ill update to all servers.

3 Likes

There is probably a way to do this using MessagingService, but @diywar’s method seems better.