I've trying to get this figured out for weeks but i can't figure it out, Is it an error or a bug??? Can someone please help me?
function onClicked() --- anything you need will be inside here to happen. local Shop = game.ServerStorage.Shop:Clone() Shop.Parent = game.Players.LocalPlayer.PlayerGui end script.Parent.ClickDetector.MouseClick:connect(onClicked)
If someone can help me that would be appreciated, Thanks!
ClickDetector's have a built in argument that is the clicker.