Advertisement
anuisud1

Untitled

Feb 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local TextLabel = Instance.new("TextLabel")
  4.  
  5.  
  6. ScreenGui.Parent = game.StarterGui
  7. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8.  
  9. TextLabel.Parent = ScreenGui
  10. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11. TextLabel.BackgroundTransparency = 1
  12. TextLabel.BorderSizePixel = 0
  13. TextLabel.Position = UDim2.new(0.0236779805, 0, 0.969253302, 0)
  14. TextLabel.Size = UDim2.new(0, 76, 0, 21)
  15. TextLabel.Font = Enum.Font.Code
  16. TextLabel.Text = "Money v.0.2a"
  17. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  18. TextLabel.TextSize = 22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement