Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tl = Instance.new("TextLabel", bg)
- tl.Size = UDim2.new(2, 0, 1, 0)
- tl.TextScaled = true
- tl.TextWrapped = true
- tl.Text = "Rambo"
- tl.Font = "Cartoon"
- tl.TextColor3 = Color3.fromRGB(255, 0, 0)
- tl.BackgroundTransparency = 1
Advertisement
Add Comment
Please, Sign In to add comment