#need playergui potentially???
17 messages · Page 1 of 1 (latest)
oh im trying to make a ui invisible
if the localscript is inside of the ui then u dont need playergui because startergui clones to every playergui
it should be
then whats the error
one moment
22:14:57.900 ImageButton is not a valid member of Player "Players.StarringStewie" - Client - LocalScript:2
ur going to high in the parent
let me see
script.Parent.Parent = ImageLabel
ImageLabel.Parent = CHARSHOP
ImageLabel.Parent.Parent = PlayerGui
ImageLabel.Parent.Parent.Parent = The Actual Player
alr
See the issue?