@quenty/clipcharacters
Version:
Clip characters locally on the client of other clients so they don't interfer with physics.
33 lines (32 loc) • 611 B
JSON
{
"name": "ClipCharactersTest",
"globIgnorePaths": [
"**/.package-lock.json",
"**/.pnpm",
"**/.pnpm-workspace-state-v1.json",
"**/.modules.yaml",
"**/.ignored",
"**/.ignored_*"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$properties": {
"LoadStringEnabled": true
},
"clipcharacters": {
"$path": ".."
},
"Script": {
"$path": "scripts/Server"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Main": {
"$path": "scripts/Client"
}
}
}
}
}