Jump to content

Does anyone know how to make a skript skin changer?


QuaintZHC

Recommended Posts

Hello! I was wondering if anyone knew how to make a skript skin changer as I currently do not.

 

Functions:

Not like disguiselibs as with that you cannot break  blocks when you are disguised.

Let other players see the disguise you have nicked yourself

Link to comment
Share on other sites

Of-course, however you will require LibsDisguise as well as Skellett installed for this to work.

 

Here is an example where you can disguise with a player's skin:

command disguise <text>:
    permission: op
    trigger:
        set {_s} to disguise type player with username arg-1
        set player's disguise to {_s}
        send "You disguised as %arg-1%."

 

Here is another example where you can disguise as a mob:

command zombie <text>:
    permission: op
    trigger:
        set {_z} to disguise with type zombie
        set player's disguise to {_z}
        send "You disguised as a zombie."

command babyzombie <text>:
    permission: op
    trigger:
        set {_z} to disguise with type zombie with baby state true
        set player's disguise to {_z}
        send "You disguised as a baby zombie."

 

I have not tested this, please make sure to tell me if it worked. Enjoy.

  • Like 1

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...