#Some things broke out of the blue

1 messages · Page 1 of 1 (latest)

twin gate
#

My leaderstats nor chat show up in my game for some reason as well as some aspects like giving player a weapon doesn't work even though it worked before. I'm the only one who has access to my game and no I didn't alter the code in any way shape or form

I can send the scripts if it'll help

twin gate
#

A script that was supossed to stop players from resetting their character ended up causing this

graceful tendon
#

show the script

#

the script is likely disabling multiple core guis

#

such as leaderboard, reset button

#

and chat

twin gate
#

Here's the script

#

I found it in a forum because I didn't know how to disable it myself 😭

graceful tendon
#

remove first line

#

it removes every core gui

#

possible

twin gate
#

Thank you so much 🙏

left tendon
#

you only need to do it once

#

like this:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCore("ResetButtonCallback", false)
twin gate
left tendon
twin gate
#

alr thanks 6iSteambabi

#

I'll change it next time I'm in the studio