how to make texture wrap repeat

what does this mean and how do i do it?

Textures have a variable called “Wrap Mode”. You will find in the Inspector when inspecting a texture file. If it is set to “Repeat” it will be tiling. When set to “clamp” it will not tile but instead stretch the edge pixels if the model is moving beyond the 0-1 UV coordinate.