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

ClickDetector not working in Filtering Enabled, anyone know why? [closed]

Asked by 6 years ago

I have some handcuffs that I've scripted that work in F.E but when you click on the jaildoor, it fails to work. How should I do it? I've tried many different ways.

Closed as Not Constructive by DanzLua, abnotaddable, and PyccknnXakep

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
0
Answered by 6 years ago

You can use Mouse.Target

0
Great idea. But I also want them to only be able to jail close up. I'm assuming if Mouse.Target.CFrame <= (Player.CFrame + 10) etc. ThePhantomG 30 — 6y
Ad