1 | gui = game:GetService( "StarterGui" ) |
2 | player = game.Players.LocalPlayer |
3 | script.Parent.Touched:Connect( function (plr) |
4 | player.gui.ScreenGui.Frame.Visible = true |
5 |
6 |
7 | end ) |
i wrote it on a local script but i dont know why it's not working
Closed as Too Broad by User#24403
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?