#please help me how to add effects to my cutscene in roblox studio
1 messages · Page 1 of 1 (latest)
** You are now Level 2! **
this is just for help if you want sm1 to do it for you go #💵︱hiring
however
if your doing it yourself
here's how to get started
make your effects and put it in replicated storage
If they are particle emitters
then:
when a certain key is pressed ->
clone the particle emitters and put them inside your torso if you want a aura idk
or create a part and put all particles in that
iterate through the particles and emit
with objects:
clone the parts and use tween service to scale it or make it fade away
for animations:
each player has a humanoid
and an animator inside of that
you can reference the animator
and use
animator:LoadAnimation()
then put your animation object as the parameter
for more details search up on dev forum