Advertisement
filipaopastebins2134

Turbo's Nametag v1.1

Jan 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local billboardgui = game:GetService("ServerStorage"):WaitForChild("BillboardGui")
  2. game.Players.PlayerAdded:Connect(function(player)
  3. game.Workspace:WaitForChild(player.Name)
  4. if player.Name == "filipaogamer345" then
  5. local clonedgui = billboardgui:Clone()
  6. clonedgui.Parent = game.Workspace[player.Name].Head
  7. clonedgui.TextLabel.Text = "Turbo"
  8. clonedgui.TextLabel.TextColor3 = Color3.fromRGB(218, 133, 65)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement