How get money from the server!

So I’m trying to see how much money the player has on a serverscript in serverscript service, but it doesnt work in the server script I get the player by getting him trough a remote event and then if I do this it doesnt work.

print(player,player.leaderstats.Money.Value)

it will just print my name and then 0 but if I go and play and change the money of the player in server mode then it does see the same with saving data.

1 Like

Client-sided changes do not replicate to the server. If you’re giving the player money, do it from the server

1 Like