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

How to make this work with FilteringEnabled?

Asked by 9 years ago

I was wondering if anyone can tell me how to use functions for tools like

script.Parent.Equiped

with FilteringEnabled. Can anyone tell me how to make it work with FilteringEnabled?

0
put workspace.FilteringEnabled to true XToonLinkX123 580 — 9y
0
I know that, but then script.Parent.Equipped doesn't work. ISellCows 2 — 9y
0
script.Parent.Equipped:connect(function(mouse) --body end) XToonLinkX123 580 — 9y
0
script.Parent.Equipped:connect(function() print("Toggled") end) -- Doesn't work ISellCows 2 — 9y
View all comments (3 more)
0
http://wiki.roblox.com/index.php?title=API:Class/Tool go look here for more information XToonLinkX123 580 — 9y
0
That doesn't help, it doesn't explain for FilteringEnabled. ISellCows 2 — 9y
0
Please make sure you are spelling "Equipped" correctly and also tell us what errors are shown in the output if any are. FearMeIAmLag 1161 — 9y

Answer this question