GTA V NativessystemSystem::startNewStreamedScriptOn this pageSystem::startNewStreamedScriptSyntax ```js mp.game.system.startNewStreamedScript(scriptHash, stackSize); ``` Required Arguments scriptHash: Model hash or name stackSize: int Return value int Example ```js // todo ``` See also