hhhhhhhdzrdrc

Camera Zoom

Jun 2nd, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local RunService = game:GetService("RunService")
  2. local function thingy()
  3. game.Workspace.CurrentCamera.CFrame = game.Workspace.CurrentCamera.CFrame+Vector3.new(0,50,0)
  4. end
  5. RunService:BindToRenderStep("thingy", 3000, thingy)
Add Comment
Please, Sign In to add comment