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 is the script i'm using, this part was supposed not to let player have 2 of the same GUI
if not Player.PlayerGui:FindFirstChild("Conversation3") then
but, the problem it is not Compatible to Filtering Enabled, if anyone have a solution and can answer, i'd be glad.
Scripts in a GUI in filtering enabled need to be localscripts