Advertisement
Guest User

shit script loading

a guest
Feb 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local script = script.parent.screen
  2. local playbutton = screen.play
  3.  
  4. playbutton.activated:connect(function()
  5. screen.visible = false
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement