https://github.com/050soft/deploymenttest
https://github.com/050soft/deploymenttest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/050soft/deploymenttest
- Owner: 050soft
- License: gpl-3.0
- Created: 2025-05-17T13:39:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-17T15:23:04.000Z (about 1 year ago)
- Last Synced: 2025-05-17T15:25:07.785Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RobloxTemplate
A template for roblox games using git, visual studio code and rojo.
# Usage
## With visual studio code
- Install the rojo plugin
- Press ctrl + shift + p and open the rojo menu.
- Install rojo
- Done! You can now use the same rojo menu to serve.
Note: to sync with roblox you also need to install the plugin in studio, the menu has a guide in it to do this.
## Via CLI
Please follow the instructions on this page: https://rojo.space/docs/v7/getting-started/installation/
# Files
`filename.server.luau` Replace filename with anything you'd like to create a server script
`filename.luau` Replace filename with anything you'd like to create a module script
`filename.client.luau` Replace filename with anything you'd like to create a local script