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

TargetFilter double check this for me?

Asked by 8 years ago

Would this work correctly?:

local mouse = game:GetService("Players").LocalPlayer:GetMouse()
mouse.TargetFilter = game.Workspace["Bench Walls"],game.Workspace["Bench Walls2"],game.Workspace.Surround

If not, how else would I do that. ALSO where do I put the TargetFilter script? In starterplayerscripts?

Answer this question