#wgat is wrong with this script? it doesnt work
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
local player = game.Players.LocalPlayer
local plrgui = player:WaitForChild("PlayerGui")
if plrgui then
local screengui = plrgui:FindFirstChild("ScreenGui")
if screengui then
for _, child in screengui:GetChildren() do
if child:IsA("GuiObject") then
child.Visible = true
end
end
end
end
its a localscript in starterplayerscripts
does the gui not show
NO
wdym by it doesnt work
oh nice