#adding VFX and sound to my GUI button
1 messages · Page 1 of 1 (latest)
u can make it using scripts
.Activated for the button's click event. You can put a sound in SoundService, get it using game:GetService("SoundService").Sound and then play it with :Play()
VFX depends on a lot.
thats wht i am saying he can't use vfx with gui by js adding smth to it he need to make a script for it
If the VFX is an image that's fine, can trigger VFX in the world if its particles. Don't think particles work in ViewPortFrames
i am not expert in gui thats wht i js know