So I made a Billboard GUI, parented it to StarterGui, added a TextButton in BillboardGui, Adorneed to part in workspace. Whenever I hover my mouse on the textbutton in 1st person view, it doesn’t work. But it does work when I hover while my camera is zoomed out a bit. Please help! This is basically the code in the local script (parented to Billboard GUI)
script.Parent.TextButton.MouseButton1Click:Connect(function()
print("clicked")
end)