Skip to content

Instantly share code, notes, and snippets.

@dev-jhon-yo
Created June 5, 2023 15:30
Show Gist options
  • Save dev-jhon-yo/f2717a37aeeff84d5009e9ea5601bef7 to your computer and use it in GitHub Desktop.
Save dev-jhon-yo/f2717a37aeeff84d5009e9ea5601bef7 to your computer and use it in GitHub Desktop.
ROJO TEMPLATE FILES
{
"name": "Rojo template file",
"servePlaceIds": [
0
],
"tree": {
"$className": "DataModel",
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedFirst"
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedStorage"
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$ignoreUnknownInstances": true,
"$path": "src/ServerScriptService"
},
"ServerStorage": {
"$className": "ServerStorage",
"$ignoreUnknownInstances": true,
"$path": "src/ServerStorage"
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$ignoreUnknownInstances": true,
"$path": "src/StarterPlayer/StarterCharacterScripts"
},
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$ignoreUnknownInstances": true,
"$path": "src/StarterPlayer/StarterPlayerScripts"
},
"$ignoreUnknownInstances": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment