From e6a6eff8213b75f658d6c0fc7555de34d95cede6 Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:08:38 +0100 Subject: [PATCH] Fix bug with UDim aggregate init --- src/apply.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply.luau b/src/apply.luau index 1d678f4..3f04eab 100644 --- a/src/apply.luau +++ b/src/apply.luau @@ -44,7 +44,7 @@ local aggregates = {} for i, v in next, { Vector2 = Vector2, UDim2 = UDim2, - UDim = UDim2, + UDim = UDim, Rect = Rect, Color3 = Color3 } do