Since the last release, trying to scroll through the chat history in-game results in the camera zooming in.
I have determined the cause of the issue is the ScrollingFrame used to display chat messages has the Active
property set to false
Since the last release, trying to scroll through the chat history in-game results in the camera zooming in.
I have determined the cause of the issue is the ScrollingFrame used to display chat messages has the Active
property set to false
Thanks for the report. Weāre looking into options for a fix.
I can confirm this is happening with all ScrollingFrames in my game as well and not just the chat.
Bumping this thread because this issue is still persistent with all ScrollingFrames. Is there any update on a fix for this?
Yes, I still have this issue as well and itās causing quite an inconvenience.
Also hoping this will get fixed soonā¦
Nevermindā¦ turns out this happens if the scrolling frames āActiveā property is set to false
Any updates on this?
Itās still occuring and itās very annoying.
It occurs on all Scrolling Frames that allow you to scroll on, and doesnāt occur in Studio.
Seems to have started happening after the scrolling frame update some weeks ago.
Basically, for guis, it works if you set a scrolling frame to āActiveā (true).
But for physical scrolling frames (on parts), it works only in studio ā¦
This has been an issue for around 2 months already. Looks like Roblox forgot about it.
Roblox please fix this, as a person who has to scroll up for chat history of some players breaking the rules in game or trying to moderate the server with my camera zooming in is really annoying and makes it harder than before.
This is insanely annoying. It occurs on all scrolling frames. Havenāt been able to find a workaround.
Windows 10
4k display
Latest Roblox version
Bumping this because it seems as people are still having problems with this. Iām going to show you how to fix this and itās actually really easy.
Step 1:
Run a game in Studio and look over in the Explorer. Scroll down to the Chat and copy the āChatScriptā and its children.
Step 2:
Exit the Test and paste everything you copied into āChatā section. Go to ChatScript > ChatMain > MessageLogDisplay. Open it.
Step 3:
In MessageLogDisplay, youāll see a variable named Scroller
and the Active
property is set to false, change that to true and now it should be fixed. Like the OP said, the issue is the Active
propery being set to false, but they donāt go into detail on how you can fix it.
I hope this helps people having issues with this because this has been a very annoying bug and Iām glad I could finally figure out how to fix it.
I bump this thread, this error is happening me in the chat and any scrolling frame. What i do is start studio and test play. Roblox still donāt fix this issue 3 months later. I hope this gets fixed.
Iāve recently released a game and the issue still exists and it does get annoying. Hope this gets fixed
This issue got so bad on my game that I had to script in an auto lock for zooming when the mouse is hovering scrolling frame UI elements.
Please fix it. It gets annoying fast.
This issue shouldāve been resolved in October.
Setting any Scrolling Frames Active
property to true
will fix this issue. It has for me at least.
This issue has been resolved as of the current Roblox update.
I donāt know about anyone else, but this has not been fixed for me.
ScrollingFrame Active property is set to true and the camera is still annoyingly zooming in and out while I scroll.