Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Home = script.Parent.Parent.Parent.Page.Home
- local Scripts = script.Parent.Parent.Parent.Page.Scripts
- local Executor = script.Parent.Parent.Parent.Page.Executor
- local Settings = script.Parent.Parent.Parent.Page.Settings
- script.Parent.MouseButton1Click:Connect(function()
- Home.Visible = true
- Scripts.Visible = false
- Executor.Visible = false
- Settings.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement