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

Why can't I click a TextButton while I'm in first person?

Asked by 6 years ago

This script is inside PlayerGui > SurfaceGui > TextButton

This doesn't work in first person. It does in third person.

SurfaceGui is adorned. This is a LocalScript. It is not Disabled.

script.Parent.MouseButton1Down:Connect(function() print("Button pressed!") end)

0
If your in first person, your mouse stays in the middle of the screen. Go in third person in order to move your mouse around oSyM8V3N 429 — 6y
0
I don't think it's possible to click in first person, by what I know. IIApexGamerII 76 — 6y
0
@YBN_oSy I can still move my mouse around. My screen goes with it. Reset4462688 0 — 6y
0
It seems that I had to click above the buttons, not on them... Reset4462688 0 — 6y
0
Try to use modal. EnginnScript 0 — 6y

Answer this question