Collection of all the modules I've made for the gaming platform Blip.
Add an additional button to the game called Action4 that can be use on PC with the shift key, just like the other three buttons.
Allow you to track data of the players in your game like its average playtime, how many first time player and more!
Quickly create simple and fully customizable bar for your game.
Add objects to a group to then call a certain function of all of the objects in that group! It allows you to have a simpler and cleaner code.
Create and add components to an object. Components can be use to not have repeating code, for example, you can create one health component and add it to the player and the enemy.

