local CorePackages = game:GetService("CorePackages")
local Action = require(CorePackages.AppTempCommon.Common.Action)
return Action(script.Name, function(userId, displayName)
return {
userId = tostring(userId),
displayName = displayName,
}
end)