Advertisement
Liampdoherty

Text test

Jun 23rd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. local char = p.Character
  4. torso = char.Torso
  5. neck = char.Torso.Neck
  6. hum = char.Humanoid
  7. Player = game:GetService("Players").LocalPlayer
  8. Character = Player.Character
  9. tors = Character.Torso
  10. root = Character.HumanoidRootPart
  11. lleg = Character["Left Leg"]
  12. hed = Character.Head
  13. rleg = Character["Right Leg"]
  14. rarm = Character["Right Arm"]
  15. larm = Character["Left Arm"]
  16.  
  17. CV="Hot pink"
  18.  
  19. local txt = Instance.new("BillboardGui", char)
  20. txt.Adornee = char .Head
  21. txt.Name = "_status"
  22. txt.Size = UDim2.new(2, 0, 1.2, 0)
  23. txt.StudsOffset = Vector3.new(-9, 8, 0)
  24. local text = Instance.new("TextLabel", txt)
  25. text.Size = UDim2.new(10, 0, 7, 0)
  26. text.FontSize = "Size24"
  27. text.TextScaled = true
  28. text.TextTransparency = 0
  29. text.BackgroundTransparency = 1
  30. text.TextTransparency = 0
  31. text.TextStrokeTransparency = 0
  32. text.Font = "Highway"
  33. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  34.  
  35. v=Instance.new("Part")
  36. v.Name = "ColorBrick"
  37. v.Parent=p.Character
  38. v.FormFactor="Symmetric"
  39. v.Anchored=true
  40. v.CanCollide=false
  41. v.BottomSurface="Smooth"
  42. v.TopSurface="Smooth"
  43. v.Size=Vector3.new(10,5,3)
  44. v.Transparency=1
  45. v.CFrame=char.Torso.CFrame
  46. v.BrickColor=BrickColor.new(CV)
  47. v.Transparency=1
  48. text.TextColor3 = BrickColor.new("Really red").Color
  49. v.Shape="Block"
  50. text.Text = "Bendy The Dancing Demon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement