1local ReplicatedStorage = game:GetService("ReplicatedStorage") 2local ServerScriptService = game:GetService("ServerScriptService") 3 4local Cmdr = require(ReplicatedStorage.Packages.cmdr) 5 6Cmdr:RegisterDefaultCommands() 7Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)