diff --git a/Src/Services/ApiService.luau b/Src/Services/ApiService.luau index b06b8e6..f9ec760 100644 --- a/Src/Services/ApiService.luau +++ b/Src/Services/ApiService.luau @@ -96,6 +96,8 @@ function ApiService._QueryServerStartAsync(self: ApiService) self:PostAsync(string.format(ApiPaths.ServerEnd, self.ProjectId), { serverId = self.JobId, }) + + task.wait(3) end) end) end