[code]local StarterGui = game:GetService(‘StarterGui’)
script.Tools.Changed:connect( function()
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, script.Tools.Value )
game:GetService(“Players”).LocalPlayer:WaitForChild(“PlayerGui”):SetTopbarTransparency(0)
end)
–Dumb stuff
game:GetService(“Players”).LocalPlayer:WaitForChild(“PlayerGui”):SetTopbarTransparency(0)
print(“WHY”)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All , true )
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health , false )
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, script.Tools.Value or
( game.Players.LocalPlayer:WaitForChild(“Barn”).Value ~= nil ) )
game:GetService(“Players”).LocalPlayer:WaitForChild(“PlayerGui”):SetTopbarTransparency(0)
print(“OMG”)
[/code]
What is going on?