I have a script that when the player clicks a click detector it'll connect to a function and return the player in the players tab, but I need to be able to access the person body parts when they click it. How would I do this?
There are many ways you can find the player's character from their actual player. You can index the workspace for their username, like workspace:FindFirstChild(plr.Name)
or you can use plr.Character
.
If this helped you out, consider accepting this answer for those sweet, sweet reputation points. If not, comment below and I (or someone else) will help you out.