How To Make A Rainbow Background Color TextLabel In Roblox Studio! (June 2021)
How To Make A Rainbow Background Color TextLabel In Roblox Studio! (June 2021) while true do script.Parent.BackgroundColor3 = Color3.new(255, 176, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(0, 255, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(255, 0, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(170, 85, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(106, 57, 9) wait(.1) script.Parent.BackgroundColor3 = Color3.new(0, 16, 176) wait(.1) end Sorry, no sound here
How To Make A Rainbow Background Color TextLabel In Roblox Studio! (June 2021) while true do script.Parent.BackgroundColor3 = Color3.new(255, 176, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(0, 255, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(255, 0, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(170, 85, 0) wait(.1) script.Parent.BackgroundColor3 = Color3.new(106, 57, 9) wait(.1) script.Parent.BackgroundColor3 = Color3.new(0, 16, 176) wait(.1) end Sorry, no sound here