[Skript-Particle] I need 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!

HeliumBoi

Active Member
Sep 15, 2023
124
7
18
Uzbekistan
The syntax on (Here) for set scale of {_shape} to 2 * (scale of {_shape}) doesn't seem to work in the 'v1.3.4' version. Is there new syntax?

Syntax error here:
1754415356247.png
CSS:
on right click holding lime dye:
    if name of player's held item is "&a&lRegen":
        play sound "block_note_block_pling" to player
        send "&aAbility has been used." to player
        set {_loc} to player's location


        set {_shape} to a circle of radius 0.2
        set particle of {_shape} to electric spark particle
        loop 30 times:
            draw the shapes {_shape} at {_loc}
            set scale of {_shape} to 2 * (scale of {_shape})
            wait 1 tick