Hey guys, I have been trying to figure out if you can take values and objects that are local to the client and see if I can use them in a regular script.
So far I am not coming up with any results, which could mean that is not possible. Although, the lack of errors make me unsure if that is the case.
Lets say for example I use a remote function to return CurrentCamera
in a regular script, would I be able to use it and all of its properties?
No that would not be possible. You should read this http://wiki.roblox.com/index.php?title=API:Class/LocalScript Allot of objects are hidden to regular scripts and only available to local scripts.