Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local value = script.Parent.Parent.Parent.Value --Invocar el value
- local button = script.Parent
- local frame = script.Parent.Parent --Invocar el frame
- button.MouseButton1Click:Connect(function()
- value.Value = false
- frame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement