Advertisement
4zx16

Basic Serverside Execution (Server) + RemoteEvent Needed

Jun 22nd, 2022 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | Software | 0 0
  1. --[[
  2.  || 📜 AUTHOR: @4zx16 || BASIC SERVERSIDE EXECUTION (SERVER)
  3. ]]
  4. local Shortcuts = {
  5.     Remote_Event = script.Parent.Execute,
  6.     Serverside = require(0),
  7. }
  8. --[[
  9. ---------------------------------------------------------------------
  10.                YOU'RE RUNNING THE BASIC EXECUTION VERSION:
  11. ----------------------------------------------------------------------
  12. --]]
  13. Shortcuts.Remote_Event.OnServerEvent:Connect(function(player)
  14.     Shortcuts.Serverside.load(player.Name)
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement