how to do when the head touch the part I win money just head not torso ...
function onTouched(hit) wait (2) if hit.Parent.Humanoid~= nil then local cash = game.Players:findFirstChild(hit.Parent.Name).Stats.Points cash.Value = cash.Value+ 1 end end script.Parent.Touched:connect(onTouched)