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

how to make the conveyor belt speed controllable? [closed]

Asked by 10 years ago

as i wanted to create a model,that will need a speed controller . i need a speed controller button to control speed level(with multi button for more choosable speed).

Closed as Not Constructive by evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

4 answers

Log in to vote
0
Answered by 10 years ago
HowFast = 10

script.Parent.Velocity = script.Parent.CFrame.lookVector *HowFast

change 'HowFast' value to how fast it will go

Ad
Log in to vote
0
Answered by 10 years ago

I know very little about scripting, but try to find in the script a number that indicates the item's speed. Just like in a minimap script, where you change the number to make your model bigger or smaller.

That should help you if you have some sort of scripting skills. Try searching throught some models and see how things work, maybe you will find a script already made and ready to use.

0
i know it is,but i wanted to control the speed in-game. lottery248 0 — 10y
Log in to vote
0
Answered by 10 years ago

You can change the speed of a conveyer by chaging the velocity:

Game.Workspace.Part.Velocity = (10,0,0)

You could do it like that, but i think your trying to say that you want a button that changes the speed. Try looking on some other people's and you'll see how you can make them!

Log in to vote
0
Answered by 10 years ago

Well you can usually control the speed of the conveyor belt using a configure tool, But you want a button / dimmer switch that changes the speed.