Okay, so this script is for a surface GUI, and I wan it so the words spin around.
while true do wait(1) script.Parent.Data.Rotation = 0 + 1 end
Anyone who can help fix this?
while wait(1) do script.Parent.Data.Rotation = script.Parent.Data.Rotation+1 end
Please upvote if this helped!