I want the label to say "Wave: round value"
my code, but it's not working, what's wrong with it? It's a local script inside the label.
local value = workspace:WaitForChild("Values")
local round = value.Round
local label = script.Parent
while true do
label.Text = "Wave: "..round.Value
task.wait(0.05)
end
** You are now Level 1! **