Like I can't figure out how to make a script to remove a local players face. How is that possible?
game.Players.LocalPlayer.Character.Head.face:Destroy()
I agree with fulker, but shouldn't you use remove()
instead of destroy()
?
Use this to remove the face : game.Players.LocalPlayer.Character.Head.face:Destroy()
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?