Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game.Players.LocalPlayer
- wait(1)
- HUMANOID = game.Workspace:WaitForChild(plr.Name)
- NEWPART = Instance.new("BillboardGui",HUMANOID.Head)
- NEWTEXT = Instance.new("TextLabel",NEWPART)
- NEWTEXT.Text = ("Tame the Idiot :D")
- NEWPART.ExtentsOffset = Vector3.new(0,3,0)
- NEWPART.Size = UDim2.new(1,1,1,1)
- NEWTEXT.Size = UDim2.new(5,0,1,1)
- NEWTEXT.TextScaled = true
- NEWTEXT.BackgroundTransparency = 1
- NEWTEXT.Position = UDim2.new(-2,0,-0.5,0)
- NEWPART.AlwaysOnTop = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement