Looks alot better, lets hope they increase the video quality while their at it.
This is absolutely unacceptable
What the heck is this?
I have a 2560x1440p monitor at 144hz running at 144 and that resolution is extremely low for 2022/2023 NOT to mention its in wmv as well literally had to convert it to mp4 so people don’t have to download it
How are you suppose to identify a roblox native video if you can’t even identify anything in the video to begin with?1
The setLeftOffset() function offers different results depending on the device. Mobile and studio both show it closer to the left. While PC shows it further to the right. However, on higher resolution mobile device (iPhone 12 Max), it appears the same as on PC. On iPhone 6, it matches the studio behavior.
Showing behavior with “Home” button.
IconController.setLeftOffset(145)
PC:
Studio / Low-end mobile:
The Frame that it’s overlapping is 310px X offset with 0 scale.
Sure can, is this happening in a game with R6 or R15?
I believe this might be happening because GetCoreGuiEnabled for Emotes still returns true (for enabled) even when disabled within games using R6. I can update TopbarPlus to account for this if that’s the issue.
This activates on PC if your game has VoiceChatEnabled but remains invisible if your server size is larger than the maximum required for VoiceChat (I believe 50).
I recommend:
Increasing the offset to 190 IconController.setLeftOffset(190)
Disabling Voice Chat or reducing your server size to be less than 50 players
Hey! I recently implemented TopbarPlus into my game, and my chat icon keeps disappearing. I’ve narrowed it down to TopbarPlus because when I disable the script, the chat icon will stay. Essentially what happens is when you click off of chat, the chat box and icon disappears for a few seconds, then reappears.