VR Scripting: random error in console without any code

I am going to keep this simple as it doesn’t need a long explanation.

I am scripting (trying to) a VR game. I can enter the game fine and pull values all the same. The only problem is that when I check the console (F9 version a.k.a. published since I don’t think you can test place in VR) there is an error. It is not from a script that I wrote as this project is practically a clean slate, there is literally one script and thats for checking if the person is using a VR device.

The errors image below
image

(For search engine reasons) It says:
UiMessage is not a valid member of Frame “UiMessageFrame”
Stack Begin
Script ‘LoadingScript’, Line 513

I tried looking for it but all I found was someone mentioning it as a reply which was on a post about VR scripting but not about this issue particularly.
It’s not that it poses a problem for me but more of a perfectionist thing but I just wanted to know if there was a faster way of fixing it rather than waiting for a roblox update.

It’s some core script erroring as they usually do. You can fix it yourself by forking the originals and finding the script that errors, but there isn’t much of a reason to do so unless it breaks your game. Core scripts contain parts of code that are older than some members here, so there’s a higher chance that you’ll make it worse.

2 Likes

Ah thanks for the advice! I think I’ll just leave it and not make it worse like you said.