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
1 | local mouse = game.Players.LocalPlayer:GetMouse() |
2 | m.TargetFilter = game.Workspace.GhostPads |
3 | m.TargetFilter = game.Workspace.Ghost |
4 | m.TargetFilter = game.Players.LocalPlayer.Character |