of     1   

invisibleninja472
#182020464Tuesday, January 19, 2016 11:55 PM GMT

I am trying to make a countdown for when my baseplate disappears but it won't work. Can someone help me? local mybaseplate = game.Workspace.Baseplate local stuff = game.Workspace.StarterGui.CountdownGui.Stuff while true do wait(40) mybaseplate.Transparency = 1 mybaseplate.CanCollide = false wait(40) mybaseplate.Transparency = 0 mybaseplate.CanCollide = true end while true do Stuff.Text = 30 wait(1) Stuff.Text = 29 end
invisibleninja472
#182020529Tuesday, January 19, 2016 11:56 PM GMT

CountdownGui is the ScreenGui and Stuff is TextLabel.
ColonySimulator
#182020956Wednesday, January 20, 2016 12:03 AM GMT

Herm you are on design subforum not on scripter subforum switch this thread to it's rightful place plz.

    of     1