Advertisement
baconhack_263

Dog!๐Ÿ˜จ Script

Jul 11th, 2024 (edited)
1,482
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Ben)
  2.  
  3. Highlight.FillColor = Color3.new(1, 0, 0)
  4.  
  5. local Ben = Instance.new('BillboardGui', game.Workspace.NPCs.Ben)
  6.  
  7. Ben.Name = [[Ben]]
  8. Ben.AlwaysOnTop = true
  9. Ben.Adornee = game.Workspace.NPCs.Ben.HumanoidRootPart
  10. Ben:GetChildren()
  11.  
  12. local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Ben.Ben)
  13.  
  14. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  15. TextLabel.BackgroundTransparency = 1
  16. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  17. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  18. TextLabel.ZIndex = 10
  19. TextLabel.Text = "Ben"
  20. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  21. TextLabel.TextSize = 14
  22. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  23.  
  24. local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Angela)
  25.  
  26. Highlight.FillColor = Color3.new(1, 0, 0)
  27.  
  28. local Angela = Instance.new('BillboardGui', game.Workspace.NPCs.Angela)
  29.  
  30. Angela.Name = [[Angela]]
  31. Angela.AlwaysOnTop = true
  32. Angela.Adornee = game.Workspace.NPCs.Angela.HumanoidRootPart
  33. Angela:GetChildren()
  34.  
  35. local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Angela.Angela)
  36.  
  37. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  38. TextLabel.BackgroundTransparency = 1
  39. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  40. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  41. TextLabel.ZIndex = 10
  42. TextLabel.Text = "Angela"
  43. TextLabel.TextColor3 = Color3.new(1,0,0)
  44. TextLabel.TextSize = 14
  45. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  46.  
  47. local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Hank)
  48.  
  49. Highlight.FillColor = Color3.new(1, 0, 0)
  50.  
  51. local Hank = Instance.new('BillboardGui', game.Workspace.NPCs.Hank)
  52.  
  53. Hank.Name = [[Hank]]
  54. Hank.AlwaysOnTop = true
  55. Hank.Adornee = game.Workspace.NPCs.Hank.HumanoidRootPart
  56. Hank:GetChildren()
  57.  
  58. local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Hank.Hank)
  59.  
  60. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  61. TextLabel.BackgroundTransparency = 1
  62. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  63. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  64. TextLabel.ZIndex = 10
  65. TextLabel.Text = "Hank"
  66. TextLabel.TextColor3 = Color3.new(1,0,0)
  67. TextLabel.TextSize = 14
  68. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  69.  
  70. local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Ginger)
  71.  
  72. Highlight.FillColor = Color3.new(1, 0, 0)
  73.  
  74. local Ginger = Instance.new('BillboardGui', game.Workspace.NPCs.Ginger)
  75.  
  76. Ginger.Name = [[Ginger]]
  77. Ginger.AlwaysOnTop = true
  78. Ginger.Adornee = game.Workspace.Ginger.HumanoidRootPart
  79. Ginger:GetChildren()
  80.  
  81. local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Ginger.Ginger)
  82.  
  83. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  84. TextLabel.BackgroundTransparency = 1
  85. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  86. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  87. TextLabel.ZIndex = 10
  88. TextLabel.Text = "Ginger"
  89. TextLabel.TextColor3 = Color3.new(1,0,0)
  90. TextLabel.TextSize = 14
  91. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  92.  
  93. local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Tom)
  94.  
  95. Highlight.FillColor = Color3.new(1, 0, 0)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement