#Sound inside tool won`t clone

1 messages · Page 1 of 1 (latest)

round bison
#

I have this issue with my gun system where if I fire again and again the sound just doesnt play for a moment before returning again. I figured I should just clone it and play so I could have overlapping sounds If that`s a good thing, But the sound wont clone.

pulsar grove
#
  • make sure volume is at 1 or more
  • you are cloning the sound but its parented to nothing so its kinda of like just an instance but not in the game
local snd = Handle:FindFirstChild("Fire"):Clone()
snd.Parent = workspace
snd:Play()
  • add some debugging to make sure it exists
if not snd or not snd.IsLoaded then warn("ERROR!") end
pastel quest
#

pls contact us if you tried it

round bison
#

Thank you, It works now. I thought when you clone an instance it's parent stays the same

charred gorgeBOT
#

studio** You are now Level 1! **studio