Changed callback to activated event

This commit is contained in:
Jahames 2023-08-07 22:38:51 -05:00
parent 2a3e60581f
commit b8f32027d7

View file

@ -19,7 +19,7 @@ local function Button(props: {
Position = props.Position,
Text = props.Text,
Callback = props.Callback
Activated = props.Callback
}
end