Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- credits to Stellar on v3rmillion.net
- -- made by MichaelJackson
- local a = require(game.ReplicatedStorage.AttachmentModules.Info)
- for i, v in next, a do
- v.unlockkills = 0
- end
- local b = game.ReplicatedStorage.GunModules
- for a,n in pairs(b:GetChildren())do
- local u=require(n)
- u.unlockrank=0
- end
Add Comment
Please, Sign In to add comment