How would I make this effect for Akame Ga Kill Game?

How would I make this effect shown on the video below?

Btw i have the decal for it and the particle for it if i need it

textures

Texture.StudsPerTileV = 0
	
TweenService:Create(
	Texture,
	TweenInfo.new(1),
	{["OffsetStudsV"] = 5}
):Play()
1 Like

so it works but how do i make it smaller and go to the arms and legs? (and how would i have multiple of them in each body part like the video?) sorry for all the questions

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.