Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Highlight = Instance.new('Highlight', game.Workspace.Tools.Key)
- Highlight.FillColor = Color3.new(0, 1, 1)
- local Highlight = Instance.new('Highlight', game.Workspace.MoneyBags)
- Highlight.FillColor = Color3.new(0, 1, 0)
- local Highlight = Instance.new('Highlight', game.Workspace.Krasue)
- Highlight.FillColor = Color3.new(1, 1, 1)
- local Krasue = Instance.new('BillboardGui', game.Workspace.Krasue)
- Krasue.Name = [[Krasue]]
- Krasue.AlwaysOnTop = true
- Krasue.Adornee = game.Workspace.Krasue.HumanoidRootPart
- Krasue:GetChildren()
- local TextLabel = Instance.new('TextLabel', game.Workspace.Krasue.Krasue)
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, -50, 0, -50)
- TextLabel.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.ZIndex = 10
- TextLabel.Text = "Krasue"
- TextLabel.TextColor3 = Color3.new(1,1,1)
- TextLabel.TextSize = 14
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Comments
-
- Sorry for my broken scripts But this one will work and I will update it properly :)
-
- Script is successfully Updated and Removed Errors And Bugs You guys Can enjoy my script And thanks for using it! 😁
Add Comment
Please, Sign In to add comment
Advertisement