Making Theme Park rides

Hey Developers,

I am a newish roblox scripter and I am wanting to focus mainly on making theme park rides. I don’t want to focus on roller coasters yet. I want to make rides like swinging ones, drop towers and spinning rides. I have tried to look at tutorials on youtube and have tried to look at some posts about it on the dev forum but cannot find any.

I believe you would do it with using Tween or Lerp. I am going to try and make the Drunken Barrels ride from Drayton Manor. I would post a video of the ride and what it does here, but I am not sure if I can or not!

Does anyone have any good tutorials or can help me in making a ride system?

Thanks,
Have a great rest of your day/night :slight_smile:

The first thing i would focus on is basically the basics of scripting, cuz in the near future u will need it, also to debug certain scripts/code. But a simple Answer to ur code,
A DropRide can be done by using TweenService,
Swinging rides also by using TweenService.
Basically all three examples can be done by TweenService,
U can always use Lerp if u want, but i wont recommend it.

1 Like