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

If you want the y-axis or other to be anything, what should you do?

Asked by 4 years ago
Edited 4 years ago
01local PartColor = game.Workspace.MixingMachine.RedPipe.ColorEnergy
02local Part = game.Workspace.MixingMachine.RedPipe
03local button = script.Parent
04local posi2 = 0.5
05local NumOperate = 1
06 
07button.MouseButton1Up:Connect(function()
08    if NumOperate == 1 then
09        while true do
10            if posi2 > (bla,-14.412,bla) then
11                PartColor.CFrame = PartColor.CFrame * CFrame.new(-posi2,0,0)
12            end
13        end
14    end
15    if NumOperate == 2 then
View all 22 lines...

I don't know how to do that. can you help me? if you can.

it like (can be anything,1.5, can be anything)

0
What does that even mean? Explain your question much more. And post any ideas you have on how to do it. Not a request site Spjureeedd 385 — 4y
0
ok Trorapantest1 13 — 4y
0
read again and if you dont understand i dont know how to explane it hard to explane Trorapantest1 13 — 4y
0
I think I know what you're trying to do. Are you putting this in an if statement? LeedleLeeRocket 1257 — 4y
0
yes Trorapantest1 13 — 4y

Answer this question