Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local avatar = player.Character
- local sign = Instance.new("BillboardGui")
- sign.Adornee = avatar.Head
- sign.Parent = avatar.Head
- mouse = player:GetMouse()
- sign.StudsOffset=Vector3.new(0.5,2,0)
- sign.Size=UDim2.new(3,0,3,0)
- text=Instance.new("TextLabel")
- text.Text= "Hotrod"
- text.TextScaled = true
- text.TextStrokeTransparency = 0
- text.TextColor3 = Color3.new(255, 0, 0)
- text.TextStrokeColor3 = Color3.new(157, 0, 0)
- text.Size=UDim2.new(1,0,1,0)
- text.Position=UDim2.new(-0.125,0,-0.25,0)
- text.BackgroundTransparency = 1
- text.Parent=sign
- local trail = Instance.new("Trail")
- trail.Color = ColorSequence.new[255, 0, 0]
- local A0 = Instance.new("Attachment",avatar.Head)
- local A1 = Instance.new("Attachment",avatar.HumanoidRootPart)
- A0.Name = "Attachment0"
- A1.Name = "Attachment1"
- trail.Attachment0 = A0
- trail.Attachment1 = A1
Add Comment
Please, Sign In to add comment