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

How do I make make my character change body color when they touch a part? [closed]

Asked by 5 years ago

Im a newbie at scripting and i really need some advice from u guys ;3

1
NOT A REQUEST SITE OBenjOne 190 — 5y
0
I just answered but I realized that oBenjOne was right when I lost some reputation by requesting a script so Sorry, you have to figure it out on your own and I had to delete my answer and this is only a help site. mudathir2007 157 — 5y
0
Not a request site! We are scriptinghelpers.org, not scriptersforhire.org. User#19524 175 — 5y

Closed as Not Constructive by User#19524

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
1
Answered by
OBenjOne 190
5 years ago

If you only need advice, change the body color value in the character using a script in a part that activates when touched. the script would start with:

script.Parent.Touched:Connect(function(hit)
--put some more stuff here
end)

But since this is not a request site, I'm not really allowed to give you the whole script, you need to write one yourself and THEN you may come here for help.

Ad