Advertisement
TheYoutuber_Pro

Untitled

Jan 24th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. function Cso(ID, PARENT, VOLUME, PITCH)
  2. local NSound = nil
  3. coroutine.resume(coroutine.create(function()
  4. NSound = IT("Sound", PARENT)
  5. NSound.Volume = VOLUME
  6. NSound.Pitch = PITCH
  7. NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
  8. swait()
  9. NSound:play()
  10. game:GetService("Debris"):AddItem(NSound, 10)
  11. end))
  12. return NSound
  13. end
  14.  
  15.  
  16.  
  17. if key == "t" then
  18. Cso("7068522013", hed, 1, 1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement