#Issue with a really easy script that is not working and I have no idea why.
18 messages · Page 1 of 1 (latest)
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
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)
🤷♂️
i just changed the way it works
oh