MSW DefaultPlayer Use the ModelBuilder to inspect/patch the DefaultPlayer model file, manage components, and configure movement / physics / HP / camera. For costume / avatar equipment , see the skill. Costumes apply not only to DefaultPlayer but to any entity, so they live in a separate skill. --- DefaultPlayer overview What is DefaultPlayer? The player character model provided by default in the MapleStory Worlds Maker workspace. - When any user enters a world, a player entity is created based on this model. - The model ID to use is specified by the property of . File location and structure D…