of     1   

doneyes
#141072044Monday, July 21, 2014 5:41 PM GMT

My script spins a gui in studio but when I published it it stopped working.
VerifiedName
#141072086Monday, July 21, 2014 5:42 PM GMT

well can we see the script..?
doneyes
#141072897Monday, July 21, 2014 5:51 PM GMT

for i = 1,8 do script.Parent.Rotation = script.Parent.Rotation + 5.625 wait() end It's the rotate property itself. My gui starts at a 45 degree and works its way to 0 degrees but on server it starts at 0 and doesn't move at all.
UFAIL2
#141073048Monday, July 21, 2014 5:53 PM GMT

Is this a SurfaceGui?
doneyes
#141074048Monday, July 21, 2014 6:05 PM GMT

This is a standard screen Gui

    of     1