Advertisement
_Thanh_Thy_Cute_

BedWars NO COOLDOWN, SPEED

Jul 3rd, 2021
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i,v in pairs(getgc(true)) do
  2. pcall(function()
  3. if type(v) == 'table' and v.sword then
  4. v.sword.attackSpeed = 0
  5. end
  6. if type(v) == 'table' and v.projectileSource then
  7. v.projectileSource.fireDelaySec = 0
  8. v.projectileSource.walkSpeedMultiplier = 1
  9. end
  10. end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement