local ReplicatedStorage = game:GetService("ReplicatedStorage") local ServerScriptService = game:GetService("ServerScriptService") local Cmdr = require(ReplicatedStorage.Packages.cmdr) Cmdr:RegisterDefaultCommands() Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)