of     1   

Rynost
#157045132Monday, March 02, 2015 4:34 AM GMT

Hello, Lately I started getting heavily into scripting, and while I was scripting, I had an idea that would be very useful... My idea is to have a cursor that's similar to Blender's. When you click with the cursor, it stays where you clicked but, unlike Blender, it will benefit you by giving you the position coordinates of where you placed the cursor (by clicking.) This will make coordinates much faster to find, which will benefit many scripters out there. NOTE: The way we can currently accomplish the task of finding the desired position coordinates, one would need to create a part, move it to desired spot, then find the position in the properties. But I want to be able to find the position without going through all those steps. I hope you support my idea, and thank you for taking the time to read this.
OhLookItsHim
#157047357Monday, March 02, 2015 5:25 AM GMT

Eh doesn't effect me so I can support or not support..
Rynost
#157098505Tuesday, March 03, 2015 3:15 AM GMT

It's not a very exciting idea, but it would be useful. This idea is intended for more advanced players, so I think I need to suggest this in a scripters forum.
Atorixy
#157099325Tuesday, March 03, 2015 3:28 AM GMT

I'm a novice, and I still understand. Support In turn, please read over my suggestion http://www.roblox.com/Forum/ShowPost.aspx?PostID=157066534
Rynost
#157213675Thursday, March 05, 2015 4:14 AM GMT

I appreciate your support. Your idea is very good, by the way.
ShiraWolven
#157215843Thursday, March 05, 2015 4:56 AM GMT

This seems like a plugin thing, using mouse.Hit.p
Rynost
#157267923Friday, March 06, 2015 1:50 AM GMT

Yes, but still, you wouldn't be able to go from two different axes and get a position that's in the air.
Rynost
#157268120Friday, March 06, 2015 1:53 AM GMT

Oh wait, you actually could... When scripting you could write it so that you click once for X *switch* click again for Y.
ShiraWolven
#157275805Friday, March 06, 2015 3:35 AM GMT

mouse.Hit.p is a Vector3. It'll return three values corresponding to X, Y, and Z.
Rynost
#157335969Saturday, March 07, 2015 3:07 AM GMT

Yes, but if you click once for all axes at once, it'll place the position on the surface of the object you clicked and it wouldn't allow you to get a position that's in the air that is away from objects.

    of     1