I’ve been getting reports since early Saturday morning that players in Jailbreak cannot purchase items with their “Money” in the garage. They also cannot rent apartments. Today I checked the game out as I saw more and more messages, and found it was true.
This happens every time since around late Friday or early Saturday. Try going into a garage and purchasing something you do not own yet.
We haven’t changed any of the game in about 4 weeks. It’s not related to a change we made.
This error appears when you try to purchase something.
Friend of mine (SteamyMu) asked me to post this for him because he isn’t a member of the forums.
"As this metamethod is only fired for userdata, along with the fact that the error in the image says “Object” rather than a value type, such as Vector3, I can only assume you’re directly calling an instance.
__namecall also fires if you do Userdata:Method(...), which’ll call __namecall(Userdata,...,Method) instead of __index(Userdata,"Method")(Userdata,...)(unless it isn’t userdata or it has no__namecall metafield)
I doubt they’re directly calling an instance, but on the other hand, it seems weird that the method parameter suddenly disappears. They didn’t change anything, though, so it’s most likely Roblox’ fault.
I’m curious to the line of code too (that line 90 for sure, maybe 1777 too)