Click for 1 GUI clone, not FE Compatible?
2 | if not Player.PlayerGui:FindFirstChild( "Conversation3" ) then |
3 | local gui = script.Conversation 3 :Clone() |
4 | gui.Parent = Player.PlayerGui |
9 | 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
1 | 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.