It's like my previous question , but this time I need to add a digit to a label like label1=1 so add 1 so it becomes two
I used this code:
local harvest = game.Workspace.farmlvl2
can you tell me what i am doing wrong ?
You didn't change the question?
Here's the working code I sent:
harvest.b1.ClickDetector.MouseClick:Connect(function(player) player.PlayerGui.ScreenGui.Bcrops.Text = player.PlayerGui.ScreenGui.Bcrops.Text + 1 end)
Also, check out here for a guide on converting strings to numbers, if that is needed.