How a wallrun script works?(explaination needed)

You would just need to use the function that is provided by any Vector3, like so:

Vector3.new(1,0,0):Cross( Vector3.new(0,1,0) ) --> returns Vector3.new(0,0,1)
1 Like