Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new('ScreenGui')
- local TextLabel = Instance.new('TextLabel')
- ScreenGui.Parent = game.CoreGui
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(40, 40, 40)
- TextLabel.BackgroundTransparency = 0.8
- TextLabel.Position = UDim2.new(1, -110, 1, -40)
- TextLabel.Size = UDim2.new(0, 100, 0, 30)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = 'Powered By HituryAPI'
- TextLabel.TextColor3 = Color3.new(255, 255, 255)
- TextLabel.TextSize = 30
- TextLabel.TextScaled = true
Advertisement
Add Comment
Please, Sign In to add comment