Hello, I’m making a game, but I need to access the player’s --Player-- from their --Character-- when they touch a part. I know GetCharacter can be used to get the player’s --Character-- from their --Player-- but how would I do it the other way around, Character → Player? Please respond if you know how!
1 Like
game.Players:GetPlayerFromCharacter(character)
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.