I need to check if a Value is true before executing the script. This is what I tried to do.
if game.ServerStorage.GameOn.Value = true then --GameOn is a bool value game.Players.LocalPlayer.PlayerGui.Intermission.Enabled = true --Intermission is a gui name end
I did it! I changed the parent to replicated storage put ==