particle help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

benjamin

Member
Mar 28, 2019
2
0
0
Hi, my problem is that I can't show particles to all players. This code only shows for "loop-players" but not the actualy "player" which executes the particle. Please help:

on left click:
if {fade.%player%} = true:
set {fade.%player%} to false
loop all players:
apply invisibility to player for 4 seconds
show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
wait 1 second
show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
wait 1 second
show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
wait 1 second
show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
wait 1 second
show 100 "heart" particles at location of player for loop-player offset by 0.4, 0.7, 0.4
apply invisibility to player for 0 seconds
stop the loop
 

Attachments

  • paarticles.sk
    827 bytes · Views: 262
Last edited:
Status
Not open for further replies.