local utils = require("smarrtieUtils") local player = require("player") registerCommand("tps", function(commandName, args) if #args == 0 then player.addMessage("§7[§6Hypixel Cry§7] §fTPS: §a" .. utils.round(utils.getTPS(), 2)) player.addMessage("§7[§6Hypixel Cry§7] §fSience Last Tick: §a" .. utils.round(utils.getTimeSinceLastTick(), 2)) end end )