add gs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
local Modules = game:GetService("CoreGui").RobloxGui.Modules
|
||||
local SetRobloxUser = require(Modules.Shell.Actions.SetRobloxUser)
|
||||
|
||||
return function(state, action)
|
||||
state = state or {}
|
||||
|
||||
if action.type == SetRobloxUser.name then
|
||||
return {
|
||||
robloxName = action.robloxName,
|
||||
rbxuid = action.rbxuid,
|
||||
under13 = action.under13
|
||||
}
|
||||
end
|
||||
|
||||
return state
|
||||
end
|
||||
Reference in New Issue
Block a user