# I have a screen GUI and a local script that allows you to buy items with global money. This money needs to be acessed by other players, but the local script cant seem to update the variable for everybody.
# u can use RemoteEvent to update the variable from client side to serverside, or also IncrementAsync() to change value through server?