CSGO/QUAKE/SOURCE Strafe Movement

Test :joystick:

Get :package:

License : License: U can use it for your own but not to sell or share it with others.
|
|
|
Change

return workspace:Raycast(root.Position, Vector3.new(0, -5, 0), params) ~= nil

to | What ever value works best for u

return workspace:Raycast(root.Position, Vector3.new(0, -3.5, 0), params) ~= nil

|


:pizza:

5 Likes