1. getgenv.Settings = {
  2. _G.SwordSpeed = 3, -- max is 5
  3. _G.SwordHeight = 80,
  4. _G.SwordWidth = 80,
  5. }
  6. local v1 = require(game:GetService("Workspace").Alive[game.Players.LocalPlayer.Name].Sword.WeaponStats)
  7. v1.Stun = 0
  8. v1.Weight = 0
  9. v1.DamageType = "Blood"
  10. v1.Sound = 6216173737
  11. v1.Recharge = 0
  12. v1.WeaponArtRecharge = 0
  13. v1.HWidth = getgenv.Settings._G.SwordHeight
  14. v1.HLength = getgenv.Settings._G.SwordWidth
  15. v1.HolsteredPart = "SwordHip"
  16. v1.HandledPart = "RightGrip"
  17. v1.HasAltFire = true
  18. v1.Nilvar = 100
  19. v1.IsSkill = false
  20. v1.SpeedMultiplier = getgenv.Settings._G.SwordSpeed