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.
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.
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!