Ok so that’s why one of my proximity prompts breaks but not the other ones
Having really weird behavior with tools, seems completely fickle and it only started when these messages did. Basically, reparenting a tool from a player to the workspace will it to move it to 0,0,0 when firing a .touched event.
Can confirm the same thing is happening to me.
The issues this bug cause with CharacterAdded events are still not working. Except, in the same server, CharacterAdded events will work for one player (which was on mobile), but did not work for another player (that was on PC)
can confirm it, same happening to me too
I got this as well, it seems to be another builderman problem (#99999)
This whole thread is just incredible.
Pretty much 106 replies saying “Yeah me too”
Why???
i don’t rly know but i got it too :<
Yeah… getting it too. Thought it was breaking my surfaceUI
Well my project uses some touched events and nothing bad has happened yet so hopefully it stays like that lol
roblox engineers trying to release a bug-free update:
dis is happening cuz roblox probably updated something that wanst finished
just kidding, every studio right now probably has this issue
100% corescript thats why everyone is having it
obviously
if it werent corescript stuff it would show up: Client - the script name
has it been fixed yet? I’m getting the same error and something on client sides aren’t working
This might be a roblox problem, but its EXTREMELY annoying T-T
i’m having the same issue from roblox
glad im not the only one with this problem
it seems to be from a script called useObservableValue at line 8, idk what is wrong with it tho as i can not see inside the script
here’s the full error (excluding the timestamp)
observableValue undefined - Client - useObservableValue:8
nvm i found a way to look at the code, the line 8 is just the warning
warn(“observableValue undefined”)
i tried looking at ChromeUtils (the script that seems to tell useObservableValue to show a warning) but i didn’t understand most of it so idk why it’s giving a error.