Hello there, I was wondering if anyone could help me create a specific trowel type tool I was messing with it and for example "I went to place a wall inside of a doorway but every time I do so the wall is not anchored so the bricks go flying everywhere!) I tried anchoring it and that works perfectly but i need it to un-anchor after its done being built so you can blow it up out of the doorframe
Basically it needs to anchor get stuck in a doorway then un-anchor so i can blow the wall up inside of a barricaded place
Any help is appreicaited!
Um, use wait()? brick.Anchored = true wait(2) brick.Anchored = false
?