Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

touch startergui brick not working? [closed]

Asked by 5 years ago
1gui = game:GetService("StarterGui")
2player = game.Players.LocalPlayer
3script.Parent.Touched:Connect(function(plr)
4    player.gui.ScreenGui.Frame.Visible = true
5 
6 
7end)

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?