listcross
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 1247 |
|
|
| 27 Dec 2014 11:16 AM |
So, let's say I have a workspace that looks like this:
workspace +model --stuff within model +other model --stuff +useful model --useful stuff
Now, using
local hit, endPoint = workspace:FindPartOnRay(ray, ignore)
I can set one of those models as ignore, and it will ignore everything for me. However, I can't seem to ignore more than one. (Note that I cannot just group the models together, they are separate and must stay that way)
I already tried using a table, and tried just adding more arguments. But FindPartOnRay only has a single ignore argument for a single instance. Is there a way past this? |
|
|
| Report Abuse |
|