function click(Player) if not Player.PlayerGui:FindFirstChild("Conversation3") then local gui = script.Conversation3:Clone() gui.Parent = Player.PlayerGui end end script.Parent.ClickDetector.MouseClick:connect(click)
This script works on studio, but not in-game, any help?