Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Loaded:Wait()
- --in kase its already disabled
- starterthing:SetCore("ResetButtonCallback", true)
- --the automation
- local starterthing = game:GetService("StarterGui")
- while true do
- starterthing.Changed:Wait()
- if starterthing:GetCore("ResetButtonCallback") == false then
- starterthing:SetCore("ResetButtonCallback", true)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement