Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Gui = script.Parent
  2. local Background = Gui.Background
  3. local Header1 = Gui.Header1
  4. local Header2 = Gui.Header2
  5. local PartyHat = Gui.Parent.MainUI.Background.TableLine.PartyHat
  6. local PartySound = Gui.Parent.MainUI.PartySound
  7.  
  8. wait(1)
  9. Header1.Visible = true
  10. wait(7)
  11. Header1.Visible = false
  12. Header2.Visible = true
  13. wait(2)
  14. Header2.Visible = false
  15. Background.Visible = false
  16. wait(1)
  17. Gui.Parent.Intro:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement