function onTouched() if game.Workspace.PART.Touched:Connect(function() playersTouching = playersTouching + 1 script.Parent.Text = "Number: " ..game.Players.playersTouching.. "" end
I'm pretty sure I screwed something up pretty bad, I was trying to put the script into the textlabel so it changes the text.