DPS and TTK check damage

Hello this is my first module and community resource page, I made a Damage per second and Time To Kill checker, the reason why to check my weapons damage on a character and see which one is the best. This is great for all your damage needs! Prints are the DPS. Will update for more things and fixes, reply for suggestions!

All you need to do is add the module in serverscriptservice, and insert a server script with a variable that has humanoid

local Humanoid = script.Parent.Humanoid --the script's parent is a character
local PrintDamageModule = require(game.ServerScriptService["Damage&Time_Module"]) -- call it whatever you want

PrintDamageModule.TTK(Humanoid)
PrintDamageModule.DPS(Humanoid)

Module to download:DPS and TTK Module - Roblox

3 Likes