Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local SG = Instance.new("SurfaceGui")
  2. local Text = Instance.new("TextLabel")
  3. for i, v in pairs(game.Players:GetPlayers()) do
  4. SG.Parent = v.Character.Head
  5. Text.Parent = SG
  6. Text.BackgroundTransparency = 0.5
  7. Text.Text = "Test"
  8. wait(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement