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
gui = game:GetService("StarterGui")
player = game.Players.LocalPlayer
script.Parent.Touched:Connect(function(plr)
    player.gui.ScreenGui.Frame.Visible = true


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?