Advertisement
Free-Scripts

Page Script

Jul 23rd, 2021
2,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local Home = script.Parent.Parent.Parent.Page.Home
  2. local Scripts = script.Parent.Parent.Parent.Page.Scripts
  3. local Executor = script.Parent.Parent.Parent.Page.Executor
  4. local Settings = script.Parent.Parent.Parent.Page.Settings
  5.  
  6.  
  7.  
  8. script.Parent.MouseButton1Click:Connect(function()
  9.     Home.Visible = true
  10.     Scripts.Visible = false
  11.     Executor.Visible = false
  12.     Settings.Visible = false
  13. end)
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement