show

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

    Now, what are you waiting for? Join the community now!

  1. Laserlp

    Solved hide/show entities to individuel players?

    Hey! Like the title says, I wanted to ask how I can hide or show individuel entities to individuel players. What I have made so far is this: on every 5 ticks: loop all players: if {Level.%loop-player%} is more than 9: loop all text displays in radius 25 around...
  2. Aidanete

    Solved How I can show a variable value in a message or text

    I'm trying to show the value of a variable in a message like: {var.player} is 1 message "player is {var.player}" and get in the game "Player is 1" I want to make a message show a variable but the message shows the variable name instead. I don't know why. Here one of the failing code: message...