This has to be the most essayist answerable question what's wrong with this script?
script.Parent is a TextButton Gui Component
while true do script.Parent.Rotation = script.Parent.Rotation + .2 wait(3) script.Parent.Rotation = script.Parent.Rotation - .2 wait(3) end
It does actually work, But Rotation isn't from 0-1, Its 0-360. Kind of. So it is working but you just cant see because the difference is not notable.