#need playergui potentially???

17 messages · Page 1 of 1 (latest)

whole hull
#

`local I = script.Parent.Parent
local I2 = I.Parent.Parent.Parent.ImageButton

I.MouseButton1Click:Connect(function()
I.Visible = false
I2.Visible = true
end)`

#

my brain isnt working

keen oasis
#

?

#

what are u

#

doing

whole hull
#

oh im trying to make a ui invisible

keen oasis
#

if the localscript is inside of the ui then u dont need playergui because startergui clones to every playergui

whole hull
#

it should be

keen oasis
#

then whats the error

whole hull
#

one moment

#

22:14:57.900 ImageButton is not a valid member of Player "Players.StarringStewie" - Client - LocalScript:2

keen oasis
#

let me see

#

script.Parent.Parent = ImageLabel
ImageLabel.Parent = CHARSHOP
ImageLabel.Parent.Parent = PlayerGui
ImageLabel.Parent.Parent.Parent = The Actual Player

whole hull
#

alr

keen oasis