How to make a new collision script
**
- Get a script block.
- Edit it.
- Make it 2x2 size.
- make it yellow.
- open it up.
- Get the main collision script.
- Plug the '1st Object' input into the top left.
- Get a 'Equal Objects' script block in Math category.
- Plug the '2nd Object' on the main collision script onto the '1st Obj' on Equal Objects.
- Plug the '2nd Obj' on the 'Equal Objects' onto the bottom left.
- Get an If Statement.
- Plug 'Condition' on the 'If' into the 'Obj1 = Obj2' wire on the Equal Objects.
- Plug 'If(True)' onto the top right.
**