Advertisement
Promodz709

Untitled

Jan 21st, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. local copiesneeded = 10 --the amount of shoot script copies you want [dont go over 30 or itl lag when you shoot]
  3.  
  4. local you = game.Players.LocalPlayer.Name
  5. for i = 1,copiesneeded,1 do
  6. local c = game.Workspace.PlayerCharacters[you].Weapon.GunScript:Clone()
  7. c.Parent = game.Workspace.PlayerCharacters[you].Weapon
  8. wait()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement