How would I make a custom humanoid state system?

since Humanoid:AddCustomStatus was never implemented/deprecated how would I add/create custom states for humanoid?

You could use Attributes on the Humanoid object you want.

--example
Humanoid:SetAttribute("CustomState", true)
3 Likes