How do you make this?

how do you make movespeed?
i’ve been told to make movespeed so my object isn’t so slow, but how… do I do that?

// Or whatever number moves you an appropriate speed.
[SerializeField] float moveSpeed = 5f;

Then use it in the appropriate part of your movement code.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms