- What do you want to achieve?
I want to make a movement engine for my game that doesn’t use Roblox’s physics engine, so I can do stuff like use delta time for stuff like time stop and slow motion. I’m not asking for anyone to give me complete scripts or anything I’m just asking for a way to make collisions.
- What is the issue?
The player keeps falling through the floor, collisions inconsistent. There is little to no information on the dev forum and google. Also, I don’t know how to make the player’s velocity stop at raycast normal but slide on ground still.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried to use shapecast, raycast, and even resorted to using workspace:GetPartBoundsInBox() which does work but it’s very bad for performance.