Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NEVER_REMOVE = false
- LOCAL = false
- CHAR = owner.Character
- local sick = Instance.new("Sound")
- sick.Volume = 1
- sick.SoundId = "rbxassetid://916843842"
- sick.Pitch = 3
- sick.Looped = true
- if NEVER_REMOVE then
- sick.Parent=game
- else
- if LOCAL then
- sick.Parent = CHAR
- else
- sick.Parent = game.workspace
- end
- end
- sick:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement