ColdSpecs

Crosshair

Sep 17th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3. --Properties:
  4. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  5.  
  6. ImageLabel.Parent = ScreenGui
  7. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8. ImageLabel.BackgroundTransparency = 100
  9. ImageLabel.Position = UDim2.new(0.5, -10, 0.5, -19)
  10. ImageLabel.Size = UDim2.new(0, 30, 0, 30)
  11. ImageLabel.Image = "rbxassetid://316279304"
Advertisement
Add Comment
Please, Sign In to add comment