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

Camera Interpolate? Problem!

Asked by
Hybric 271 Moderation Voter
9 years ago

Im trying to make a camera Interpolate into a position, I tried it and it didn't work. Any solutions?

Here is what I did

print("this script is in StarterGui and is a LocalScript")
local c = Workspace.CurrentCamera
c.CameraType = "Scriptable"
wait(0.01)
c:Interpolate(CFrame.new(Vector3.new(0,0,0),Vector3.new(0,0,0))

1 answer

Log in to vote
0
Answered by
Tesouro 407 Moderation Voter
9 years ago

Interpolate is composed by two CFrames and a float, like this:

camera:Interpolate(CFrame.new(), CFrame.new(), 1)
0
That explains alot. Hybric 271 — 9y
0
Tesouro, anyways to completely reconstruct CE Noclip with Roblox Lua (A.K.A You can go through walls) If you know how I may be able to create Anti Noclip until they create a new noclip fireboltofdeath 635 — 9y
0
@Tesouro Im not a noob I know. Hybric 271 — 9y
0
What you talking about, fireboltofdeath? Tesouro 407 — 9y
Ad

Answer this question