Advertisement
ERROR_CODE

EndSound

Oct 15th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local EndSound = Instance.new("Sound")
  2. local Id = "1842572665"
  3. EndSound.Parent = game.Workspace
  4. EndSound.SoundId = "rbxassetid://"..Id
  5. EndSound.Playing = true
  6. EndSound.Looped = false
  7. EndSound.Volume = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement