can someone fix this
script.Parent.FontSize = "36"
script.Parent.PresentsGui.BackgroundColor3 = "119; 119; 119"
wait (0.2)
script.Parent.FontSize = "48"
script.Parent.PresentsGui.BackgroundColor3 = "128; 128; 128"
wait (0.2)
script.Parent.PresentsGui.BackgroundColor3 = "150; 150; 150"
wait (0.2)
script.Parent.PresentsGui.BackgroundColor3 = "178; 178; 178"
wait (0.2)
script.Parent.PresentsGui.BackgroundColor3 = "192; 192; 192"
|