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

How would i go about Moving One model up and one model down?

Asked by 8 years ago

I have a two models and i'm trying to figure out how to have one of my models in its place tell said player clicks on it then it goes down and the second model goes up to its position.

Would love some help or other ways of doing this you don't have to give me a whole script i just want to know where to get started.

-Brett

0
just move the first one and then move the second one theCJarmy7 1293 — 8y

1 answer

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
8 years ago

Using a ClickDetector's MouseClick event, you'll be able to detect when it's pressed. To move an entire mode, you'll need to use MoveTo

Ad

Answer this question