Roblox physics playground made with roblox-ts, rbxts-knit and more. This repository makes use of tags with Knit (see https://developer.roblox.com/en-us/api-reference/class/CollectionService). Tags are useful for binding object related scripts (mainly physics for Parts in this case).
- Rojo (see https://rojo.space/) for Roblox Studio and editor
- An editor (Visual Studio Code for instance)
- Foreman CLI (see https://github.com/Roblox/foreman)
- Tag Editor plugin for Roblox Studio
- Clone the repository
- Open a terminal in the project
- Install the node modules with
npm install
oryarn
if you prefer to use yarn - Install Foreman dependencies with
foreman install
- Run the roblox-ts compiler with
rbxtsc -w
- Run Rojo with
rojo serve
- Open a project in Roblox Studio
- Start Rojo in Roblox Studio
There is a demo place here: https://www.roblox.com/games/7512716569/Physics-Playground. It showcases a rocket that has a low tensile strength and an airplane that drops into the void.