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

How to make a camera move around smoothly?

Asked by 4 years ago
Edited 4 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

I'm trying to make a game on moving a part's position and making workspace.CurrentCamera.CameraSubject the part. And then the TextButton makes it the CameraSubject. I was thinking this

while true do
part.Position = part.Position + Vector3.new(0.1,0,0)
wait(0.00001)
end

iiB_bear

Answer this question