Advertisement
UndyingSouls9423Disc

Rainbow Crosshair

Jan 30th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. for i,v in pairs(CrosshairPage.crossholder:GetChildren()) do
  2.  
  3. v.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  4.  
  5. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  6.  
  7. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  8.  
  9. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  10.  
  11. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  12.  
  13. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  14.  
  15. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  16.  
  17. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  18.  
  19. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  20.  
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement