Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local me = "6" -- You don't get jumpscared.
- while wait() do
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then
- spawn(function()
- local newgui = Instance.new("ScreenGui",v.PlayerGui)
- newgui.Name = "Screamer"
- local newimage = Instance.new("ImageLabel",newgui)
- newimage.Image = "rbxassetid://1162581037"
- newimage.Size = UDim2.new(1,0,1,0)
- local s = Instance.new("Sound",newgui)
- s.SoundId = "rbxassetid://544509562"
- s.Volume = 99
- s.Looped = False
- s:Play()
- print("Screamed "..v.Name)
- wait(1)
- newimage.Image = "rbxassetid://9"
- newimage.Transparency = 9
- while wait() do
- newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
- wait()
- newimage.ImageColor3 = Color3.new(1,1,1)
- end
- end)
- end
- end
- end
- wait(2)
- local me = "6" -- You don't get jumpscared.
- while wait() do
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then
- spawn(function()
- local newgui = Instance.new("ScreenGui",v.PlayerGui)
- newgui.Name = "Screamer"
- local newimage = Instance.new("ImageLabel",newgui)
- newimage.Image = "rbxassetid://1"
- newimage.Size = UDim2.new(1,0,1,0)
- newimage.Transparency = 9
- local s = Instance.new("Sound",newgui)
- s.SoundId = "rbxassetid://544509562"
- s.Volume = 9999
- s.Looped = False
- s:Play()
- print("Screamed "..v.Name)
- while wait() do
- newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
- wait()
- newimage.ImageColor3 = Color3.new(1,1,1)
- end
- end)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement