How to make a vfx/skill in roblox with blender?

Hey, just wondered how do we actually make a skill or a vfx in roblox studio? what do i need to do? This is my first time doing a vfx/skill in roblox studio and for my first skill I want to make the amenotejikara, which is sasuke’s rennigan skill.

reference:

I want to make something that is similar to his sword switching. Like throw the sword and switch places when clicking a button or a key on the keyboard.

this is the sword a have ready.


All replies are appreciated and THANK YOU! :smiley:

2 Likes

Well, I’m not sure about the sword throw and stuff but to switch spots you would need to make two vector3 or cframe values and place your position/cframe to the first while the targets cframe/position to the second. Once you have your values, set your cframe/position to the second value and the enemies cframe/position to the first value, hope this helped!

1 Like

THX! I will keep this in mind when I script the move :DD

1 Like

No problem! But sorry for the late response ;/
But for throwing the sword and clicking a key, I would recommended this video: - YouTube

and for the pressing a key you can just find a userinputservice tutorial