#weird bugs

1 messages · Page 1 of 1 (latest)

smoky perch
#
    if player's tool is amethyst shard named "&6&o🔥 RNG SHARD 🔥 &7&o(Right-Click to roll!)":
        if player is not sneaking:
            make player execute "/roll"
        else:
            if player has permission "*":
                if {rollactive.%player's uuid%} = false:
                    set {rollactive.%player's uuid%} to true
                    rollanimation(player)
                    wait 35 ticks
                    replace all "&" in {legendarytitle} with "§"
                    send title "%{legendarytitle}%"
                    play sound "entity.ender_dragon.death"
                    set {_sphere} to a sphere with radius 5
                    set particle of {_sphere} to dust particle using dustOption(yellow, 255)
                    draw {_sphere} at player's location
                    set {rollactive.%player's uuid%} to false
                else:
                    send actionbar "&cAlready rolling."
                    play sound "block.note_block.bass"```
#

i have tried debugging the title, and when i changed it to say "test" it didnt show anything. my function works successfully

#

@trail yoke

#

i fixed the title issue, but the particles still dont work