repeat wait(.1) game.Workspace.Sreen.logo.Transparency = game.Workspace.Sreen.logo.Transparency -.1 until game.Workspace.Sreen.logo.Transparency == 0
It keeps subtracting.. Please help me.
You forgot to put an "=" when you subtract the .1
I worked it out... I had to put a == when it subtracted....