AkxKaxXa
|
  |
| Joined: 12 Sep 2013 |
| Total Posts: 72 |
|
|
| 16 Feb 2015 10:46 PM |
I want to rotate a region3 at a non multiple of 90 degrees. Don't link me to models because I need direct help.
Where do I start? Or is there very advanced maths-which I can handle? |
|
|
| Report Abuse |
|
AkxKaxXa
|
  |
| Joined: 12 Sep 2013 |
| Total Posts: 72 |
|
|
| 17 Feb 2015 03:01 PM |
| Is there a way to mimic the Region3? |
|
|
| Report Abuse |
|
|
| 17 Feb 2015 03:07 PM |
You could do it with a bunch of smaller Region3s (And it's been done), but that would be inefficient with Lua. I made a module that might help for this, you would just need to modify it to meet your needs.
What I do is I just have 6 CFrames, one for each side, pointing in to the middle of the region. Then I just do some CFrame stuff to see if they are between all of the sides of the region. |
|
|
| Report Abuse |
|