Advertisement
baconhack_263

Eyes The Horror game Script [Best And New]

Jul 8th, 2024 (edited)
1,857
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. local Highlight = Instance.new('Highlight', game.Workspace.Tools.Key)
  2.  
  3. Highlight.FillColor = Color3.new(0, 1, 1)
  4.  
  5. local Highlight = Instance.new('Highlight', game.Workspace.MoneyBags)
  6.  
  7. Highlight.FillColor = Color3.new(0, 1, 0)
  8.  
  9. local Highlight = Instance.new('Highlight', game.Workspace.Krasue)
  10.  
  11. Highlight.FillColor = Color3.new(1, 1, 1)
  12.  
  13. local Krasue = Instance.new('BillboardGui', game.Workspace.Krasue)
  14.  
  15. Krasue.Name = [[Krasue]]
  16. Krasue.AlwaysOnTop = true
  17. Krasue.Adornee = game.Workspace.Krasue.HumanoidRootPart
  18. Krasue:GetChildren()
  19.  
  20. local TextLabel = Instance.new('TextLabel', game.Workspace.Krasue.Krasue)
  21.  
  22. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  23. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  24. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  25. TextLabel.BackgroundTransparency = 1
  26. TextLabel.Position = UDim2.new(0, -50, 0, -50)
  27. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  28. TextLabel.ZIndex = 10
  29. TextLabel.Text = "Krasue"
  30. TextLabel.TextColor3 = Color3.new(1,1,1)
  31. TextLabel.TextSize = 14
  32. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement