slots

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

    Solved Selected hotbar slot and select hotbar slot

    Hi, I need to know how to make someone's selected hotbar slot 0-8 be moved to a specified one when the player joins. Its for a lobby/hub skript. Lets take an example from CubeCraft and Hypixel: When you join Cubecraft, your selected slot will automaticaly be moved to the 4th slot and if you join...
  2. F

    Solved Running multiple loops at the same time

    I'm making a skript that creates a gui-based slots machine. I want to be able to run the spinning animation of the 3 "reels" I have at the same time, how can I do this? Here's my code so far: (Code for win conditions and stuff not implemented yet) command /playslots: permission: slots.play...