evaera/moonwave

Moonwave is not compatible with the new `local var = if something then "Yes" else "No"` syntax

lucasmz-dev opened this issue · 0 comments

This block of code will cause an error on Moonwave's newest release:

local IsStudio = if RunService:IsStudio()
    then "Yes"
    else "No"