Open in the app to sign in, vote and reply

Updates · Release

v1.25.0

Team · · imported from the DevForum

Added

local hdMain = require(game:GetService("ReplicatedStorage"):WaitForChild("HDAdminSetup")):GetMain()
local API = hdMain:GetModule("API")
local commandExecuted = API.commandExecuted
commandExecuted:Connect(function(speaker, commandName, args)
	print("Command executed:", speaker, commandName, args)
end)

Changed


Fixed


Thanks @brodie0258, @isCreator, @Tony123_1020 and @Tomader910 @Maciek_848484 for discovering bugs and providing feedback on many of these changes

Comments

No comments yet.