Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --uhh this stop the skids from hiding names on use h/link uHHH bye
- for i,v in pairs(workspace:GetChildren()) do
- if v:FindFirstChildOfClass("Humanoid") then
- v:FindFirstChildOfClass("Humanoid").DisplayDistanceType = "Viewer"
- local txt = Instance.new("BillboardGui", v)
- txt.Name = "lolnou"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-14, 3, 0)
- local text = Instance.new("TextLabel", txt)
- text.Position = UDim2.new(0,0,0,-10)
- text.Size = UDim2.new(15, 0,2, 0)
- text.FontSize = "Size10"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0.45
- text.Font = Enum.Font.SourceSansBold
- text.TextStrokeColor3 = BrickColor.new("Really black").Color
- text.TextColor3 = BrickColor.new("Institutional white").Color
- text.Text = v.Name
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement