Advertisement
robloxaseca

Player click (Option)

Apr 22nd, 2022 (edited)
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. --------Roblox Script-----------
  2.  
  3.  
  4. script.Parent.MouseButton1Click:Connect.(function()
  5.         local (Name here) = script.Parent (Continue)
  6.        
  7.         (Name here).(Name here + option)
  8. end)
  9.  
  10. -------------------------Exemple----------------------------
  11. script.Parent.MouseButton1Click:Connect(function()
  12.         local Start = script.Parent.Parent.Parent.Frame
  13.        
  14.         Start.BackgroundTransparency = 1
  15.         Start.Enabled = false
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement