Is it possible GetRankInGroup() by RemoteEvents

I’m attempting to create a RemoteEvent in which fires a player’s name, but when I attempt to use that name in a script in ServerScriptService, and type in plr.Name:GetRoleInGroup(), it doesn’t function as intended - what’s the issue here? Is it possible to use names to determine their role in a group instead of grabbing the actual player?

1 Like

Nevermind, it worked as I made it a variable in a localscript that transfers the player’s data to the server.

1 Like