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

How do I make something Move by Hitting a Button?

Asked by 8 years ago

I'm trying to make a Car Jack For my group, But I would like it to be You hit a Button It goes Up And you hit Another Button it goes down, Know what I mean?

1 answer

Log in to vote
0
Answered by 8 years ago

First of all this is a place where you get scripting help not us making the scripts for you. Please attempt to make the script, and then we'll attempt to help you. Here are some hints to making this though:

ClickDetector.MouseClick:connect(function()

end)

Good luck!

Ad

Answer this question