Well what im saying is this it will say this but it will also change color but it dosent work [CONSOLE]: Round is Beggining -- though this would be in green. then this [CONSOLE]: Round is Ending -- it would be in Red Can i get help?
Put this in the textlabel
while true do wait() script.Parent.Text="Round is Beginning" script.Parent.BackgroundColor3=Color3.new(0,/255 208/255, 31/255) wait(120) script.Parent.Text="Round is Ending" script.Parent.BackgroundColor3=Color3.new(255/255, 0/255, 0/255) wait(120) end