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

    Solved Tracking kills

    variables: {playerskilled} = 0 on kill add 1 to {playerskilled} command /stats: trigger: message "&7Kills: %{playerskilled}%" New to skript, familiar with other languages but i cant seem to get this to work? Im doing something wrong if someone could help. I just realised...