nanos world API Reference Unofficial documentation
Function Network authority Fast

Pawn:SetMeshSettings

Configures the mesh attachment settings and visibility

Syntax

Lua
my_pawn:SetMeshSettings(relative_location = Vector(0, 0, 0), relative_rotation = Rotator(0, -90, 0), is_visible = true)

Parameters

Name Type Default Description
relative_location optional Vector Vector(0, 0, 0)
relative_rotation optional Rotator Rotator(0, -90, 0)
is_visible optional bool true Whether the mesh is visible (useful for using retargeters using child meshes)