Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --Make sure the gun is not equiped when u execute.
  2. local backpack = game.Players.LocalPlayer.Backpack
  3. local gun = backpack['M4A1'] --Pistol,Baton,Shotgun,Baton etc.
  4. local ss = gun['RifleScript'] --RifleScript,PistolScript,MeeleScript,ShotgunScript etc.
  5. for i=1,10 do --u can change this to higher value if u want more damage
  6. ss:Clone().Parent = gun
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement