Elrol

serverStartup

Apr 10th, 2020 (edited)
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local serverName = "Vault 404"
  2. local port = 1
  3. local side = "back"
  4. local cable = "left"
  5. local color = colors.green
  6.  
  7. os.loadAPI("server")
  8. server.init(color, serverName, side, port, cable)
Add Comment
Please, Sign In to add comment