Advertisement
4zx16

Classic Serverside Execution (Client) + RemoteEvent Needed

Jun 22nd, 2022 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | Software | 0 0
  1. --[[
  2.  || 📜 AUTHOR: @4zx16 || CLASSIC SERVERSIDE EXECUTION (CLIENT)
  3. ]]
  4. local Shortcuts = {
  5.     Remote_Event = script.Parent.Execute,
  6.     Button = script.Parent
  7. }
  8. --[[
  9. ---------------------------------------------------------------------
  10.          YOU'RE RUNNING THE REALLY CLASSIC SERVERSIDE EXECUTION:
  11. ----------------------------------------------------------------------
  12. --]]
  13. local function RunClassic()
  14.     wait(.1)
  15.     Shortcuts.Remote_Event:FireServer()
  16. end
  17. Shortcuts.Button.MouseButton1Down:Connect(RunClassic)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement