Hello, can anyone help me or like show me how to make a +1 points each time the character claps? I have already made an animation/well my friend did, but I don’t even know how to code it ,can anyone help I’m not a good scripter yet..
Put this script into a tool,
script.Parent.Activated:Connect(function() CurrentPlayer = game.Players:GetPlayerFromCharacter(script.Parent.Parent) CurrentPlayer.leaderstats.Claps.Value = CurrentPlayer.leaderstats.Claps.Value + 1 end)
Closed as Not Constructive by Cynical_Innovation, Dovydas1118, User#32819, and JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?