so here is my script...
local Money = game.Players.LocalPlayer.Backpack.Stats.Money while true do Money.Value = Money.Value + 500 wait(300) end
So when I run the game it doesn't give the player money like it is supposed to but I don't understand what is wrong with it.