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

How to break a part witchout touching?

Asked by 3 years ago
Edited 3 years ago

I want ask how to break a part witchout touching to the part like... wait (2) And now the script how to break the part witchout touching. Also i dont want a break part script wheres is a ontouch function but witchout the function.

0
uhhhh? Punctist 120 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Part:Destroy() to destroy a Part, you can add a delay before, like:

wait(2)
game.Workspace.YourPart:Destroy()
Ad

Answer this question