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

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

  1. E

    Solved Invalid Target Skript

    Thank you. I will try it!
  2. 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?
  3. E

    Solved There's no loop that matches

    i think you might need to have something before "loop all players:" like "every 1 minute:" With just loop all players Skript wont know when to run that loop. You need something that tells skript when to do the loop. every 1 minute: loop all players: if loop-player as glowing: remove...
  4. E

    internal error occurred while trying to execute this command

    maybe remove all of your addons and try to see which one is the one causing the issue?
  5. E

    Play Sound with Skript

    still no
  6. E

    Play Sound with Skript

    None of those work sadly, is there any addons I need? I have Skript, skQuery, TuSKe, skRayFall, and Tablisknu
  7. 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...
  8. E

    Solved Chat Censor

    thanks
  9. 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...
  10. E

    Solved console commands not executing

    sorry im new to skUnity, how do i mark it as solved?
  11. 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...