hiturys

textinjected

Aug 8th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local TextLabel = Instance.new('TextLabel')
  3. ScreenGui.Parent = game.CoreGui
  4. TextLabel.Parent = ScreenGui
  5. TextLabel.BackgroundColor3 = Color3.new(40, 40, 40)
  6. TextLabel.BackgroundTransparency = 0.8
  7. TextLabel.Position = UDim2.new(1, -110, 1, -40)
  8. TextLabel.Size = UDim2.new(0, 100, 0, 30)
  9. TextLabel.Font = Enum.Font.SourceSans
  10. TextLabel.Text = 'Powered By HituryAPI'
  11. TextLabel.TextColor3 = Color3.new(255, 255, 255)
  12. TextLabel.TextSize = 30
  13. TextLabel.TextScaled = true
Advertisement
Add Comment
Please, Sign In to add comment