Track my progress in scripting, modeling, and more!

I am not modeler okay.

Made VFX full from tutorial xd

Made in figma, Icons not main

Made in figma, icons not main

Made in Figma, Icons not main ofc

Just made stat counters, FIGMA

I learned “Signals”, a module that simplifies and makes Bindable Events more optimized.

I made Rarity Systems — you get money every second, and if you have enough money you can buy Common, then Uncommon, Rare, etc. Easy to configure, fast, and well optimized.

I've made it so that when a player joins the game, I copy their profile and set it up on the client. So that if a stat in the profile changes, it also changes on the client. This allows me to easily change, for example, the text in labels. Instead of using a remote function to return the profile, I can simply enter local profile = ClientProfiles.Profile. I've also learned about bindable events (changing text to textlabels each time a stat changes). I'll soon be learning signals so I don't have to create hundreds of events.

I learned Profile Store, a very similar library to Profile Service, but faster and newer (from the same creator!), I learned it with the help of the documentation without a tutorial (and with a little help from my friend), Profile Store saves your statistics.

Clicking system, when you click you get currency "Clicks" and there are cool popups

Easy to configure Labels System, by copying 1 frame and renaming it to stata name you create a counter of this stata in the UI (using Profile Service and eternity numa!)

An easy-to-configure command system where you type a command in chat and something happens! I've created a few commands: /globalmessage /tp /tpall /walkspeed /jumppower

An easy-to-configure overhead system built with Profile Service, with the following settings: UI Padding Orientation (X/Y) HorizontalAlignment VerticalAlignment where you just need to copy one line and set the text label's size and what stat (or nickname) it should display!

I made a very easy to configure Friend Boost System, you just need to put the scripts in the right place and it works, every 2 minutes it also displays a frame in the bottom right corner, whether you want to invite a given player

I made an easy to configure Tween Service Module, where by copying 1 line, you have cool animations, Hover and Click in the UI!

I learned Profile Service and configured it using tutorials, and I also made a script that adds $ every second.