As described here, the sample code in LocalUnused (7)
at Linting - Luau is showing no warnings:
Script Analysis Beta is enabled.
Repro
- Enable Script Analysis Beta
- Paste this code in a Script:
local x = 1
-- Variable 'y' is never used; prefix with '_' to silence
local y = 2
print(x, x)
- Look into the Script Analysis Beta window