Client Borders

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

hh07

Member
Jan 22, 2023
10
0
1
20
I tried to use client borders with skellet but its not working I used the example Skript from skellet but its not working either
Code:
command /setlocation:
    permission: permission.text
    trigger:
        set {UHC.Center} to player's location
    
command /b:
    trigger:
        set client border warning distance of player to 100
        set client border center location of player to player's location
        broadcast "&6%client border center location of player%"
        broadcast "%client border size of player%"
        loop 20 times:
            set client border size of player to loop-number
            broadcast "%client border size of player%"
            wait a second
        reset client border warning distance of player

that's the example Skript from skellet but I get error messages like "Cant understand condition: set client warning distance" or "Cant understand this expression: broadcast "%client border size player%"