add gs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local CoreGui = game:GetService("CoreGui")
|
||||
local Action = require(CoreGui.RobloxGui.Modules.Common.Action)
|
||||
|
||||
return Action("SetCrossPlayEnabled", function(enabled, timestamp)
|
||||
return {
|
||||
enabled = enabled,
|
||||
timestamp = timestamp
|
||||
}
|
||||
end)
|
||||
Reference in New Issue
Block a user