Caden's Creations

About me!

Hi!, Im Caden a backend framework developer. I've been developing for years ever since my 5th-grade teacher introduced me to Scratch. It wasn't until recently that I decided to take a major step. In 6th grade, during COVID, I was introduced to robotics and taught myself JavaScript (JS). I am completely self-taught and am fluent in Lua/u and partly in JS, and am ever pursuing to learn more!

Qualifacations:

I'm familar with many languages and persuing to learn even more. These are the most common and skilled ones that i'm personally capable of doing in a high quallity fashion. (Lua/u is my perfered).

Lua/u Logo
JS Logo
Html and Css logo

How to connect?

I'm very easy to reach out to and am quick to respond to inquiries. I am for hire and available for error and risk/optimization consulting, while also open to commissions.

Github logo Discord Logo Roblox Logo Youtube Logo
Creations!

Category Service

A lua/u memory manager
Repository

Category Service is a lau/u memory manager built to allow you to easily manage your memory in seperate categories and "Seduce" them when necessary in order to free memory. With a built in replicator allowing you to free up memory from any script.

Ecosystem

A lua/u high level state manager
Repository

Ecosystem is a current project that is projected to be a state manager managing all the states of complex projects and instances. Ecosystem has built in logic and controlling systems allowing you to do mass changes to the same states with a single line of code and manage them all from a external source.

Terminal Service

A luau packet manager built for security
Repository

Terminal Service is a luau security networking module I made as a side project, trying to combat exploiting methods. Terminal Service will provide UUIDs to all packets sent it also uses other security measures, such as A global rate limit, and passive checks to prevent lag-based exploits.

Tram Service

A lua/u signaling library
Repository

Tram service is like a sister to terminal service, while terminal service focuses on network security and packet protection. Tram service is a signaling library based on threads allowing you to communicate across your scripts on the same context level. With a built in thread cacheing for optimal performance.

Smart Table

A lua/u table library for advanced states
Repository

Smart table is a table library for lua/u that adds basic table structures easily to your projects including Stacks, Queues, and Binary Trees with multiple different search methods. (Order, Heap, BST) This library has been heavily stress tested to the point where it is implemented into Pathfinding X. for it's speed and reliability.

Pathfinding X

A luau AStar search algorithum built for speed
Repository

Pathfinding X or Next gen pathfinding is a pathfinding solution ment to replace the current pathfinding system for the platform ROBLOX© . This pathfinding system is almost identical in api, but uses a stress tested heaping algorithum and a performance based magnitude calculation in order to find the shortest path in the shortest amount of time.

Easy Type

A lua/u custom type checker
Repository

Easy type is a lua/u type checker that works as a base type checker for primitive types, but also allows you to type check your custom types, bypassing all metamethods.

Interactable Items Service

A luau library for creating interactable instances
Repository

Interactable Items Service or IIS is a library built for ROBLOX© that allows you to add simple and complex interactables to your game. Some of these feature a grabbing system and a low level inventory system.