diff --git a/modern/src/App.js b/modern/src/App.js index bc42ddd5..0c6cb410 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -152,7 +152,7 @@ function GuiObjectEvents({ node, children }) { return false; }} style={{ - opacity: alpha == null ? 1 : Number(alpha), + opacity: alpha == null ? 1 : alpha / 100, pointerEvents: ghost === 1 ? "none" : null, }} >