OptimisticSide

Results 10 issues of OptimisticSide

I've added support for percent (`%`) characters, which can be done by placing another `%` before it. Here's an example: ```c printf("You scored %d%%", score); ``` ``` You scored 100%...

I have replaced the `WorldRoot:FindPartOnRayWithIgnoreList` method with `WorldRoot:Raycast`.

This pull request removes the `.DS_Store`. The file is used by macOS to cache the contents of a directory for faster lookup. However, it is not necessary to push the...

I've added a `pause` statement in the spinlock's spinning loop. This will de-pipeline the memory needs and waste less energy.

`setproc` is just a prototype, and isn't defined or used anywhere else.

I've added the `trylock` and `trylocksleep` functions. These functions will just try to unlock the lock once.

I replaced `isMaster` with `isPrimary`, because `isMaster` has been deprecated.