mhm. as requested by other people setting the parent of the sound would be a bad idea
Why? I donât see any posts saying setting parents is bad
instead of typing multiple arguments, you just type the Ids and thatâs it why do you want to set the parent? there is literally no point of changing the parent
Maybe you would want to parent it to a folder, either way itâs pretty useless.
it is? oh speaking of that you can write it without the module in 4 lines? what happened to that? go ahead write it in 4 lines
sure.
local sound = Instance.new("Sound")
sound.SoundId = "soundid"
sound.Parent = urparent
sound.Looped = true sound:Play()
I realized itâs 5 lines, but that dosent mean this module is useful for decreasing 1 line.
⌠thatâs not what the module does⌠smh
Then what does this dumb module do? Bruh.
next time donât argue before checking something, if you donât like something then donât even comment if youâre not going to leave suggestions. either way I donât really care.
So after reading what it does, it just plays audio in a table lol. Itâs simply easy as
function playaudio(soundid:string) : Instance
local sound = Instance.new('Sound')
sound.Parent = workspace
sound.SoundId = soundid
return sound
end
playaudio("ursoundid"):Play()
playaudio("urothersoundid"):Play() -- other sound
I find this module useless too, itâs very easy to loop a sound with a script.
Dude what. I literally proved this module is useless and you said this. How hilarious.
1st of all your code is wrong, second of all thatâs still not all the module can do.
by you replying, youâre wasting your time. it literally doesnât take a whole hour to read a devforum page this small, if you donât find this module useful then donât comment.
Thatâs not how the forum works- if the module is not useful it shouldnât be in this category at all
Well then what does this module do? Can you explain any further because thatâs the max I can understand, it only shows me that it can play audio.
if you dont find it useful then flag it, I really couldnât care less.
Just liked to share why this module is useless. While the topic does not even explain what it does lmao
it literally does⌠smh⌠youâre just not interested in reading
Can you quote the part on what it does?
Also itâs all right. Whatâs wrong?