First of all your probably going to get an error because "Active" is not a valid property of a tool. And you must have a server script that receives the remote event and gives them money. If the money is a Number value of an int value then you can do something like this.
--SERVER SCRIPT
1 | game.ReplicatedStorage.AddSpins.OnServerEvent:connect( function (player) |
2 | plr.Money.Value = plr.Money.Value + 10 |
Make sure "plr.Money" is your money value and replace 10 with the amount of money you want to give them.
Thanks for asking and you can contact me for more info!