JannickP8

exit btn yt

Jul 13th, 2022 (edited)
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1.  
  2.    local btn = script.Parent
  3.    local screengui = btn.Parent.Parent.Parent
  4.    
  5.    
  6.     btn.MouseButton1Click:Connect(function()
  7.         screengui:Destroy()
  8.     end)
Add Comment
Please, Sign In to add comment