Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -MADE BY OneLegend (NOT THE SCRIPT) Thanks to CyberFromLU for letting me Publish! REGULAR SCRIPT: Go to line 20 and 2524 and put your name where it says "YOUR NAME HERE"
- --Colt M4A1 Carbine Beta Mag + Infinite health-- --NON-LOCAL SCRIPT--
- --A big thanks to Vinya for making the script and and credit to CyberFromLU for converting the script to SB.
- --[[
- Colt M4A1 Carbine; developed as a smaller, more reliable and modular variant of the M16.
- 5.56x45mm NATO, 100 Round Beta-C Dual Drum Magazine.
- Standard issue USMC service rifle.
- Sight0 = Flip-up Iron Sight
- Sight1 = Red Dot
- Sight2 = M145
- Sight3 = EOTech Holographic
- Sight4 = Sniper Scope
- Magazines: "STANAG" = 30 Round STANAG, "Beta-C" = 100 Round Beta-C.
- --]]
- if script == nil then return end
- Player = script:FindFirstChild("Player") ~= nil and script.Player.Value or game:GetService("Players"):FindFirstChild("YOUR NAME HERE") --Change my name to your name for the wep to work in SB.
- Name = "M4 Carbine (Beta-C)" --If not beta mag, Remove the beta mag part of the script.
- MC = BrickColor.new("Black")
- DC = BrickColor.new("Black")
- GC = BrickColor.new("Black")
- Magazine = "Beta-C" --This changes the type of mag mag, feel free to change it, the mags are listed above.
- WSPenalty = 15 --How fast you walk when the wep is equiped.
- MR = 0
- GR = 0
- Sight = math.random(0, 3)
- Grip = true
- Attachment = true
- Mode = 0
- Spread = 90000
- selected = false
Add Comment
Please, Sign In to add comment