Ok so... I'm making a game and I have this problem where the GUI appears for everyone instead of one player. Help me fix this pls
In the gui:
1 | workspace.PartToTouchNameGoesHere.Touched:Connect( function () |
2 | script.Parent.Visible = true |
3 | end ) |