From 9a69f43f966d20492652d498c10f75a59bf70ec0 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:38:58 -0500 Subject: [PATCH] Enable ClientTicket --- src/lua/gameserver.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lua/gameserver.lua b/src/lua/gameserver.lua index 4048234..1a3745d 100644 --- a/src/lua/gameserver.lua +++ b/src/lua/gameserver.lua @@ -48,6 +48,7 @@ if baseUrl ~= nil then game:GetService("InsertService"):SetAssetVersionUrl(baseUrl .. "/Asset/?assetversionid=%d") pcall(function() loadfile(baseUrl .. "/Game/LoadPlaceInfo.ashx?PlaceId=" .. placeId)() end) + pcall(function() game:GetService("NetworkServer"):SetIsPlayerAuthenticationRequired(true) end) end settings().Diagnostics.LuaRamLimit = 0