MENU

Fun & Interesting

How to SYNC VFX with your Animations in Moon Animator (Roblox Studio Tutorial)

Hazaze 150,338 6 months ago
Video Not Working? Fix It Now

#robloxanimation #moonanimator #robloxstudio Ever wanted to play vfx in Moon Animator (without adding a ton of items) but don't know how? You probably don't because you decided to watch this video (no offense). But don't worry! You'll know how to soon--using animation events and Moon Animator. my discord server: https://discord.gg/exf5Arj7Xb (I'm more active there + animation resources + info on my game, Combatants) Free Emit Plugin: https://create.roblox.com/store/asset/303835976/ParticleEmitterEmitn-V2 VFX Suite (vfx plugin I use, paid): https://create.roblox.com/store/asset/14328968969/VFX-Suite Moon Animator: https://create.roblox.com/store/asset/4725618216/Moon-Animator-2 Article about Animation Events: https://create.roblox.com/docs/animation/events sample script: local pathToEmit = workspace.whereeveryourparticlesare for _,Particles in pairs(pathToEmit:GetDescendants()) do if Particles:IsA("ParticleEmitter") then Particles:Emit(Particles:GetAttribute("EmitCount")) end end Songs (in order): chillwave - lsplash https://www.youtube.com/watch?v=0Y1xiG8cYnY ivory - toastywav https://www.youtube.com/watch?v=nGWR0jPOvzE subzero (ost for my game) 0:00 - Intro 0:28 - Animation Events 2:42 - Setting it Up 4:55 - Cool Tips 6:30 - Bye!

Comment