I’m trying to play a sound here and its not working
local QiHit = Sounds.QiHit:Clone()
QiHit:Play()
game.Debris:AddItem(QiHit, 1.553)
I’m trying to play a sound here and its not working
local QiHit = Sounds.QiHit:Clone()
QiHit:Play()
game.Debris:AddItem(QiHit, 1.553)
You did not parent the cloned sound to anything