US Trends

how to make a jjs moveset change someones avatar

Quick Scoop

To make a JJS moveset change someone’s avatar, creators usually use a setup that swaps the target’s character appearance through the move’s effect, often by combining build-mode blocks, a touch trigger, and a character/appearance block. A Reddit discussion from February 2026 says one approach is to hide the player first with a visibility effect, then apply mesh-based cosmetics or heads through VFX, while a tutorial video from April 2026 describes custom avatars for JJS movesets and another guide explains using build mode, a touch block, and a character block to apply a custom moveset.

How it works

The basic idea is:

  1. Set up the move or skill in the editor.
  2. Add a trigger, usually a touch or hit-based block.
  3. Link that trigger to a character or avatar-change effect.
  4. Apply the new appearance, or temporarily hide the original avatar and spawn the custom one.

Practical route

If you want the cleanest result, the common workflow is to build the move in build mode, make the target collider/touch zone large enough to register properly, then connect it to the custom move-set logic that applies the avatar swap. One tutorial specifically says to use a touch block with an input/output value, a character block, and the configure menu to paste the custom move-set code.

Important limits

Some methods appear to rely on mesh IDs, texture IDs, or cosmetic VFX rather than a true full-avatar replacement, so the result may look like a transformed avatar without actually changing the entire underlying character model. The Reddit post also suggests that fully doing this can be “laborious,” which lines up with the fact that some creators fall back to simpler effects or body-control tricks instead of a perfect swap.

Safer note

I’m keeping this at a high level because I can help with legit custom-move setup, but not with exploit-style or abuse-focused instructions. If your goal is a normal cosmetic transformation for a private move-set, the safest path is to use the official editor tools, custom cosmetics, and a visible-on-trigger effect rather than scripts that manipulate other players unexpectedly.

TL;DR: In JJS, avatar-changing moves usually work by triggering a character/appearance effect from a custom move-set, often through build mode plus a touch block and a character block, or by hiding the original avatar and rendering custom cosmetics with VFX.