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

Is there a diffrent way to access a player without a local script? [closed]

Asked by 10 years ago

I'm just wandering if there is a way. If ou don't want to type a script then you don't have too. Thanks for helping!!!

0
Your questions need to make more sense, please. Teeter11 281 — 10y
0
It's fixed ITrollYouGamer 5 — 10y

Closed as Too Broad by Sublimus, TheGuyWithAShortName, and evaera

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?

1 answer

Log in to vote
0
Answered by
reaper5 10
10 years ago
game.Players.PlayerAdded:connect(function(PLAYER)
game.Workspace[PLAYER.Name].Head:remove()
end)
Ad