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

How can you targetfilter multiple things?

Asked by
LostPast 253 Moderation Voter
5 years ago

http://wiki.roblox.com/index.php?title=API:Class/Mouse/TargetFilter

I was wondering if it was possible to target filter more than one model.

such as

local mouse = game.Players.LocalPlayer:GetMouse()
m.TargetFilter = game.Workspace.GhostPads
m.TargetFilter = game.Workspace.Ghost
m.TargetFilter = game.Players.LocalPlayer.Character

Answer this question