You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bedrock models can inherit from other models by doing stuff like geometry.humanoid.custom:geometry.humanoid
This would make geometry.humanoid.custom inherit from geometry.humanoid.
Currently however, when the models tries to override properties from it's inherited model it doesn't do so.
The text was updated successfully, but these errors were encountered:
Bedrock models can inherit from other models by doing stuff like
geometry.humanoid.custom:geometry.humanoid
This would make
geometry.humanoid.custom
inherit fromgeometry.humanoid
.Currently however, when the models tries to override properties from it's inherited model it doesn't do so.
The text was updated successfully, but these errors were encountered: