Advertisement
ChaosityYT

Mad City Skill Damage

Mar 17th, 2019
2,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --Make sure the skill is not equiped when u execute.
  2. local backpack = game.Players.LocalPlayer.Backpack
  3. local gun = backpack['Laser Beam'] --Laser Beam,Dark Energy etc.
  4. local ss = gun['PowerScript']
  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