Introduction
Welcome to the documentation for the RobloxTrackRideFramework by TheEpicTwin
This site is designed to help users learn how to use the RobloxTrackRideFramework.
The name is very long, very technical, and not very marketable.
It's hard to come up with good names.
In order to use the system as well as follow along with the docs, you must have experience scripting in Roblox Luau!
It would take too much time to design a GUI to replicate all the things you can do with the Recorder API.
Additionally, you should have some experience with using the Output
in Roblox Studio.
What is it?
The RobloxTrackRideFramework (or rtrf for short) is a CFrame physics system for creating rides and roller coasters in Roblox.
This system can be thought of as a creative coding framework, but for Roblox rides and coasters. This is mainly due to how you create "animations" for the system: by using the provided api to simulate rides and create the final animation data.
CFrame Physics or CFrame Coasters is just a theme park community term for rides that use scripted physics, i.e. they DO NOT use Roblox's physics engine.
This is used primarily for reliability purposes as Roblox physics can be unpredictable (derailing) or prone to exploits (flinging).
It supports many special elements for roller coasters such as:
- Shuttle coasters
- Switch tracks
- Drop tracks and elevator lifts
- Turntables
- Tilt drops
- Pendulum launches
- Suspended coaster physics
It also supports manual operations and can be used with a block system to support multiple train ops.
See the Showcase for more examples.
The system has been used in many Roblox theme parks and theme park groups such as:
- Universal Roblox Theme Park
- Roblox Point Remastered
- WED Imagineering
- And many more!
Why should I use this?
This system was designed to be used in larger Roblox theme parks where hundreds of guests visit every day.
You should use this system if you are looking to make your coasters and rides reliable.
How do I purchase it?
Contact TheEpicTwin either via Discord or Roblox.