3DShooter
|
  |
| Joined: 04 Aug 2010 |
| Total Posts: 976 |
|
|
| 01 Oct 2012 03:14 PM |
Stumbled across this whilst searching the wiki, seems to cover my needs, however I'm having this problem with it.
21:12:16 - Players.Player1.PlayerGui.ScreenGui.Frame.LocalScript:428: attempt to call global 'FindPartsInRegion3' (a nil value) 21:12:16 - Script "Players.Player1.PlayerGui.ScreenGui.Frame.LocalScript", Line 428 21:12:16 - stack end 21:12:16 - Disconnected event because of exception
line 428: sBox = FindPartsInRegion3(region) -- region has been defined. |
|
|
| Report Abuse |
|
|
3DShooter
|
  |
| Joined: 04 Aug 2010 |
| Total Posts: 976 |
|
|
| 01 Oct 2012 03:21 PM |
| Wiki page http://wiki.roblox.com/index.php/Region3 |
|
|
| Report Abuse |
|
|
Legend26
|
  |
| Joined: 08 Sep 2008 |
| Total Posts: 10586 |
|
|
| 01 Oct 2012 04:38 PM |
| FindPartsInRegion3 is a method of workspace. Not a global function. |
|
|
| Report Abuse |
|
|
3DShooter
|
  |
| Joined: 04 Aug 2010 |
| Total Posts: 976 |
|
| |
|