Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RunService = game:GetService("RunService")
- local function thingy()
- game.Workspace.CurrentCamera.CFrame = game.Workspace.CurrentCamera.CFrame+Vector3.new(0,50,0)
- end
- RunService:BindToRenderStep("thingy", 3000, thingy)
Add Comment
Please, Sign In to add comment