add gs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"language": {
|
||||
"mode": "nonstrict"
|
||||
},
|
||||
"lint": {
|
||||
"ImplicitReturn": "fatal"
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
local CorePackages = game:GetService("CorePackages")
|
||||
local Players = game:GetService("Players")
|
||||
local ThrottleUserId = require(CorePackages.AppTempCommon.LuaApp.Utils.ThrottleUserId)
|
||||
|
||||
return function()
|
||||
return ThrottleUserId(
|
||||
game:DefineFastInt("LuaChatUseNewFriendsEndpointsV2", 0),
|
||||
Players.LocalPlayer.UserId
|
||||
)
|
||||
end
|
||||
Reference in New Issue
Block a user