|
| 08 Aug 2015 04:50 PM |
Just wondering cuz my game would be cool with it..
|
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Aug 2015 04:53 PM |
| I can script.. I just wanna know how he did his cam, Im not good with cameras :P |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2015 04:53 PM |
| All I can really do with the camera is set the object that the characters looking at :/ |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 08 Aug 2015 04:57 PM |
http://wiki.roblox.com/index.php?title=Camera_manipulation
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2015 05:08 PM |
How come this stays on one little part? wait(.5) local Player = game.Players.LocalPlayer local Cam = game.Workspace.CurrentCamera Cam.CameraSubject = Player.Character.Humanoid Cam.CameraType = "Custom" wait() Cam.CoordinateFrame = CFrame.new(-9, 38.2858963, 11.2921486, 1, 0, -0, -0, 0.156433806, 0.987688363, 0, -0.987688363, 0.156433806) game:GetService("RunService").RenderStepped:connect(function() print(Cam.CoordinateFrame) Cam.CoordinateFrame = CFrame.new(-9, 38.2858963, 11.2921486, 1, 0, -0, -0, 0.156433806, 0.987688363, 0, -0.987688363, 0.156433806) end) |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2015 05:09 PM |
| I got the Coordinate Frame from looking at the cam from the top of the part, becuz I want the viewer to see above the character |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2015 05:10 PM |
| bless your soul if thats really how you use cframe |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2015 05:11 PM |
| No, I don't Im just really bad at camera manipulation :P |
|
|
| Report Abuse |
|
|
Tynezz
|
  |
| Joined: 28 Apr 2014 |
| Total Posts: 4945 |
|
|
| 08 Aug 2015 05:39 PM |
| Enum.CameraType.Scriptable |
|
|
| Report Abuse |
|
|