ayuda

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
![]()
ayuda

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
![]()
Use FindFirstChild instead.
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.