• Player Texture Lua
    7 replies, posted
Is it possible to change the player models' texure/material using LUA?
pl:SetSkin(skin) I believe.
[QUOTE=Bigdogbikers;19620705]pl:SetSkin(skin) I believe.[/QUOTE] If you want normal materials then ply:SetMaterial
does anyone know if this wll work in realtime, or if its only a prespawn thing?
It changes instantly.
ply:SetMaterial( "models/shiny" ) makes him a white shiny model.
does anyone know how i would change it back to the models original material?
ply:SetMaterial( "" )
Sorry, you need to Log In to post a reply to this thread.