Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= me and not v.PlayerGui:FindFirstChild("R3kt") and v:FindFirstChild("PlayerGui") then
- spawn(function()
- local newgui = Instance.new("ScreenGui",v.PlayerGui)
- newgui.Name = "R3kt"
- local newimage = Instance.new("ImageLabel",newgui)
- newimage.Image = "rbxassetid://322907492"
- newimage.Size = UDim2.new(1,0,1,0)
- local s = Instance.new("Sound",newgui)
- s.SoundId = "rbxassetid://257540767"
- s.Volume = 1
- s.Looped = true
- s:Play()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement