Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is this script not working?

Asked by
Nidoxs 190
8 years ago

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

1 answer

Log in to vote
0
Answered by
Vezious 310 Moderation Voter
8 years ago

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.

Ad

Answer this question