I forgot how to do this but how do i allow mouse movent in GUI?

the player is forced in first person but when they go into gui i want to allow mouse movement but i forgot how to do this.
someone please tell me, thanks

4 Likes

GuiButton#Modal

If true while the GUI element is visible, the mouse will not be locked unless the right mouse button is down.

4 Likes

sorry that did work i thought it did but it didnt…

2 Likes

Use the “Modal” property on the GUI

3 Likes

Sorry inform, modal is button clicking?

1 Like

i fixed it by adding a button to my gui… kinda dumb that frames dont come with this option

4 Likes

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