Solved how to make an armor stand hold a custom player head with value

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

Leon123232

Member
May 6, 2021
1
0
1
24
I want to know how to make an armor stand hold a custom player head using the value.
This is the code I currently have:
command /pet1:
trigger:
spawn a armor stand at location in front of player's eyes
set {pet.%player%} to "enderman"
set {_fs} to last spawned armor stand
add "{Invisible:1}" to {_fs}'s nbt
add "{Rotation:360f}" to {_fs}'s nbt
set the held item of {_fs} to player head
make {_fs} ride player
 
Status
Not open for further replies.