Skip to content

Commit

Permalink
Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNexusAvenger committed Nov 23, 2024
1 parent 073a2b0 commit 302d287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Character/Torso.luau
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
Returns the CFrames of the joints for
the appendages.
--]]
function Torso.GetAppendageJointCFrames(self: Torso, LowerTorsoCFrame: CFrame, UpperTorsoCFrame: CFrame): {CFrame}
function Torso.GetAppendageJointCFrames(self: Torso, LowerTorsoCFrame: CFrame, UpperTorsoCFrame: CFrame): {[string]: CFrame}
return {
RightShoulder = UpperTorsoCFrame * self:GetAttachmentCFrame(self.UpperTorso, "RightShoulderRigAttachment"),
LeftShoulder = UpperTorsoCFrame * self:GetAttachmentCFrame(self.UpperTorso, "LeftShoulderRigAttachment"),
Expand Down

0 comments on commit 302d287

Please sign in to comment.