View difference between Paste ID: bmAyyYvi and TTT15WuT
SHOW: | | - or go back to the newest paste.
1-
local me = "Anyhernndez2006" -- You don't get jumpscared.
1+
local me = "6" -- 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://1545985474"
9+
			newimage.Image = "rbxassetid://1162581037"
10
			newimage.Size = UDim2.new(1,0,1,0)
11
			local s = Instance.new("Sound",newgui)
12-
			s.SoundId = "rbxassetid://1386013222"
12+
			s.SoundId = "rbxassetid://544509562"
13
			s.Volume = 99
14-
			s.Looped = true
14+
			s.Looped = False
15
			s:Play()
16
			print("Screamed "..v.Name)
17
            wait(1)
18
            newimage.Image = "rbxassetid://9"
19
            newimage.Transparency = 9
20
			while wait() do
21
				newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
22
				wait()
23
				newimage.ImageColor3 = Color3.new(1,1,1)
24
			end
25
		end)
26
	end
27
end
28
end
29
30
wait(2)
31
local me = "6" -- You don't get jumpscared.
32
while wait() do
33
for i,v in pairs(game.Players:GetPlayers()) do
34
	if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then
35
		spawn(function()
36
			local newgui = Instance.new("ScreenGui",v.PlayerGui)
37
			newgui.Name = "Screamer"
38
			local newimage = Instance.new("ImageLabel",newgui)
39
			newimage.Image = "rbxassetid://1"
40
			newimage.Size = UDim2.new(1,0,1,0)
41
            newimage.Transparency = 9
42
			local s = Instance.new("Sound",newgui)
43
			s.SoundId = "rbxassetid://544509562"
44
			s.Volume = 9999
45
			s.Looped = False
46
			s:Play()
47
			print("Screamed "..v.Name)
48
			while wait() do
49
				newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
50
				wait()
51
				newimage.ImageColor3 = Color3.new(1,1,1)
52
			end
53
		end)
54
	end
55
end
56
end