Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What should I use to do this [Brick Smoothly Goes Down]?

Asked by 6 years ago
Edited 6 years ago

I want to make a brick that when you jump on it, It goes downward in a smooth motion, and then when you jump off of it, It comes back up to where it started smoothly as well. I'm thinking I should use a Body[something, mabye Velocity] but I tried almost all of them and I couldn't seem to get it right. So what should I do?

2 answers

Log in to vote
0
Answered by 6 years ago

Use a touch function to activate CFrame for the brick, then touch ended function to put it back into place

Ad
Log in to vote
0
Answered by 6 years ago

There are many ways to accomplish this, the best one out there in my opinion is using TweenService. It will give you a very smooth, fully customizable, motion!

0
Oh yeah totally forgot about tweening parts! Ill give this a try MusicalDisplay 173 — 6y

Answer this question