I’m trying to fire a function everytime a value has been changed in a SortedMap, simillar to GlobalDataStore.OnUpdate. I cant seem to find a method for that so I am wondering if it’s possible, and if not, is there any other I can go around this?
Unfortunately there isn’t an event for that, so you have to do polling - continously getting the SortedMap and checking if anything changed.