So I have code to display the value but I don't know how to put normal text with it
script.Parent.MouseButton1Click:Connect(function() workspace.Value.Value += 1 script.Parent.Text = Reload map workspace.Value.Value /2 end)
Oh also the /2 isn't math its just how many people need to click it
If I understood your question correctly, then what you want is to put regular text into a text label. If you wanna do that, then here's the code.
local string = "hello" local textlabel = game.Locationtoyourlabel textlable.Value = string