--!nonstrict local ServerScriptService = game:GetService("ServerScriptService") local root = ServerScriptService.throttle local loader = root:FindFirstChild("LoaderUtils", true).Parent local require = require(loader).bootstrapGame(root) local NevermoreTestRunnerUtils = require("NevermoreTestRunnerUtils") if NevermoreTestRunnerUtils.runTestsIfNeededAsync(root) then return end