#I have a tool and a local script where when its equipped it should enable a ScreenGui

1 messages · Page 1 of 1 (latest)

bitter scroll
#

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)```
amber igloo