#Some things broke out of the blue
1 messages · Page 1 of 1 (latest)
A script that was supossed to stop players from resetting their character ended up causing this
show the script
the script is likely disabling multiple core guis
such as leaderboard, reset button
and chat
Here's the script
I found it in a forum because I didn't know how to disable it myself 😭
Thank you so much 🙏
Also here, don't pcall this in a task.wait
you only need to do it once
like this:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCore("ResetButtonCallback", false)
and there's no need to pcall this?
nope! not at all!
