For Example When A Player Clicks A Click Detector, I Want To Make The Script Check Who Clicked It Without The LocalPlayer Value
Server Script
1 | script.Parent.ClickDetector.MouseClick:Connect( function (hit) |
2 | print (hit.Name) |
3 | end ) |
This should be what you're looking for, the "hit" for a clickdetector is the player in game.Players
Closed as Too Broad by User#24403 and theking48989987
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?