Why wont my GUI image label rotate even tho im using 'Rotation'?
Im trying to make a loading GUI thing by making some image rotate around (like a simple animation) and im trying to do that with this code:
3 | script.Parent.Rotation = script.Parent.Rotation + 1 |
I tried both Local and Server scripts, I tried to get the GUI image by a variable, I tried to put the script outside of the GUI image and manually find it:
I added a print and the script wont run at all.
What am I missing here? Can anyone help me please?