Advertisement
bobopopcornboy

Screen local

Sep 4th, 2024 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. screen = workspace.screen.screenpart
  2. event = screen.event
  3. sg = screen.sg
  4. sf = sg.sf
  5. tb = sf.tb
  6. b1 = screen.b1
  7. cd = b1.cd
  8.  
  9. cd.MouseClick:Connect(function()
  10.   event:FireServer(tb.Text)
  11. end)
  12. while wait() do
  13.   event:FireServer(tb.Text)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement