I want to change the player’s body parts to whatever I want at a certain moment in the game, like when the player gets shot. The entire script is already prepared and functioning, but I don’t know how to trigger the change in the affected body part.
I want to make it so that when the player gets shot in the torso, a script activates a function that changes the player’s body part to a specific mesh
True, but from what I know you’re only able to change a StarterCharacter in Studio and not in a live game session, plus changing it would affect all players who spawn in the game and from how I interpreted op’s post, that isn’t their target