Guest User

Untitled

a guest
Mar 28th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. on left click:
  2. if {fade.%player%} = true:
  3. set {fade.%player%} to false
  4. loop all players:
  5. apply invisibility to player for 4 seconds
  6. show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
  7. wait 1 second
  8. show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
  9. wait 1 second
  10. show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
  11. wait 1 second
  12. show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
  13. wait 1 second
  14. show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
  15. apply invisibility to player for 0 seconds
  16. stop the loop
Advertisement
Add Comment
Please, Sign In to add comment