local generator = game.Workspace.Generator.Generator.Health
if generator == 9000 then
game.StarterGui.ScreenGui.ImageLabel.Visible = true
end
0
This is because you are changing the startergui not the playergui. Did you make a variable for the player? If so, just change it to PlayerVariable.PlayerGui.ScreenGui.ImageLabel.Visible = truemixgingengerina10223— 4y