How do I do this zoom effect?


basically look at it like this:
the sight of the weapon (the glass) is invisible and when it aims it shows a green gui that pretends to aim, right?
But now imagine that the glass part of the scope zoomed forward a bit. it’s possible?

1 Like

The attached link is the closest you can get. You can get the crosshair GUI by just centering the crosshair in the middle of the screen. You could move the crosshair as the gun jiggles if you have such an effect, since usually you know how the gun will move in such a FPS.

If you want a real zoom, in other words, like binoculars, you’ll probably have no other choice but a ViewportFrame that renders the whole world again. That’s laggy though. Otherwise, I don’t think it is possible on Roblox to do a true zoom, you can only create an illusion for it.

2 Likes

Honestly I just imagined ViewPortFrames but thanks to you I see a little simpler solution

Hey, look: How do i make the player camera rotate - #2 by nombreincorrectodepn

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.