Benjonas2
|
  |
| Joined: 17 May 2011 |
| Total Posts: 6129 |
|
|
| 07 Apr 2012 10:01 AM |
For my place it would be nice to have a "Deciding" team (it is for a clan).
So having a camera that shows the fort with the team changer GUI just sitting there would be nice.
But I would be nice if the camera would move around, somewhat of a "tour".
I do not know how to script but I do know how to change positions.
So if someone has an easy-to-edit script I would love to see it so I can change positions of where the camera goes.
Thank you.
-Ben |
|
|
| Report Abuse |
|
|
Benjonas2
|
  |
| Joined: 17 May 2011 |
| Total Posts: 6129 |
|
|
| 07 Apr 2012 10:03 AM |
If anyone is willing to help....
-Ben |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 07 Apr 2012 10:04 AM |
| ROBLOX doesn't make camera manipulation easy. It's complicated with a couple of properties that I haven't mastered yet. |
|
|
| Report Abuse |
|
|
nightname
|
  |
| Joined: 10 Jun 2008 |
| Total Posts: 8960 |
|
|
| 07 Apr 2012 10:09 AM |
Camera manipulation is not hard at all, you find all the methods, and properties here:
http://wiki.roblox.com/index.php/Camera
If you still cannot understand - you can find cutscene plugins on this forum, which you can download.
|
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 07 Apr 2012 10:10 AM |
| I've tried that. I just can't grasp camera manipulation. |
|
|
| Report Abuse |
|
|
nightname
|
  |
| Joined: 10 Jun 2008 |
| Total Posts: 8960 |
|
|
| 07 Apr 2012 10:13 AM |
What is so hard about it? I am pretty sure the wiki is updated well, and if it isn't - contact me and I'll edit it for you.
Let me give you a few examples, in a localscript you can do this:
local camera = workspace.CurrentCamera; -- get the camera of the player
camera.CoordinateFrame = CFrame.new(100,100,100) -- moved the camera to 100,100, 100
for i = 1, 360 do camera:SetRoll(math.rad(i)) -- rotates the camera 360 degrees wait() end |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 07 Apr 2012 10:17 AM |
I just gave up. I've asked many times -http://www.roblox.com/Forum/ShowPost.aspx?PostID=65574307 -http://www.roblox.com/Forum/ShowPost.aspx?PostID=65586417 -http://www.roblox.com/Forum/ShowPost.aspx?PostID=65578357
I just went around it. |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2012 10:26 AM |
%Thread creator
This is WIJ stuff, dont copy bro. SilentSwords saved the best scripting for us. |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2012 10:34 AM |
woops, I just noticed your WIJ...
o3o
My bad... |
|
|
| Report Abuse |
|
|
Benjonas2
|
  |
| Joined: 17 May 2011 |
| Total Posts: 6129 |
|
|
| 07 Apr 2012 01:28 PM |
@Everyone
Thanks for the help.
@Sec
Yeah :3
I am making a WIJ place but I don't want to use the typical screen because:
1. It is stuff just for SS and other HRs.
2. I don't think it will suit this place I am making well.
-Ben |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2012 02:12 PM |
HotThoth made a Cutscene Model and it really is very easy to use...
http://www.roblox.com/HotThoth-39-s-Camera-Cutscene-Editor-Beta-Version-item?id=76781595
~I don't always forum, but when I do, I forum like a boss.~ |
|
|
| Report Abuse |
|
|