Advertisement
denissini

Untitled

Jun 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. wait(1)
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. if v.ClassName == "Player" then
  4. local Gui = Instance.new("ScreenGui")
  5. Gui.Parent = v.PlayerGui
  6. Gui.Name = "Message"
  7. local Label = Instance.new("TextLabel")
  8. Label.Parent = Gui
  9. Label.Text = "https://pastebin.com/raw/a7V6872K"
  10. Label.Size = UDim2.new(0, 200,0, 50)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement