Why doesn't this work? (Simple question)

ayuda

image

Trying to make it so if the player is R6 it’s different from R15

I know i could check the humanoid rig type but isn’t there an easier way to do it?

help

:fearful:

1 Like

Use FindFirstChild instead.

1 Like

Use FindFirstChild combined with the Ternary opertions

i.e.

bomb.Position = char:FindFirstChild("Right Arm"] and char["Right Arm"].Position or char.RightHand.Position

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.