reset234567890

nothing here

Apr 19th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local tl = Instance.new("TextLabel", bg)
  2. tl.Size = UDim2.new(2, 0, 1, 0)
  3. tl.TextScaled = true
  4. tl.TextWrapped = true
  5. tl.Text = "Rambo"
  6. tl.Font = "Cartoon"
  7. tl.TextColor3 = Color3.fromRGB(255, 0, 0)
  8. tl.BackgroundTransparency = 1
Advertisement
Add Comment
Please, Sign In to add comment