Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 240846e

Browse files
authored
Import Signs Files to GitHub.
Imported Signs from Google Drive to GitHub.
0 parents  commit 240846e

34 files changed

+6899
-0
lines changed

SignsPlugin/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Visual Studio Code
2+
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.2.1.
3+
4+
## Getting Started
5+
To build the place from scratch, use:
6+
7+
```bash
8+
rojo build -o "Visual Studio Code.rbxlx"
9+
```
10+
11+
Next, open `Visual Studio Code.rbxlx` in Roblox Studio and start the Rojo server:
12+
13+
```bash
14+
rojo serve
15+
```
16+
17+
For more help, check out [the Rojo documentation](https://rojo.space/docs).

SignsPlugin/aftman.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file lists tools managed by Aftman, a cross-platform toolchain manager.
2+
# For more information, see https://github.com/LPGhatguy/aftman
3+
4+
# To add a new tool, add an entry to this table.
5+
[tools]
6+
rojo = "rojo-rbx/[email protected]"
7+
# rojo = "rojo-rbx/[email protected]"

SignsPlugin/default.project.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "project",
3+
"tree": {
4+
"$className": "DataModel",
5+
"ReplicatedStorage": {
6+
"$className": "ReplicatedStorage",
7+
"$ignoreUnknownInstances": true,
8+
"$path": "src/ReplicatedStorage"
9+
},
10+
"ServerScriptService": {
11+
"$className": "ServerScriptService",
12+
"$ignoreUnknownInstances": true,
13+
"$path": "src/ServerScriptService"
14+
},
15+
"StarterPlayer": {
16+
"$className": "StarterPlayer",
17+
"StarterPlayerScripts": {
18+
"$className": "StarterPlayerScripts",
19+
"$ignoreUnknownInstances": true,
20+
"$path": "src/StarterPlayer/StarterPlayerScripts"
21+
},
22+
"$ignoreUnknownInstances": true
23+
},
24+
"Workspace": {
25+
"$className": "Workspace",
26+
"$ignoreUnknownInstances": true,
27+
"$path": "src/Workspace"
28+
}
29+
}
30+
}
3.24 KB
Loading
3.83 KB
Loading
3.49 KB
Loading
9.28 KB
Loading
14.8 KB
Loading
3.05 KB
Loading
4.11 KB
Loading

0 commit comments

Comments
 (0)