-
What do you want to achieve?
I have been trying to find a way to make a sword slash effect just like people who use crescents and make it like a swing effect, from big to small and rotating. -
What is the issue?
I know how to make the vfx itself, like the crescent mesh, but I don’t know how people made it rotate and turn smaller into nothing as the vfx can’t turn shorter like in this effect. I have heard that people put decals on it then change its id, but I don’t know how to do that but if you could show me then please do. I really need help doing this as I have found no answers except creating the mesh itself. -
What solutions have you tried so far?
I have tried to search on google and youtube and people, but I don’t get answers. I only found how to make the vfx mesh itself but that’s all. I really need help on making this 3d slash effect.
1 Like
So one of your best friends to accomplish this is: TweenService
to use this service for a visual event I suggest to do the Tweening on client by sending a FireAllClients signal on a remote event on the server that tells the client where to spawn the effect, which effect and how to move and rotate it
I know how to do that but how would I make a slash effect like in the video as you can’t just resize the vfx to make it shorter or disappear like in the video
I think they’re using multiple MeshParts and resizing/rotating them individually.