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

How can I remove a player's body parts? [closed]

Asked by 10 years ago

I would like to know how I can remove a player's body parts when they touch a part.

How would I do this?

Thank you.

Closed as Not Constructive by 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?

1 answer

Log in to vote
-2
Answered by 10 years ago

function lava(hit) hit:Remove() end script.Parent.Touched:connect(lava)

0
That didn't answer my entire question. DrCylonide 158 — 10y
Ad