8 lines
284 B
Lua
8 lines
284 B
Lua
local ReplicatedStorage = game:GetService("ReplicatedStorage")
|
|
local ServerScriptService = game:GetService("ServerScriptService")
|
|
|
|
local Cmdr = require(ReplicatedStorage.Packages.cmdr)
|
|
|
|
Cmdr:RegisterDefaultCommands()
|
|
Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)
|