I’m creating a game where there are portals. I want to create an effect like confusion or dizziness when I leave the portal, but I have no idea how doing it could help me?
With confusion effect I mean that the camera moves alone but smoothly just like in minecraft when you have the same effect
Due to Roblox’s camera limitations you will not be able to make something exactly like that. For the most part, the warping effect. This can still be achieved by manipulating the Camera’s CFrame in a tricky way, but IMO it will not produce a result you want. Increase FOV to higher than 120?
You can start though by offsetting the camera’s current position by some periodic function such as sin
I’ve seen a thing in hd admin where there’s a warp command that tweens your fov from tiny to super high to normal again. Maybe use tweenservice with the fov property of the camera