|
| 29 Aug 2015 08:28 AM |
http://wiki.roblox.com/index.php?title=Camera_manipulation
It just simply freezes the camera at a weird point that is not the part I want.
I'm in studio and I'm looking at the sky, the cam is supposed to be attached to the part but all it does is it takes what I'm looking at in Studio, and when I hit play, it just freezes the cam at the sky.
In the actual game, it just takes some weird point that the part is not involved with at all.
|
|
|
| Report Abuse |
|
|
| |
|
FiveCakes
|
  |
| Joined: 15 Feb 2012 |
| Total Posts: 5604 |
|
| |
|
|
| 29 Aug 2015 08:43 AM |
local target = workspace.Model local camera = workspace.CurrentCamera camera.CameraType = Enum.CameraType.Scriptable camera.CameraSubject = target local angle = 90 while wait() do wait(.1) camera.CoordinateFrame = CFrame.new(target.Position) --Start at the position of the part * CFrame.Angles(0, angle, 0) --Rotate by the angle * CFrame.new(0, 0, 0) --Move the camera backwards 5 units angle = angle + math.rad(0) end
--btw i will never get a plugin for something like this. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
FiveCakes
|
  |
| Joined: 15 Feb 2012 |
| Total Posts: 5604 |
|
| |
|
|
| 29 Aug 2015 10:01 AM |
🔫👳 Now, I don't have your answer, but I have a gun. Give me the cookie, and the cake while you're at it too!
Private Road - Residents Only |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2015 10:03 AM |
Now, on second thoughts, that looks kinda racist. Does this help: 🔫👨
Private Road - Residents Only |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2015 10:04 AM |
Having realised that emoticon is a Mexican, does this help, a white dude doing normal things? 🎮 👱
Private Road - Residents Only |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2015 10:17 AM |
| yeah I'll give cake i just need help |
|
|
| Report Abuse |
|
|