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

How can I use .DescendentRemoved to fire a remote event?

Asked by 2 years ago
I'm making a survival game right now and I need to find a way to give resources to a player when they chop down a tree. When I use .Destroying in a remoteEvent function, it doesn't let me, but .Touched is fine apparently. So I switched to using .DescendentRemoved, but unlike .Destroying which gives me an error, .DescendentRemoved doesn't even fire at all. What should I do?
0
Do you have a script? Please show the part of your script that is not working. (Don't show the whole script) T3_MasterGamer 2189 — 2y

Answer this question