Can players click objects from this far?

Okay so as you see here im making an interactive map. The camera’s FOV is set to 1, so the map of Europe you see is EXTREMELY FAR AWAY. But I cannot click anything from this location, so I may ask.Will players be able to click on anything from this distance?

Can you have the camera zoom out/in when needed?

What do you mean by that exactly?

wouldnt it be closer at 1 fov and further the more fov it is

1 Like

Is “fov” a method of clickdetecting? I’m not sure how we are supposed to tell if your method will work without knowing your method? From my experience, raycasting is the most effective way (cast a ray from the camera’s cframe: down and in the mouse’s direction). A ray can be about 15k studs.

You move the camera up or down linearly to change what the player sees on the screen.

By “FOV” im talking about the cameras feild of view

You could use a UI overlay (e.g. transparent buttons on top of countries or maybe with flags in ImageButtons) instead of ClickDetectors.

1 Like

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