10 lines
325 B
Lua
10 lines
325 B
Lua
for _, vanillaModel in pairs({
|
|
vanilla_model.PLAYER,
|
|
vanilla_model.ARMOR
|
|
}) do
|
|
vanillaModel:setVisible(false)
|
|
end
|
|
|
|
-- hides emmisive textures with invisibility, and likely more things
|
|
-- https://figura-wiki.pages.dev/tutorials/Emissive%20Textures#setting-render-type-example
|
|
models:setSecondaryRenderType("EYES")
|