Search results

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

  1. E

    Fire Trails

    Im trying to make a skript where when you throw a snowball, it makes a fire trail behind it. It never works no matter how many tutorials I look at. Does anyone know how to do it / what addons you need?
  2. E

    Player has snowball not working

    Im working on a skript, and if a player has a snowball, it will remove one from the player and make him shoot one. When you get the snowball, the skript works, but if you move the snowball out of the slot it was given to you in, the skript will stop working. I have no errors on reload. The...
  3. E

    Giving Names to Snowballs

    I am trying to make a skript that shoots a snowball with a name, and it is saying "snowball named "Sniper" is not an entity type (Guns.sk, line 65: shoot a snowball named "Sniper" from player')" the skript i have on line 65 to shoot the snowball is this "shoot a snowball named "Sniper" from player"
  4. E

    How to make a GUI that enchants a player's item based off of what they have?

    Im trying to make a Skript that makes a random enchanter that creates a number between 1 and 6, and if you put a sword in it will enchant the sword with sharpness 1 - 6. When you right click an enchanting table, it opens a gui where you can put in an item to enchant, but I don't know how to do...
  5. E

    Solved Invalid Target Skript

    Im trying to make an anti Killaura skript, and need help making an invalid target detection. It is when you hit someone with looking at there hitbox. Anyone have and ideas on how to do it?
  6. E

    Play Sound with Skript

    Im trying to spawn an Armor Stand behind a player and play the sound it makes when you complete an end portal. I get no errors but the sound doesn't play. How do I fix it? command /test: trigger: set {loc} to location behind player set {attacker} to player spawn an armor stand at...
  7. E

    Solved Chat Censor

    I am currently making a chat manager in Skript, and my chat censor is not working. The error code i am getting is "[01:00:35 ERROR]: 'message contaians "fuck"' is not a boolean (yes/no) (anticheat.sk, line 154: if message contaians "fuck":')". The code i am using is on chat: if message...
  8. E

    Solved console commands not executing

    Im trying to make a server with generators in the sky, and a way to redeem tags. I have the tag redeem Skript already working, but when i try to make a gui to use them it doesn't work. The code i am using will be pasted. Please tell me what i am doing wrong (i dont know how to put the code in...