|
| 07 Mar 2012 07:45 PM |
| How would I change the camera or a brick to go around something in a circle? |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 07 Mar 2012 07:48 PM |
lrn2usethewiki
http://wiki.roblox.com/index.php/Camera_manipulation#Circling_the_part |
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 07 Mar 2012 07:49 PM |
| Do you know how to find the circumfrence, and Arc of a circle? |
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 07 Mar 2012 07:50 PM |
| Or follow SDuke's link >.> |
|
|
| Report Abuse |
|
|
|
| 07 Mar 2012 07:52 PM |
| Now, how would I make all the players camera do that at the same time? |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 07 Mar 2012 07:53 PM |
| You would read the link... |
|
|
| Report Abuse |
|
|
|
| 07 Mar 2012 07:55 PM |
| I meant in one script. Like it makes all of the players' camera do a circle around a brick at the same time when someone touches a brick. |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 07 Mar 2012 07:56 PM |
> You would read the link...
|
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 07 Mar 2012 07:58 PM |
@Jimmy
I will not be late toasted...
cameras = workspace:GetChildren() for i = 1, #cameras do if cameras[i]:IsA("Camera") then --ManipulateCamerasHere end end |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 07 Mar 2012 08:00 PM |
@xv
I did already answer his question. :P
Also if he's going to be too arrogant to read the link and look things up before asking questions, then he shouldn't be getting help. |
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 07 Mar 2012 08:10 PM |
@SDuke
He was asking you how to get all the cameras all together. Unless that article shows how to do that then I really dont see the point in directing him to it to answer that question. |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 07 Mar 2012 08:12 PM |
Which it does.
> > You would read the link... |
|
|
| Report Abuse |
|
|
|
| 07 Mar 2012 08:17 PM |
| It only gives the script when they join the game or re spawn. I'm trying to use this as a function. |
|
|
| Report Abuse |
|
|
|
| 07 Mar 2012 08:20 PM |
Then make your own script based off of the one that is shown on the wiki.
Is it really THAT hard?
Also,
> > > You would read the link...
:D |
|
|
| Report Abuse |
|
|