Advertisement
Meliodas0_0

Strucid no debounce

Oct 2nd, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for i,v in pairs(game:GetDescendants()) do if v:IsA("ModuleScript") then if v.Parent == game.ReplicatedStorage.Weapons.Modules then require(v).Debounce = 0.07 end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement