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

How To Have First Person, And The Mouse To Move too?

Asked by 8 years ago

Thanks for viewing my question, I'll just dive into it.

What I Want To Happen

I have a game where First Person is required, and I also have a ScreenGui that I want the player to click. The problem is, that First Person is already locked, and it'll be impossible for First Person to be locked. I have a solution although; To have the mouse move freely, and still have First Person Locked.

So...

I have no idea how this would work. Can you give me resources, examples, etc. Thanks!

1 answer

Log in to vote
7
Answered by
Validark 1580 Snack Break Moderation Voter
8 years ago

Insert a TextButton or something with Modal = true.

0
Well, I failed.... GreekGodOfMLG 244 — 8y
0
But I want it to happen out of startergui as well, but this was VERY useful. Thank you. GreekGodOfMLG 244 — 8y
0
@GreekGodOfMLG The elements of StarterGui will transfer to the player's PlayerGui each time they spawn. Spongocardo 1991 — 8y
0
Put a TextButton in the StarterGui with Modal = true Validark 1580 — 8y
View all comments (3 more)
0
@Spongocardo I want it outside of the Gui as well, like no Gui, and just outside and in the game/place GreekGodOfMLG 244 — 8y
0
@GreekGod, just make the Button with Transparency = 1 UDim2.new(0,0,0,0). Test it out, I think it will work for you. Validark 1580 — 8y
0
@Validark It worked! Thank you! GreekGodOfMLG 244 — 8y
Ad

Answer this question