Skip to content

llOffsetTexture

function ll.OffsetTexture(OffsetS: number, OffsetT: number, Face: number)

Sets the texture S and T offsets for the chosen Face.

If Face is ALL_SIDES this function sets the texture offsets for all faces.

Parameters
OffsetS (number)
OffsetT (number)
Face (number)

Add example usage here showing SLua/Luau syntax with ll.OffsetTexture().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.