add toggle for acrylic, fix roact fragments

This commit is contained in:
Reid 2023-08-20 01:56:39 -07:00
parent 3b327ea260
commit 3d641b34ce
8 changed files with 167 additions and 6 deletions

View file

@ -62,7 +62,7 @@ function slot(props: SlotProps): Roact.Element {
return (
<frame
BackgroundColor3={Color3.fromHex("#11111b")}
BackgroundColor3={Color3.fromHex("#1e1e2e")}
BackgroundTransparency={slotBgTransparency}
Size={new UDim2(1, 0, 1, 0)}
>