Edit Data Stores in game with GUI

I’m wonder if it’s possible to edit Data Stores inside a game using a GUI, now I know you can edit Data Stores in studio with a plugin but in team creates it won’t allow the players in team create to edit data stores even if API Services are enabled. So, is it possible to make a GUI that lets you edit data stores inside the game?

2 Likes

You can, but you would need remotes as data store requests can only be done from the server. But why do you want to do it from a GUI?

2 Likes

It wouldn’t be something I would use for myself because I can just edit data stores inside studio with a plugin, but since team creates doesn’t allow other players to edit data stores even if API Services are enabled, That’s the only other option I can think of to let other players edit data stores.

2 Likes