1 messages · Page 1 of 1 (latest)
Its enabling the Gui but I still cant see the frame im confused why??
local StarterGUI = game:GetService("StarterGui")
local PassportGUI = StarterGUI.ScreenGui
local Passport = script.Parent.Parent
Passport.Equipped:Connect(function()
PassportGUI.Enabled = true
end)```
are you sure that the frame itself is Visible?