Advertisement
Guest User

Roblox Prison Life Gun Script

a guest
Dec 26th, 2018
11,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Roblox Give Script Made by: savgeking37332 on roblox.
  2.  
  3. ----------------------tip--------------------
  4. dont coppy the gun name coppy the script part
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. M4A1:M4A1.Name = "M4A1"
  12. M4A1.Parent = Frame3
  13. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  14. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  15. M4A1.BorderSizePixel = 4
  16. M4A1.Position = UDim2.new(0, 290, 0, 40)
  17. M4A1.Size = UDim2.new(0, 200, 0, 70)
  18. M4A1.Font = Enum.Font.SourceSans
  19. M4A1.Text = "Give M4A1"
  20. M4A1.TextScaled = true
  21. M4A1.TextSize = 14
  22. M4A1.TextWrapped = true
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. Shotgun: Shotgun.Name = "Shotgun"
  31. Shotgun.Parent = Frame3
  32. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  34. Shotgun.BorderSizePixel = 4
  35. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  36. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  37. Shotgun.Font = Enum.Font.SourceSans
  38. Shotgun.Text = "Give Remington"
  39. Shotgun.TextScaled = true
  40. Shotgun.TextSize = 14
  41. Shotgun.TextWrapped = true
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. M9: M9.Name = "M9"
  56. M9.Parent = Frame3
  57. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  58. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  59. M9.BorderSizePixel = 4
  60. M9.Position = UDim2.new(0, 10, 0, 40)
  61. M9.Size = UDim2.new(0, 200, 0, 70)
  62. M9.Font = Enum.Font.SourceSans
  63. M9.Text = "Tp M9"
  64. M9.TextScaled = true
  65. M9.TextSize = 14
  66. M9.TextWrapped = true
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. AK47: Ak47.Name = "Ak47"
  74. Ak47.Parent = Frame3
  75. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  77. Ak47.BorderSizePixel = 4
  78. Ak47.Position = UDim2.new(0, 10, 0, 200)
  79. Ak47.Size = UDim2.new(0, 200, 0, 70)
  80. Ak47.Font = Enum.Font.SourceSans
  81. Ak47.Text = "Give Ak-47"
  82. Ak47.TextScaled = true
  83. Ak47.TextSize = 14
  84. Ak47.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement