A Specific Player Can Use A Script

Hello, I Need To Ask, My Script Is When There Are More Than 1 Players One Of Those Turns Into A Morph Whit FakeHumanoid Script The Scripts Call That Player Seeker, A Player (Than Is Not A Seeker) Needs To Touch A Block To Win, And The Seeker Cant Activate It, Its Necesary A Script Of The Seeker Has A FakeHumanoid So Will Not Activate For Him?

I’ll try my best to answer if I understood this correctly.

If the Seeker player has his Humanoid name changed to “FakeHumanoid”, then make sure the server makes that change and not local to the player.

For the touched script (on the server), check if the hit part’s parent is a character with: Players:GetPlayerFromCharacter(hit.Parent)

Then, check for a humanoid using hit.Parent:FindFirstChild(“Humanoid”)

If it doesn’t find a humanoid and it is a player, you can assume it’s the seeker.