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

Scripting Help (This Question Is easy) Just Help :) me....? [closed]

Asked by 8 years ago
function t()
    body.Position = Vector3.new(-229, -34.8, 41.235)
    function t()
        body.Position = Vector3.new(-220, -34.8, 41.235)

        function t()
            body.Position = Vector3.new(-114, -34.8, 41.235)
        end
    end
end
script.Parent.Parent.touch.Touched:connect(t)
function d()
end
function y()
end

Okay so I'm making a script, if a brick gets touched three times in row it will(pick one): change color ,position,name,etc.

The concept of the script is that if the certain brick gets touched three times in a row, the position of the brick will move. if gets touched three more times, the position will change again.

This is what I have

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?