Facebook
From Roblox_game03, 3 Years ago, written in Lua.
This paste is a reply to Script ne local from Roblox_game03 - view diff
Embed
Download Paste or View Raw
Hits: 328
  1. --close--
  2. script.Parent.MouseButton1Click:Connect(function()
  3.         script.Parent.Parent.Visible = false
  4. end)
  5.  
  6. --open--
  7. script.Parent.MouseButton1Down:Connect(function()
  8.         script.Parent.Parent.Frame.Visible = true
  9. end)

Replies to Local Script rss

Title Name Language When
Re: Local Script Roblox_game03 lua 2 Years ago.