How to get player character in model

I mean, how to get player If player’s model (character) will be in model (not by any part in model)

https://create.roblox.com/docs/reference/engine/classes/Players#GetPlayerFromCharacter?

Could you please explain better? Do you need to get player from their character they’re controlling if they touch a model or if their model is a custom character?

I mean like GetPartsInPart but GetPartsInModel

You can use :GetDescendent to get all parts from character and filter it out by checking the type if it’s a part Instance | Documentation - Roblox Creator Hub

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