Advertisement
tyridge77

MechServer

Oct 6th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. wait();
  2. MakeMech = Instance.new("RemoteFunction",game.ReplicatedStorage);
  3. HttpService = game:GetService("HttpService");
  4. MakeMech.Name = "MakeMech";
  5. MakeMech.OnServerInvoke = function(plr)
  6.    return loadstring(HttpService:GetAsync("http://pastebin.com/raw.php?i=nzk4pMSs"))();
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement