How to make use of tool change leaderstats value?

I have been having trouble with this for an hour or so and can’t seem to figure it out. (If you’re wondering I’m using a reskin of the steampunk glove tool.)

function HitMoney()
	game.Players.("???").leaderstats.SmackDollars.Value = game.Players.("???").leaderstats.SmackDollars.Value + 5
	wait(1)
end

You should look into RemoteEvents as that’s what you’ll need to use if you wanted to increase the player’s Cash every click

1 Like