Advertisement
ERROR_CODE

Untitled

Sep 9th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --act 5 game My nightmare 2 awaking final audio
  2. local Sound = Instance.new("Sound")
  3. local Id = "1839542584"
  4. Sound.Parent = game.Workspace
  5. Sound.SoundId = "rbxassetid://"..Id
  6. Sound.Playing = true
  7. Sound.Looped = false
  8. Sound.Volume = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement