Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. gui1=Instance.new("BillboardGui")
  2. gui1.Parent = game.Players.LocalPlayer.Character.Torso
  3. gui1.Adornee = game.Players.LocalPlayer.Character.Torso
  4. gui1.Size=UDim2.new(6.5,0,6.5,0)
  5. gui1.StudsOffset=Vector3.new(0,0.2,0)
  6. gui1.AlwaysOnTop = false
  7. text1=Instance.new("ImageLabel")
  8. text1.Image = "http://www.roblox.com/asset/?id=452859983" --Anime girl asset here
  9. text1.Size=UDim2.new(1,0,1,0)
  10. text1.Position=UDim2.new(0,0,0,0)
  11. text1.BackgroundTransparency = 1
  12. text1.Parent=gui1
  13. for a, obj in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  14. if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1 end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement