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

How do i make a function when this part is touched? [closed]

Asked by 5 years ago

There is a part in my game the name is called PartE i want a script that function a event when the part is touched by the player.

0
script pls User#23365 30 — 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 5 years ago
Edited 5 years ago
Brick = script.Parent
Brick.Touched:connect(function()
    --Enter code here
end)

Your Welcome :D

Ad