killstreak

  • 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. Z

    Solved Best killstreak not working

    I made command /stats, and the only thing that is not working is best_killstreak. No error when reloading skript. Code: on first join: set {ab::%uuid of player%::killstreak} to 0 set {ab::%uuid of player%::kills_total} to 0 set {ab::%uuid of player%::deaths} to 0 set...
  2. T

    Solved Need help with killstreak skript

    Hey so I've made a killstreak skript but I want to broadcast a message each time a player get a killstreak of 5 (or 10,15,20 etc etc +5 each time) But I have no clue how to. My code: options: prefix: &8[&9Killstreak&8]&r you_killed_player: &7You killed &6%victim%&7...