Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Change History Service error?

Asked by 3 years ago

Hey there!

I like to make plugins and I have been working on a plugin called Studio Plus. All was going well until I was met with an error. The error stated, "Unable to cast value to std::string". I have no clue what it means, but I do know it has to do with ChangeHistoryService. In the programing world, there are a lot of bugs that we programers are tested. Is there a way, or like a plugin to help Debug my mistakes?

Thanks, KingCh1ll

0
It means that whatever was passed as an argument to the function used wasn't of the expected datatype. You're looking at a C++ error here (ROBLOX's internal engine) Ziffixture 6913 — 3y
0
Please present your code so we can resolve your issue. It is an error on your end, it is in no way helpful to us if we cannot see what mistake you've made. Ziffixture 6913 — 3y
0
ROBLOX's ScriptAnalysis is enough to determine what you've done wrong. As it's already stated, "Unable to cast value to std::string". You do not need a plugin, that's going overboard. Ziffixture 6913 — 3y

Answer this question