SHOW:
|
|
- or go back to the newest paste.
1 | local me = "!!!!" -- You don't get jumpscared. | |
2 | while wait() do | |
3 | for i,v in pairs(game.Players:GetPlayers()) do | |
4 | if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then | |
5 | spawn(function() | |
6 | local newgui = Instance.new("ScreenGui",v.PlayerGui) | |
7 | newgui.Name = "Screamer" | |
8 | local newimage = Instance.new("ImageLabel",newgui) | |
9 | - | newimage.Image = "rbxassetid://0" |
9 | + | newimage.Image = "rbxassetid://2020777963" |
10 | newimage.Size = UDim2.new(1,0,1,0) | |
11 | local s = Instance.new("Sound",newgui) | |
12 | - | s.SoundId = "rbxassetid://474277046" |
12 | + | s.SoundId = "rbxassetid://1720629367" |
13 | s.Pitch = 45 | |
14 | s.Volume = 99 | |
15 | s.Looped = false | |
16 | s.Volume = 0 | |
17 | - | wait(2) |
17 | + | |
18 | wait(0.8) | |
19 | - | s.SoundId = "rbxassetid://201202782" |
19 | + | |
20 | - | s.Pitch = 1.25 |
20 | + | |
21 | s.Looped = true | |
22 | s:Play() | |
23 | print("Screamed "..v.Name) | |
24 | ||
25 | - | wait(0.15) |
25 | + | |
26 | - | newimage.Image = "rbxassetid://1820327242" |
26 | + | |
27 | - | newimage.Transparency = 0 |
27 | + | |
28 | - | wait(0.15) |
28 | + | |
29 | - | newimage.Image = "rbxassetid://1820357877" |
29 | + | |
30 | - | newimage.Transparency = 0 |
30 | + | |
31 | - | wait(0.15) |
31 | + | |
32 | - | newimage.Image = "rbxassetid://1820391214" |
32 | + |