#Issue with a really easy script that is not working and I have no idea why.

18 messages · Page 1 of 1 (latest)

versed garden
#

and there is no errore in the output

young charm
#

you dont need a remote event just clone the ui on the client side

#

also you dont need to put players.localplayer it automatically sets that as the first value

versed garden
#

okay i'll try that

#

@young charm tryed, still dosen't work

#

local gui = script.Shop

script.Parent.Triggered:Connect(function(plr)
local clone = gui:Clone()
clone.Parent = plr.PlayerGui
end)

young charm
#

🤷‍♂️

versed garden
#

it's weird

#

I mean I do a lot of scripts and Its the first time this is happening

novel oxide
#

be where ur script

#

is set up

versed garden
#

i fixed it

#

i was thinking i deleted the post sry

novel oxide
#

what

#

did u change

versed garden
#

i just changed the way it works

novel oxide
#

oh