Skript Custom GUIs

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

_95

New Member
Feb 22, 2025
9
0
1

This video goes over how to create GUIs in Skript, how to handle events such as inventory click and close, and then how to implement a simple cookie clicker style game.

Code: https://gist.github.com/underscore95/8dfcf234891e480dd200943e7fcda493

Mentioned Tutorials:
Items:
Functions:

I noticed I didn't really explain what the second issue was, essentially when reopening the gui we were setting the tag to tutorial-gui but opening an inventory when one is already open closes the previous one so the tag was being deleted, and the fix is to set the tag after you open the GUI.