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

how to make Realistic Destructible Walls?

Asked by 4 years ago

I was wondering if there was anyway of making more realistic destructible walls for example the ones in Rainbow Six Siege?

1 answer

Log in to vote
-1
Answered by
NSMascot 113
4 years ago

make a wall made of smaller parts put together to make a wall, group them make them anchored add an ontouch script into all of the parts

script.Parent.Touched:Connect(function()
script.Parent.Parent.(partname).Anchored = false --clone this line for all the parts in the model
Ad

Answer this question