Advertisement
DangerKillerTH

เปิดปิดgui

Oct 10th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()
  2. game.ReplicatedStorage.Sound:Play()
  3. script.Parent.Parent.Frame.Visible = true
  4. script.Parent.Visible = false
  5. end)
  6. script ปิด :
  7. script.Parent.MouseButton1Click:Connect(function()
  8. game.ReplicatedStorage.Sound:Play()
  9. script.Parent.Parent.Parent.Open.Visible = true
  10. script.Parent.Parent.Visible = false
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement