add gs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
local Modules = game:GetService("CoreGui").RobloxGui.Modules
|
||||
|
||||
local ToggleChatPaused = require(Modules.LuaChat.Actions.ToggleChatPaused)
|
||||
|
||||
return function(state, action)
|
||||
state = state or false
|
||||
|
||||
if action.type == ToggleChatPaused.name then
|
||||
state = action.value
|
||||
end
|
||||
|
||||
return state
|
||||
end
|
||||
Reference in New Issue
Block a user