- What do you want to achieve?
I want to set my camera to be into a duck mesh i made
- What is the issue?
I can’t zoom in. and the camera keeps looking weird. My part is moving and i am setting the CFrame every second and thats probably why but how can i achive this?
- What solutions have you tried so far?
Tried looking more into this but didnt find any awnser
-- LOCALS --
local Camera = game.Workspace.CurrentCamera
local Player = game.Players.LocalPlayer
-- CAMERA --
repeat wait() until Player.Character
while wait() do
Camera.CameraType = "Scriptable"
Camera.CFrame = game.Workspace.Ducks["Rubber Duck"].Part.CFrame
end