I made a GUI that is supposed to appear when this script runs:
game.StarterGui.Rebuild.Enabled = true
However, this doesn’t work. When I try to check the ‘enabled’ box while playing, it still does not appear. If I enable it in the creating part of studio, it appears, and appears in the game, but when I try to make it disappear or appear in game, either by enabling it or setting the background transparency, it doesn’t change. It is centered correctly, but will not appear. Since when I enable it before playing, it appears, I know it is there. Thanks