Advanced & customizable Roblox inventory/hotbar system with robust item instance tracking.
Fusion
Stoway is a flexible and feature-rich inventory and hotbar system designed for Roblox experiences. It provides developers with a robust framework to manage player items, offering deep customization for various gameplay needs, from simple backpacks to complex, data-driven inventories
I noticed my script has be forked and used in a lot of the newer mm2 autofarm scripts to find the closet coin and I'm kinda honored cause before I uploaded the free script back in summer 2024 autofarms were just collecting any random coin that spawned into the map and I did the same thing until I watched some youtube and found crushfire's video on Octree and from there the script was born. Sadly I had a lot to do in college so I couldn't update the script to be better but on my winter break in a mere two days I made an updated version which wouldn't have you go to coins outside the map or 'false positions' as I used to call it. Then in I think 4 or 5 days I created the Free Script which is a mm2 hub. I WILL NOT BE UPDATING the hub and will focus on better techniques/functions to collect coins;
Full Stack Library System webapp for my database project.
Flasksqlite
This is a basic library system to demonstrate most if not all topics on Intro to Databases. Aslo features some topics from Web Dev, and GUI. To quick run the application makes line 280 and 281 readable by removing the '#' and adding one to line 279.
A roblox movement system with FSM strict transitions to keep track of character states.
IllusionIASRunSerivceState Machine
A more controlled and memory first approach to tracking and keeping up with a players character states during movement. FSM helps me achieve a riggied approach to movement so that there are expected outcomes for each state.