Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Camera is not changing?

Asked by 9 years ago

I am having a problem that I can not pinpoint really, I am trying to change the camera to be at a certain position, but the camera still follows the player.

c = game.Workspace.CurrentCamera

c.CameraType = "Scriptable"

c.Focus = CFrame.new(85.032, 5.502, 107.7)
c.CoordinateFrame = CFrame.new(99.6, 5.99, 107.8)

0
Where is this script located? And is this a LocalScript? Sublimus 992 — 9y
0
starterpack and it is a local script CaptainRuno 40 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Line 1 should be

c = game.Workspace.CurrentCamera

http://wiki.roblox.com/index.php?title=CurrentCamera_%28Property%29

0
I still seem to be having trouble, there is no error output CaptainRuno 40 — 9y
Ad

Answer this question