DedFense

(Mine) Meme Others

Jun 6th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. gui1=Instance.new("BillboardGui")
  3. gui1.Parent = v.Character.Head
  4. gui1.Adornee = v.Character.Head
  5. gui1.Size=UDim2.new(2.5,0,2.5,0)
  6. gui1.StudsOffset=Vector3.new(0,0.2,0)
  7. gui1.AlwaysOnTop = true
  8. text1=Instance.new("ImageLabel")
  9. text1.Image = "http://www.roblox.com/asset/?id=343377229" --[[Face Image Source (If you wish to change the face to a different decal put it in there]]
  10. text1.Size=UDim2.new(1,0,1,0)
  11. text1.Position=UDim2.new(0,0,0,0)
  12. text1.BackgroundTransparency = 1
  13. text1.Parent=gui1
  14. v.Character.Head.Transparency = 1
  15. end
Add Comment
Please, Sign In to add comment