Hey yall! I am trying to make it when you touch a part it adds a point, but when you touch it again it won’t. I have the leaderstats script already (the IntValue is called ‘Wins’). Thank you in advance
-JaisonDXYX
local part = put the part path here _G.touched = false part.Touched:Connect(function(hit) if not _G.touched and hit.Parent:FindFirstChild("Humanoid") then local player = game.Players:GetPlayerFromCharacter(hit.Parent) player.leaderstats.Wins = 1 end end)
if it still doesn't work then please dm me at