Advertisement
Roblox_Xploits

h

Aug 7th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. --uhh this stop the skids from hiding names on use h/link uHHH bye
  2.  
  3. for i,v in pairs(workspace:GetChildren()) do
  4. if v:FindFirstChildOfClass("Humanoid") then
  5. v:FindFirstChildOfClass("Humanoid").DisplayDistanceType = "Viewer"
  6. local txt = Instance.new("BillboardGui", v)
  7. txt.Name = "lolnou"
  8. txt.Size = UDim2.new(2, 0, 1.2, 0)
  9. txt.StudsOffset = Vector3.new(-14, 3, 0)
  10. local text = Instance.new("TextLabel", txt)
  11. text.Position = UDim2.new(0,0,0,-10)
  12. text.Size = UDim2.new(15, 0,2, 0)
  13. text.FontSize = "Size10"
  14. text.TextScaled = true
  15. text.TextTransparency = 0
  16. text.BackgroundTransparency = 1
  17. text.TextTransparency = 0
  18. text.TextStrokeTransparency = 0.45
  19. text.Font = Enum.Font.SourceSansBold
  20. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  21. text.TextColor3 = BrickColor.new("Institutional white").Color
  22. text.Text = v.Name
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement