Why is my GUI not showing up on the screen?
Asked by
4 years ago Edited 4 years ago
Hi there! I've been scripting a few months now and I'm trying to use GUIs, but they just aren't working. Could someone please help me?
This script is in a local script, not a script. I don't know if that's the problem or not.
1 | script.Parent.MouseButton 1 Click:Connect( function () |
2 | game.StarterGui.ModPanel.Enabled = true |
3 | script.Parent.Parent.Parent.Enabled = false |
4 | game.StarterGui.ModPanel.ModPanel.Active = true |
When I go and test the game, it says that everything is active/enabled, but it doesn't show that.
I'm hoping someone can help me as I have no idea what's happening and the output isn't showing me.