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

How do I make a choppable tree? [closed]

Asked by 5 years ago

I am trying to make a choppable tree and it seems that I can't, I tried doing something like a

game.Workspace.Log.Choppable

Choppable script down here |

script.Parent.ClickDetector.MouseClick:Connect(function()
    script.Parent.Chop.Value = script.Parent.Chop.Value +1
    if script.Parent.Chop.Value == 10 then
    script.Parent:Break()
    end)
end

But I want it so that it could make a animation when its chopping, but I don't have the knowlege to do that. It would be a miracle if someone knows a way of doing this.

~Unknown_TheDevil

0
If you are copying my code, XD it's wrong mate. Unknown_TheDevil -5 — 5y
1
Make an attempt to play the animation. hiimgoodpack 2009 — 5y

Closed as Not Constructive by hiimgoodpack and pwx

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?