@rbxts/fast-spawn

Spawns a new thread without waiting one step

Usage no npm install needed!

<script type="module">
  import rbxtsFastSpawn from 'https://cdn.skypack.dev/@rbxts/fast-spawn';
</script>

README

rbx-fast-spawn

Runs a function on a new thread without yielding a frame (like spawn) and works within Roblox's thread scheduler. If passed arguments, they will be passed by reference.