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