When I click all 3 TextButtons, how do I make the number of the TextLabel equal to the number I pressed all 3 TextButtons?
local localgameWorkspaceTownHaliSlimComputerScreennSurfaceGuiTextLabelText = game.Workspace["Town Hall"]["iSlim Computer"].Screenn.SurfaceGui.TextLabel.Text script.Parent.MouseButton1Click:Connect(function() localgameWorkspaceTownHaliSlimComputerScreennSurfaceGuiTextLabelText += 1 game.Workspace["Town Hall"]["iSlim Computer"].Screenn.SurfaceGui.TextLabel.Text = local0 end)