Hey Developers!
I have made many posts about this kinda topic but there result has not really been what I was looking for and don’t really all add together and work as I intend for them to work. I have tried many things but nothing is working for me so I have decided to make a detailed post on what I want my system to do and how I would like it to work to see if anyone could possible help me. I love theme park rides and attractions and make real life systems but in Roblox for different groups & for fun!
I use TweenService
but I know when I have many Tweens running on the server it becomes very laggy for the players and I don’t want that. Now I am starting to advance my scripts & systems I am trying to run the systems of the LocalClient. For example, running the Tweens for the ride to work on the players client so it is REALLY smooth. I have managed to get the basic Tween running on the client by follow this YouTube Tutorial. I have found a problem with this tutorial / module though. When I try welding different parts to the TweeningPart it does not move the WeldedParts. (I have asked around on different platforms, such as discord, of why this is happening and how I can fix it but I got no real response why apart from the module not Replicating the welded parts. I was unsure on how to fix this.
So I have came here to ask on how I could make a really smooth simple system where there is a part that drops about 20 studs, waits at the bottom for 15 seconds and then returns slowly up to the original position. As stated above I know how to make this on the Server with TweenService
but not on the client.
Feel free to suggest aso other and maybe better ways I can achieve my goal (For example, using Lerp
) but please if it it possible I am not wanting to use Roblox Physics as I have heard that it is really not the best for what I am wanting to achieve.
Anyway, a massive THANK YOU to anyone who can help me. It will be very much appreciated
(Once I have found a successful method I will be making a big DevForum post completely explaining how I did it for other upcoming developers who want to make theme park rides or anything really that relates to making a smooth tween system etc so they have something to learn from)