Skip to content

Commit e8d6b93

Browse files
committed
Fixed whichisa & clone
1 parent 036494f commit e8d6b93

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/models/instance/Clone.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ def toLuau(self) -> Optional[str]:
1010

1111
r = f'{instance}:Clone()'
1212

13-
self.setOutputValue("clone", r)
14-
return r
13+
self.setOutputValue("clone", r)

src/models/instance/FindFirstChildWhichIsA.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ def toLuau(self) -> Optional[str]:
1616

1717
r = f'{instance}:FindFirstChildWhichIsA({class_name_formatted})'
1818

19-
self.setOutputValue("child", r)
20-
return r
19+
self.setOutputValue("child", r)

0 commit comments

Comments
 (0)