MadStudioRoblox / ProfileService

Universal session-locked savable table API
https://madstudioroblox.github.io/ProfileService/
Apache License 2.0
292 stars 157 forks source link

Feature request #30

Closed YellowBannanaRBX closed 2 years ago

YellowBannanaRBX commented 2 years ago

Could we please get a signal instance which fires whenever data within a Player's profile is changed? It would be a lifesaver for like UI which represents cash, it can easily be updated when the player's data is changed.

Baileyeatspizza commented 2 years ago

Alternatively, you could listen or check yourself when a Player's cash changes

for example

cash += 1
cashchanged()

I'm only suggesting that you handle this yourself as this will be hard to implement and go against overall performance. A slight modification of any key would result in that signal being fired.

LM-loleris commented 2 years ago

This project has no plans for data change signals. Thank you for your input.