Okay, so I’m following this tutorial on viewmodel rigs (linked below),
and the guy is going over a pretty simple loadout system. When the player dies, a gui becomes visible.
For some reason, i get the error "LoadoutMenu is not a valid member of ScreenGui "Loadout"". I am confused because the frame called LoadoutMenu is clearly in the screengui as you can see.
I tried to use WaitForChild("LoadoutMenu"), but it did not work either.
I also have the ability to go into the game and change the visibility myself and it works fine, but the script cannot.
You could try menu:WaitForChild("LoadoutMenu").Visible = true
Also could you specifiy which script enables / disables the UI?
Could you specify what menu variable stands for and where the script that enables / disables UI is located?