Advertisement
reset234567890

ada

May 24th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. START
  2.  
  3. Head = ClearAllChildren()
  4. local BODY = {}
  5. local naeeym2 = Instance.new("BillboardGui", Character)
  6. naeeym2.AlwaysOnTop = true
  7. naeeym2.Size = UDim2.new(15, 35, 5, 15)
  8. naeeym2.StudsOffset = Vector3.new(0, 3, 0)
  9. naeeym2.Adornee = Character.Head =
  10. naeeym2.Name = "Name"
  11. naeeym2.PlayerToHideFrom = Player
  12. local tecks2 = Instance.new("TextLabel", naeeym2)
  13. tecks2.BackgroundTransparency = 1
  14. tecks2.TextScaled = true
  15. tecks2.BorderSizePixel = 0
  16. tecks2.Text = "Dominus PHAEDRA"
  17. tecks2.Font = "Fantasy"
  18. tecks2.TextSize = 30
  19. tecks2.TextStrokeTransparency = 0
  20. tecks2.TextColor3 = SKILLTEXTCOLOR
  21. tecks2.TextStrokeColor3 = Color3.new(1, 1, 1)
  22. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  23. tecks2.Parent = naeeym2
  24. function Transparency(TRANS)
  25. tecks2.TextTransparency = TRANS
  26. tecks2.TextStrokeTransparency = TRANS
  27. for _, c in pairs(Character:GetChildren()) do
  28. if c.ClassName == "Part" and c ~= RootPart then
  29. c.Transparency = TRANS
  30. if c:FindFirstChildOfClass("Decal") then
  31. c:FindFirstChildOfClass("Decal").Transparency = TRANS
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement