Protocol Hide

  • 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.
I'm not sure it will work:
code_language.skript:
on click on armor stand:
    protocol hide event-entity from all player # Need Umbaska
I think there are ways to do it
 
I'm not sure it will work:
code_language.skript:
on click on armor stand:
    protocol hide event-entity from all player # Need Umbaska
I think there are ways to do it

Umbaska 3.3 doesn't have this syntax and earlier version doesn't work for me
 
Want to hide the armor to do?
If you want to hide armor stand to create holo then there will be more simple way
 
this is what I use to hide armor stand in my minigame instantly when it spawns:
Code:
on packet event play_server_spawn_entity:
    player's world is "Paintball"
    "%player's world pentity 0 of event-packet%" = "living entity"
    cancel event
requires MundoSK addon
I use living entity because in my Skript armor stands are called living entities, you might need to change that if it's different in your version of Skript
 
Status
Not open for further replies.