Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Ben)
- Highlight.FillColor = Color3.new(1, 0, 0)
- local Ben = Instance.new('BillboardGui', game.Workspace.NPCs.Ben)
- Ben.Name = [[Ben]]
- Ben.AlwaysOnTop = true
- Ben.Adornee = game.Workspace.NPCs.Ben.HumanoidRootPart
- Ben:GetChildren()
- local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Ben.Ben)
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.ZIndex = 10
- TextLabel.Text = "Ben"
- TextLabel.TextColor3 = Color3.new(1, 0, 0)
- TextLabel.TextSize = 14
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Angela)
- Highlight.FillColor = Color3.new(1, 0, 0)
- local Angela = Instance.new('BillboardGui', game.Workspace.NPCs.Angela)
- Angela.Name = [[Angela]]
- Angela.AlwaysOnTop = true
- Angela.Adornee = game.Workspace.NPCs.Angela.HumanoidRootPart
- Angela:GetChildren()
- local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Angela.Angela)
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.ZIndex = 10
- TextLabel.Text = "Angela"
- TextLabel.TextColor3 = Color3.new(1,0,0)
- TextLabel.TextSize = 14
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Hank)
- Highlight.FillColor = Color3.new(1, 0, 0)
- local Hank = Instance.new('BillboardGui', game.Workspace.NPCs.Hank)
- Hank.Name = [[Hank]]
- Hank.AlwaysOnTop = true
- Hank.Adornee = game.Workspace.NPCs.Hank.HumanoidRootPart
- Hank:GetChildren()
- local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Hank.Hank)
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.ZIndex = 10
- TextLabel.Text = "Hank"
- TextLabel.TextColor3 = Color3.new(1,0,0)
- TextLabel.TextSize = 14
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Ginger)
- Highlight.FillColor = Color3.new(1, 0, 0)
- local Ginger = Instance.new('BillboardGui', game.Workspace.NPCs.Ginger)
- Ginger.Name = [[Ginger]]
- Ginger.AlwaysOnTop = true
- Ginger.Adornee = game.Workspace.Ginger.HumanoidRootPart
- Ginger:GetChildren()
- local TextLabel = Instance.new('TextLabel', game.Workspace.NPCs.Ginger.Ginger)
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.ZIndex = 10
- TextLabel.Text = "Ginger"
- TextLabel.TextColor3 = Color3.new(1,0,0)
- TextLabel.TextSize = 14
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- local Highlight = Instance.new('Highlight', game.Workspace.NPCs.Tom)
- Highlight.FillColor = Color3.new(1, 0, 0)
Advertisement
Comments
-
Comment was deleted
-
- Script updated Successfully and removed bugs and errors you can now enjoy my script๐
Add Comment
Please, Sign In to add comment
Advertisement