My prison status GUI refuses to change. Why won't this loop work?
I have a prison game, where there is a GUI at the top that shows the current status of the prison. I made a loop to have it change after a specific amount of time, but the text does not change at all. Any idea why? This script is in ServerScriptService.
01 | local Status = game.StarterGui.StatusGUI.Status.Status.Text |
04 | Status = "Hygiene Time" |
06 | Status = "Fitness Time" |
08 | Status = "Breakfast Time" |
10 | Status = "Fitness Time" |
12 | Status = "Morning Roll-Call" |
14 | Status = "Cell Searches" |
16 | Status = "Fitness Time" |
20 | Status = "Fitness Time" |
24 | Status = "Fitness Time" |
26 | Status = "Evening Roll-Call" |