This might be asking a bit much but I think it’d be a nice feature if you could enable or disable certain physics properties. For example if when you’re climbing trusses on an angle and when you try to jump and get up it bounces off making it harder to climb up. So it’d be like Physics[Property]Enabled and the code would be like:
Workspace.PhysicsTrussBounceEnabled = false
There would be a ton of properties but you could make them open up in a treeview so that they don’t take up as much space. Or when you’re setting your walkspeed to example 100.00 and you slide from the friction when usually you’d only slide when you were over the speed of about 200. So that code would be like:
Workspace.PhysicsMovementFrictionEnabled = false --dragforce
The only reason that I’m saying the workspace service is because that’s where you interact with other objects.