Advertisement
Meliodas0_0

croshair script

Sep 27th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. AlphaCH = Instance.new("ScreenGui")
  2. CH = Instance.new("TextLabel")
  3.  
  4. AlphaCH.Name = "AlphaCH"
  5. AlphaCH.Parent = game.CoreGui
  6. CH.Name = "CH"
  7. CH.Parent = AlphaCH
  8. CH.BackgroundColor3 = Color3.new(1, 1, 1)
  9. CH.BackgroundTransparency = 1
  10. CH.Position = UDim2.new(0.485258996, 0, 0.463145018, 0)
  11. CH.Size = UDim2.new(0, 36, 0, 27)
  12. CH.Font = Enum.Font.SourceSans
  13. CH.FontSize = Enum.FontSize.Size48
  14. CH.Text = "+"
  15. CH.TextColor3 = Color3.new(0, 0, 0)
  16. CH.TextSize = 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement