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

SetCore: ResetButtonCallback has not been registered by the CoreScripts?

Asked by 6 years ago

I followed exactly what the wiki said to disable my game's reset button, but it keeps giving me the same error. I used to have a game with the exact same function that works but for some reason it doesn't here. Here's the line:

game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)

Does it have something to do with FilteringEnabled being on? Please tell me if you know!

0
That is roblox's problem. I seen someone else have this problem before, too. Why don't you post a bug report on the dev forums? hiimgoodpack 2009 — 6y

2 answers

Log in to vote
1
Answered by 6 years ago

I've found that just adding a

wait()

before your script can fix this problem - I believe that the corescript stuff hasn't loaded (or something along those lines)

hope I'm not too late with this response - only just figured it out myself

Ad
Log in to vote
0
Answered by
CootKitty 311 Moderation Voter
6 years ago
Edited 6 years ago

Make sure you're using a LocalScript, and make sure the LocalScript is located someplace like ReplicatedFirst

Also, you'd set it to false to disable resetting, not true.

0
It is. The false and true thing is irrelevant. LordOfLuxury 84 — 6y

Answer this question