SHOW:
|
|
- or go back to the newest paste.
1 | SCARY JUMPSCARE WITH SCARY MUSIC CREDITS TO MY Orange (delete this) | |
2 | for i,v in pairs(workspace:GetChildren()) do | |
3 | if v.ClassName == "Sound" then | |
4 | v:remove() | |
5 | end | |
6 | end | |
7 | local lighting = game:GetService("Lighting") | |
8 | lighting.FogEnd = 15 | |
9 | lighting.FogColor = Color3.new(0, 0, 0) | |
10 | lighting.TimeOfDay = 0 | |
11 | local sound = Instance.new("Sound", workspace) | |
12 | sound.SoundId = "rbxassetid://339217792" | |
13 | sound.Looped = true | |
14 | sound:Play() |