Coding Conqueror Haki Script

  • 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.

withstein

Member
Feb 3, 2022
1
0
1
23
Im trying to make script like conquerors haki but i dont know how to freeze players in radius of 5
Code:
command /haki [<Text>]:
    trigger:
        if arg 1 is "disable":
            if {haki.%player%} is true:
            send "[&c&l!&f] Kralların Haki'si kapalı!"
            stopEffect id "%player%.haki"

on swap hand items:
    drawSphere style 1, particle "dragonbreath", center player, id "%player%.haki", rainbowMode true, radius 5, density 100, visibleRange 100, pulseDelay 1
    send "[&c&l!&f] Kralların Haki'si aktif!"
    set {haki.%player%} to true
When i press F players in radius 5 have to freeze and have nausea effect. How can i make that?
 
Status
Not open for further replies.