Advertisement
SomeEditor

Untitled

Mar 24th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. nostalgie = Instance.new("Sound", game.Players.LocalPlayer.Character)
  3. nostalgie.SoundId = "rbxassetid://2337759010"
  4. nostalgie.Looped = true
  5. nostalgie:Play()
  6. nostalgie.Volume = 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement