Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To make mouse able to move in gui??

Asked by 9 years ago

I made a Fps script and I Don't Understand Why The Mouse Don't Move it just stays in the middle is it possible to make it move? here is the script

--Made By Dragonbreath12234--
wait(.1)
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.Classic
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

1 answer

Log in to vote
0
Answered by 9 years ago

inside of the Gui, insert a TextButton if there isn't one already.

inside of the textbutton, look for the property Modal. Turn that on.

Modal allows you to move your mouse freely when the TextButton is visible.

Ad

Answer this question