Model Disguise

< Back to mechanic page

Description

Disguise a player with a model.

Attributes

Attribute Aliases Description Type Default
modelid m, mid, model Applied model String
seeself s, see Whether the disguised player can see the model Boolean true

Example

Basic example that turns a player into a worm when hit, visible to themselves.

  Skills:
  - modeldisguise{m=worm;s=true} @self ~onHurt

Aliases

  • modeldisguise
Updated Aug 19, 2026