[Answered] Script not Running?
So, in my place I made a script to make a brick show a TextLabel in a SurfaceGui change every 5 seconds, but it won't run. Does it have to do with my script?
Here is the script:
02 | game.Workspace.BulletinGui.Welcome.Enabled = true |
04 | game.Workspace.BulletinGui.Welcome.Enabled = false |
05 | game.Workspace.BulletinGui.Notice.Enabled = true |
07 | game.Workspace.BulletinGui.Notice.Enabled = false |
08 | game.Workspace.BulletinGui.Attention.Enabled = true |
10 | game.Workspace.BulletinGui.Attention.Enabled = false |
11 | game.Workspace.BulletinGui.Admin.Enabled = true |
13 | game.Workspace.BulletinGui.Admin.Enabled = false |
14 | game.Workspace.BulletinGui.GunID.Enabled = true |
16 | game.Workspace.BulletinGui.GunID.Enabled = false |