local yeet = require(game:GetService("ReplicatedStorage").assets["gun_data"].DB1) yeet.type = "Double Barrel Shotgun" yeet.anim_sprint = "sprint_handgun" yeet.max_damage = 20 yeet.min_damage = 1 yeet.range = 999999999999 yeet.mag=math.huge yeet.rpm=3200 yeet.cam_kick=0 reload_speed=0.00004 yeet.pellets = 10 yeet.spread = 0.25 yeet.cost = 50 yeet.walkspeed_reloadmultiplier = 0.7 yeet.walkspeed_normal = 14 yeet.walkspeed_run = 23 yeet.stamina_deprate = -0.1 yeet.stamina_regrate = 0.3 yeet.stamina_regtime = 0.5 yeet.indicator_volume = 1 yeet.indicator_range = 20 yeet.caseless = true