|
| 21 Mar 2014 11:44 PM |
Why doesn't this simple script work?
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) char:WaitForChild("Humanoid") char.Humanoid.NameOcclusion = "OccludeAll" local gui = Instance.new("BillboardGui") gui.Size = UDim2.new(0, 100, 0, 40) gui.StudsOffset = Vector3.new(0, 1, 0) local tl = Instance.new("TextLabel", gui) tl.Size = UDim2.new(0, 0, 0, 0) tl.BackgroundTransparency = 1 tl.Font = "SourceSans" tl.FontSize = "Size48" tl.Text = player.Name tl.TextColor3 = Color3.new(1, 1, 1) tl.TextStrokeColor3 = Color3.new(150/255, 150/255, 150/255) tl.TextStrokeTransparency = 0 gui.Parent = char.Head gui.Adornee = gui.Parent end) end) |
|
|
| Report Abuse |
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
| |
| |
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 22 Mar 2014 12:02 PM |
| the adornee needs to be char.Head k |
|
|
| Report Abuse |
|
|
| 22 Mar 2014 12:12 PM |
@tr gui.Parent = char.Head gui.Adornee = gui.Parent
... Get out. |
|
|
| Report Abuse |
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 22 Mar 2014 12:30 PM |
wow u cant take a joke
now you will surely get no help with your overly dressed self |
|
|
| Report Abuse |
|