Hey developers,
I want to make the camera tween from a scripted position to the player’s default camera position. How would I achieve this? Any help would be appreciated!
Have a nice day, iamajust
Hey developers,
I want to make the camera tween from a scripted position to the player’s default camera position. How would I achieve this? Any help would be appreciated!
Have a nice day, iamajust
Here no script provided of you trying to do it so sending a working script even with explanation feels wrong. An example way of doing it:
You don’t need to know a lot to know how to do it (Camera, TweenService and CFrame):
Camera (roblox.com)
TweenService (roblox.com)
Understanding CFrames (roblox.com)
Hi! I didn’t provide a script because the only line I had was
local camera = game:GetService("Workspace").CurrentCamera
camera.CameraType = Enum.CameraType.Scriptable
Anyway, thank you so much for your post! It really helps me out!