Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I find a player's character using an OnClientEvent?

Asked by 3 years ago

What I'm doing is I'm doing a rain script to check if they're inside of a region and then make their screen blurry for their player and get rid of their health gradually. But how do I find their character?

1 answer

Log in to vote
0
Answered by
Fad99 286 Moderation Voter
3 years ago

You can get their character with game:GetService("Players").LocalPlayer.Character

Ad

Answer this question