Advertisement
reset234567890

dust sans edit by danielplayer01000

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