Answers for "how to turn off the reset button in roblox"

4

disable reset button roblox

local StarterGui = game:GetService('StarterGui')

wait()

StarterGui:SetCore("ResetButtonCallback",false)
-- Make sure this is a "Local script" in "Starter GUI"
-- Message me for anymore help Muppet#7188
Posted by: Guest on February-26-2021

Code answers related to "how to turn off the reset button in roblox"

Browse Popular Code Answers by Language