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
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?