Advertisement
Guest User

close

a guest
Oct 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function close()
  2. script.Parent.Parent.Visible = false
  3. end
  4.  
  5. script.Parent.MouseButton1Click:connect(close)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement