I need help with particles

  • 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 comminuty!

    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!

yogurtff

Member
Jan 26, 2025
23
3
3
I am trying to make death effects. Im trying to add particle to those players who died but that doesnt work for me, please help
 





SKbee.
 
I am assuming you are trying to make particles where the player died? What have you tried so far?

If this is what you are trying to do, I would assign the player's death location to a variable, and spawn particles in a loop at that location.
 





SKbee.
onu deneyeyim hemen kral, gelirim bakınca.
I am assuming you are trying to make particles where the player died? What have you tried so far?

If this is what you are trying to do, I would assign the player's death location to a variable, and spawn particles in a loop at that location.
sure thing, but ill test skbee first
 





SKbee.
bu yöntem çok ilgimi çekti ama işe yaramıyor maalesef :/
 
Python:
on death:
    attacker is a player:
        draw 20 of dust using dustOption(blue, 10) at location of the victim

buyur reisim
özür dilerim uzun süre bakamadım
 
Python:
on death:
    attacker is a player:
        draw 20 of dust using dustOption(blue, 10) at location of the victim

buyur reisim
özür dilerim uzun süre bakamadım
Tam olarak hata nedir? Partikül gelmiyor mu yoksa reload sırasında bir hata mı oluşuyor? Hepsinin yanında farklı partiküller deneyip partikül sayısını absürt şekilde artırarak partiküller çıkıyor mu çıkmıyor mu diye test edebilir misin? Bu testi illa ki on death'de yapmana gerek yok. Bir komutta falan da yapabilirsin. Hepsinin yanında location of the victim yerine set {_loc} to location of victim dedikten sonra add 1 to y-coord of {_loc} diyip, {_loc}'u location of the victim yerine yazabilirsin. lokasyonu daha tutarlı yapabilirsin (öbür türlü ölen oyuncunun ayaklarından lokasyon alır.).