Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Click Gui Script --
- local ClickDetector = game.Workspace.NPC:WaitForChild("ClickDetector") -- NPC is the character for ClickDetector --
- ClickDetector.MouseClick:Connect(function()
- script.Parent.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement