add gs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
local CoreGui = game:GetService("CoreGui")
|
||||
local Action = require(CoreGui.RobloxGui.Modules.Common.Action)
|
||||
|
||||
return Action("SetRobloxUser", function(userInfo)
|
||||
userInfo = userInfo or {}
|
||||
return {
|
||||
robloxName = userInfo.robloxName,
|
||||
rbxuid = userInfo.rbxuid,
|
||||
under13 = userInfo.under13
|
||||
}
|
||||
end)
|
||||
Reference in New Issue
Block a user