How to add heart particles with skdragon

  • 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.

HypixelsFox

Member
Mar 26, 2021
14
1
3
i tried doing this
else if {%player%.spellselected} is "heal":
set {%player%.spellcooldown} to 0
add 3 to player's health
set {_loc} to the location 1 meter above player
drawSphere style 2, particle "heart", speed 10, RGB 255, 0, 200, center {_loc}, id "%player%.sphere3", rainbowMode false, radius 1, density 5, visibleRange 32, pulseDelay 0
wait 0.5 seconds
stopEffect "%player%.sphere"
else:
stop
but it didnt work so how do i add the heart particles to this skript?

edit: the hearts also go outside of the set range so how do i fix that one too?


edit by Sashie: when using `RGB 255, 0, 200` on non color particles it acts as the offset so these hearts are randomly being spawned within a large offset. Also you might not see the speed option do anything to the hearts since they are not a directional particle and that value determines how fast they move in a direction(even though they move upwards naturally...)
 
Last edited by a moderator:
Status
Not open for further replies.