easy-games / chickynoid

A server-authoritative networking character controller for Roblox.
https://easy-games.github.io/chickynoid/
MIT License
221 stars 31 forks source link

Spam Jumping with chickynoid force GetStandingPart to return nil #9

Closed Aztup closed 2 years ago

Aztup commented 2 years ago

If you spam jump with chickynoid the GetStandingPart function is returning nil causing the kill bricks to not work if you spam jump over it.

It seem that the issue is coming from this part of the code

image

MrChickenRocket commented 2 years ago

Will look into it!

MrChickenRocket commented 2 years ago

Sorted.