Answered by
5 years ago Edited 5 years ago
Gamer, not sure if you left the chat or not. So in the script, in the click detector, put this code:
1 | workspace.MyClickDetectorEvent.OnServerEvent:Connect( function (plr) |
2 | plr.leaderstats.Money.Value = plr.leaderstats.Money.Value + 1 |
You can also delete the remote event, it wasn't necessary. Then you should be good! If you have a problem, comment on my answer, and put your code in your question. I should be able to help you. If it worked then, you can accept my answer, and good luck!