rb.velocity not working

I’m not sure what I am doing wrong, I get no warning messages from this command, but the object this is attached to does not move at all. I have a command set up almost exactly the same in a different script which works fine.

void Update()
    {
        rb.velocity = new Vector3(-1, 0, 0);
    }

Maybe -1 isn’t enough force to move it

well, once again, I feel pretty dumb. Thank you, this is my first attempt at coding so I’m still kinda getting the hang of it

It’s cool bro. I once debugged a program for 8 hours only to find I was missing a semicolon. :wink: