Advertisement
loleristhegoat

Untitled

Sep 6th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. game.Workspace.ChildAdded:connect(function(plr)
  2. local name = plr.Name
  3. local playerinplayers = game.Players:FindFirstChild(plr.Name)
  4. if playerinplayers ~= nil then
  5. playerinplayers.CanLoadCharacterAppearance = false
  6.  
  7.  
  8. endplr.Humanoid.DisplayDistanceType = "None"
  9. if name ~= "DjDartherALT" then --Put Your Name Here
  10. game.Lighting.NameTag.Text.Text = name
  11. game.Lighting.NameTag:Clone().Parent = plr.Head else
  12. game.Lighting.NameTag.Text.TextStrokeTransparency = 0
  13. game.Lighting.NameTag.Text.Text = name
  14. game.Lighting.Developer.Text3.Visible = true
  15. game.Lighting.Developer:Clone().Parent = plr.Head
  16. game.Lighting.NameTag:Clone().Parent = plr.Head
  17.  
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement