#can someone help me with that skript make to me a golden sword that dashes

1 messages · Page 1 of 1 (latest)

rocky swift
#

can someone help me with that skript make to me a golden sword that dashes

oblique hawk
#

push player upwards with speed 1.5
push player forwards with speed 1.5

oblique steeple
# rocky swift can someone help me with that skript make to me a golden sword that dashes

on right click:
    if player's tool is golden sword:
        if player has player's tool on cooldown:
            send "&cCooldown" to player
        else:
            make 10 of smoke at player with extra 0
            play sound "entity.blaze.shoot" with volume 1 and pitch 1 for player
            set item cooldown of player's tool for player to 10 seconds
            set {_v} to vector from player to location 1 in front of player
            set pitch of {_v} to -30
            push player {_v} with force 1.5
eager minnow
#

on right click is very bad optimization wise

oblique steeple
eager minnow
#

so

#

:/

oblique steeple
#

it wont affect the server at all and if it does its negligible

dull carbon
#

The amount of events being called per second would be wild

rocky swift
merry relic
harsh silo
#

you cant use the object function if youre not a woman