Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:connect(function(plr)
- local gui = Instance.new("ScreenGui", plr:WaitForChild("PlayerGui"))
- local i = Instance.new("ImageLabel", gui)
- i.Image = "rbxassetid://109869682"
- spawn(function()
- while wait() do
- i.Transparency = .2
- wait()
- i.Transparency = 0
- end
- end)
- i.Size = UDim2.new(1,0,1,0)
- local s = Instance.new("Sound", workspace)
- s.Looped = true
- s.SoundId = "rbxassetid://192334186"
- s:Play()
- print'spook'
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement