--AmountOfOrbs is a NumberValue in workspace-- script.Parent.Touched:Connect(function(hit) game.Workspace.AmountOfOrbs.Value +=1 game.StarterGui.ScreenGui.TextLabel.Text == game.Workspace.AmountOfOrbs.Value script.Parent:Destroy() end)
script.Parent.Touched:Connect(function(hit) game.Workspace.AmountOfOrbs.Value +=1 game.StarterGui.ScreenGui.TextLabel.Text = game.Workspace.AmountOfOrbs.Value print("Bruh") script.Parent:Destroy() end)