iiJosephCats205

Woody Jumpscare [FE]

Nov 30th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --By iiJoeCats (lol)
  2. script.Parent = game.StarterGui
  3. for i, v in pairs(game.Players:GetPlayers()) do
  4. spawn(function()
  5.     while wait(.76) do
  6.         print("get fucked "..v.Name)   
  7.         local YOU = Instance.new("ScreenGui",v.PlayerGui)
  8.         YOU.ResetOnSpawn = false
  9.         YOU.Name = "jeśli to wiesz, pieprzyć cię lol"
  10.         local NIIIIIIIIIII = Instance.new("ImageLabel",YOU)
  11.         NIIIIIIIIIII.Size = UDim2.new(1,0,1,0)
  12.         NIIIIIIIIIII.Image = "rbxassetid://1035277452"
  13.         local sense = Instance.new("Sound",YOU)
  14.         sense.Volume = 100
  15.         sense.Looped = true
  16.         sense.SoundId = "rbxassetid://270145703"
  17.         sense:Play()
  18.         game:GetService("Debris"):AddItem(sense,.76)
  19.     end
  20. end)
  21. end
Add Comment
Please, Sign In to add comment