Roblox runtime guide

Why AI-written Luau passes review but breaks in Studio

A code review can prove that syntax is valid and the control flow looks plausible. It cannot prove that a call returns during play, that the right player wins a race, or that cleanup happens after the work is finished.

Evidence note: the chase example below was diagnosed from code shared in a public Roblox developer thread. It was not run through a live Baseplate playtest, so this page does not claim a verified PASS.