A opensource RobloxMMORPG game written in Typescript for strict type checking.
- ❌ combat (skills, basic moves, animations)
- ❌ npcs (pathfinding, random movement, questing, random events)
- ❌ Social features (interacting, viewing, chatting, etc.)
- ❌ Mounts
- ❌ Player housing
- ❌ PVE combat
- ❌ PVP combat
- ❌ Player owned shops, NPC owned shops
- ❌ Full user game interface (GUI)
- ✅ Datasaving
Here are the links to some resources
Roblox-TS
Flamework
@rbxts/suphi-datastore
- Clone or download this repo
git clone https://github.com/T-R-I-X/Jorik-TS
cd Jorik-TS
- Install the dependencies
npm install
- Install Rojo
Refer to the docs - Build the game
npm run build
- Serve
rojo serve