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"```
#weird bugs
1 messages · Page 1 of 1 (latest)