I have decided to make custom humanoid system

Hi guys.
Everyone knows that Humanoid instance is HUGE performance eater. So I have decided to rewrite it myself. That’s what I got in 6 hours:


Right now it’s done by 70%, only features I need to finish is swimming and climbing. Handling of events, methods is similar to native roblox ones. Instead of using Humanoid instance, it uses Configuration to eat less. Animator script is forked to work with new system (and you can see how it turned out).

Does it has any noticeable flaws?

1 Like