Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Register ResetButtonCallback SetCore method early #650

Closed
wants to merge 7 commits into from

Conversation

DarraghGriffin
Copy link
Contributor

No description provided.

-- Register SetCore functions early
local earlyResetCallbackValue = nil
if resetButtonCustomizationAllowed then
StarterGui:RegisterSetCore("ResetButtonCallback", function(value) earlyResetCallbackValue = value print("early!") end)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the print("early!")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging code, removed

@DarraghGriffin
Copy link
Contributor Author

Withdrawing this, it isn't necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants