Advertisement
cat568

Untitled

Apr 4th, 2019
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local a = script.Parent
  2. while true do
  3. if a.Name == "fortnite" then
  4. local b = a:GetChildren()
  5. b.Transparency = .5
  6. b.CanCollide = false
  7. wait(.1)
  8. b.Anchored = true
  9. b.Transparency = .6
  10. wait(.1)
  11. b.Transparency = .7
  12. wait(.1)
  13. b.Transparency = .8
  14. wait(.1)
  15. b.Transparency = .9
  16. wait(.1)
  17. b.Transparency = 1
  18. wait(.1)
  19. a:remove()
  20. end
  21. wait(.1)
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement