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

How do I make a script to remove a local player's face? [closed]

Asked by 10 years ago

Like I can't figure out how to make a script to remove a local players face. How is that possible?

1
waht do you mean? Remove it so everyone can see it removed or so only the player cant see it? RM0d 305 — 10y
0
no i want to remove it cause i am gonna make a new face on them cutenipples101 0 — 10y

Closed as Not Constructive by fireboltofdeath and User#2

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 10 years ago
game.Players.LocalPlayer.Character.Head.face:Destroy()

I agree with fulker, but shouldn't you use remove() instead of destroy() ?

0
Remove is depreciated, use Destroy instead. User#2 0 — 10y
Ad
Log in to vote
-1
Answered by 10 years ago

Use this to remove the face : game.Players.LocalPlayer.Character.Head.face:Destroy()