// free luau resources · scripts · systems · modules
Battle-tested code,
free to steal.
Scripts and systems pulled straight from games played 130M+ times. Grab the free ones, or go deeper with documented premium systems.
⌕Search datastore, hitbox, ragdoll…
/
1 resourceSort: Newest ⇅
// TUTORIALFREE
Stop using .Touched: zone detection that actually works
Touched events miss fast-moving players, fire multiple times, and break with anchored parts. Here's the spatial-query approach I use in every commission — with the full module to download at the end.
Read →