evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
372 stars 108 forks source link

Update `blink` and `thru` to ignore non-collidable parts #337

Open wilyt1 opened 2 months ago

wilyt1 commented 2 months ago

Closes #321. Implemented a raycast to move the character 1000 studs in the mouse direction, ignoring any non-collidable parts, instead of directly moving to the mouse position. Additionally, updated blink to check for the existence of HumanoidRootPart, similar to the check in thru.

Declarations: