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

i have problem with filtering enabled ? [closed]

Asked by
gessettw -31
6 years ago

in my game main thing to do is cuting tree when player cut tree automatic unanhor but if i enable filtering trees won't unanhor why ? i need help filtering enabled is important

0
just tell gessettw -31 — 6y
0
Can you show us the script for it? We don’t know how the tree unanchors without the script. User#20279 0 — 6y
0
wait gessettw -31 — 6y
View all comments (8 more)
0
hits = script.Parent.Hits b=script.Parent:clone() qwerty=false function OnChange() if qwerty==false then if hits.Value<=0 then hits.Value=0 qwerty=true c=script.Parent:GetChildren() for i=1, #c do if c[i].Name=="Tree" then c[i].Anchored=false local number = math.random(1, 2) if number == 1 then c[i].Velocity = c[i].CFrame.lookVector * math.random(-20, -10) end if number == 2 then c[i].Velocity = c gessettw -31 — 6y
0
please help me gessettw -31 — 6y
0
put it in code block PlaasBoer 275 — 6y
0
hmm i try gessettw -31 — 6y
0
doesnt work gessettw -31 — 6y
0
i put this script in every part and nothing gessettw -31 — 6y
0
click the lua sign then add the code between the ~~~~~~~ ~~~~~~~ those things. PlaasBoer 275 — 6y
0
edit your main post and put the code between block. click the lua sign. PlaasBoer 275 — 6y

Closed as Not Constructive by RubenKan

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?