Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local text = "yo motherfuckers"
- local function create()
- local base = Instance.new("ScreenGui")
- local NewGuiPart2 = Instance.new("TextLabel")
- NewGuiPart2.BackgroundTransparency = 1
- NewGuiPart2.Position = UDim2.new(0, 0, 0, 250)
- NewGuiPart2.Rotation = 45
- NewGuiPart2.Size = UDim2.new(1, 0, 0, 100)
- NewGuiPart2.Font = Enum.Font.SourceSansLight
- NewGuiPart2.FontSize = Enum.FontSize.Size96
- NewGuiPart2.Text = text
- NewGuiPart2.TextColor3 = Color3.new(1, 1, 1)
- NewGuiPart2.TextStrokeTransparency = 0
- NewGuiPart2.Parent = base
- return base
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement