After-Image Dashing Effect like Heroes Battlegrounds

Hey there, I was wondering if anyone knows how to create that same after image when dashing in Heroes Battlegrounds? I want to reproduce the same effect (it’s the cloned version of myself that is left behind when dashing). Keep in mind I want to do it locally. I dont want code provided I just wanna know how in general. Because I know that the after image keeps the position and animation of the character. Like its not a cloned dummy with effects, its actually a cloned version of where you left off…

This is a visual example: Watch 2024-03-19_22-27-07 | Streamable

4 Likes

If you set the character to archivable = true, you can clone the character. If the character doesn’t have the same pose, you could loop through the Limbs in the clone, and set the CFrame to the CFrame of the real character.

2 Likes

Thank You, that is a good idea!

1 Like

I was actually able to do it thanks!

2 Likes

could u share script or the way etc?