Skip to content

Getting Started with Our Dev Team

\=====================================

FileZilla Setup for FTP Access

  • Download FileZilla: https://filezilla-project.org/download.php
  • Setup Guide:
    1. Install FileZilla.
    2. Host: dev-team-server.com
    3. Username: Provided by Max or Asher
    4. Password: Provided by Max or Asher
    5. Port: 21 (default)
  • Note: Ensure to replace the placeholders with the actual credentials provided by your team lead.

SSH Setup with PowerShell and PuTTY

PowerShell:

PuTTY:

  • Download PuTTY: https://www.putty.org/
  • Setup Guide:
    1. Open PuTTY.
    2. Host Name: dev-team-server.com
    3. Port: 22 (default)
    4. Connection Type: SSH
    5. Username: Provided by Max or Asher (when prompted)

Roblox Studio Setup

Project Management with Trello


Roblox Development Resources


Lua Programming for Roblox

Animation in Roblox Studio


Contributing to Docs


Creating an MkDocs Page

  1. Connect to the server using FileZilla or SSH.
  2. Navigate to the docs folder. found in ~/fucknoteam/
  3. Create a new file with a .md extension (e.g., new-page.md).
  4. Write your content in Markdown.
  5. Save the file in the docs folder.
  6. Request an update from Max or Asher to run mkdocs build to update the live site.

MkDocs Guide

Additional Resources


Call to Action: We encourage all team members to contribute to this documentation by adding new resources, guides, or FAQs. Your input is invaluable in keeping our team informed and efficient. To contribute, simply follow the guidelines in the "Contributing to Docs" section above. Thank you for your participation!