1 | function click(Player) |
2 | if not Player.PlayerGui:FindFirstChild( "Conversation3" ) then |
3 | local gui = script.Conversation 3 :Clone() |
4 | gui.Parent = Player.PlayerGui |
5 | end |
6 | end |
7 |
8 |
9 | script.Parent.ClickDetector.MouseClick:connect(click) |
This script works on studio, but not in-game, any help?