Fix issue with RbxUtility corescript

This commit is contained in:
Lewin Kelly 2023-05-21 08:45:35 +01:00
parent a76055d3eb
commit 54601944f7
1 changed files with 5 additions and 5 deletions

View File

@ -563,12 +563,12 @@ t.SelectTerrainRegion = (regionToSelect, color, selectEmptyCells, selectionParen
if not updated
selectionPart, selectionBox = createAdornment color
selectionPart.Size = Vector3.new 4, 4, 4
selectionPart.CFrame = CFrame.new cframePos
selectionPart2, selectionBox2 = createAdornment color
selectionPart2.Size = Vector3.new 4, 4, 4
selectionPart2.CFrame = CFrame.new cframePos
adornTable =
SelectionPart: selectionPart
SelectionBox: selectionBox
SelectionPart: selectionPart2
SelectionBox: selectionBox2
KeepAlive: currentKeepAliveTag
adornments[cellPos] = adornTable