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.
Part:Destroy() to destroy a Part, you can add a delay before, like:
wait(2) game.Workspace.YourPart:Destroy()