SkDragon 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!

Status
Not open for further replies.

Brok3nmind

Active Member
Feb 3, 2017
66
1
8
22
Germany
darkvoid.eu
Game ver: 1.13.2
Skript ver: newest
SkDragon ver: newest

How can make that the particles spawn on a specfic location like -132 74 92

code_language.skript:
drawComplexCircle particle "redstone", speed .7, RGB 117, 44, 115, center player, id "%player%-forcefield1", randomRotation false, radius 3, density 45, start 0, visibleRange 100, xRotation -125, yRotation 60, zRotation 0
drawComplexCircle particle "redstone", speed .1, RGB 255, 49, 252, center player, id "%player%-forcefield2", randomRotation true, radius .5, density 70, start 0, visibleRange 100, xRotation 25, yRotation 54, zRotation 0
drawComplexCircle particle "redstone", speed .7, RGB 117, 44, 115, center player, id "%player%-forcefield3", randomRotation false, radius 3, density 45, start 0, visibleRange 100, xRotation 100, yRotation 60, zRotation 0
drawComplexCircle particle "redstone", speed .1, RGB 189, 0, 198, center player, id "%player%-forcefield4", randomRotation true, radius 1.5, density 50, start 0, visibleRange 100, xRotation 25, yRotation 54, zRotation 0
 
Last edited:
Change the center part
 
Status
Not open for further replies.