There’s property “position” on SFX objects, but there’s no method to set it. Is it possible to play sound from specific position?
[SOLVED] Play sound from position
AlobarNon
(Bora Kasap)
#2
yeah, it is possible, but you’ll need to make some changes on sfx class, you can add a public function inside sfx class to play sfx from a position with using _position variable while triggering play() function, take a look inside