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 11 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 — 11y
0
It's fixed ITrollYouGamer 5 — 11y

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
11 years ago
1game.Players.PlayerAdded:connect(function(PLAYER)
2game.Workspace[PLAYER.Name].Head:remove()
3end)
Ad