Advertisement
Guest User

invisible wall

a guest
Jan 6th, 2021
1,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. script.parent.clickdetector.mouseclick:connect(function()
  2. script.parent.transperency = 0.9
  3. wait(0.1)
  4. script.parent.transperency = 0.8
  5. wait(0.1)
  6. script.parent.transperency = 0.7
  7. wait(0.1)
  8. script.parent.transperency = 0.6
  9. wait(0.1)
  10. script.parent.transperency = 0.5
  11. wait(0.1)
  12. script.parent.transperency = 0.4
  13. wait(0.1)
  14. script.parent.transperency = 0.3
  15. wait(0.1)
  16. script.parent.transperency = 0.2
  17. wait(0.1)
  18. script.parent.transperency = 0.1
  19. wait(0.1)
  20. script.parent.transperency = 1
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement