Simply put, I wanna find a method on how I can see when a value inside of a table is updated.
(I am using loleris’ ProfileService module for data and in order to stream updates to the client without loops I wanna make something like this.)
So if Profile.Coins
was to be updated then it would just fire a remote to the client to notify it of this change.
I know this can be done with metatables but I am really unsure on how to get this working with it.