• SetingPlayerColor in all the model
    3 replies, posted
Hey guys I need some help to understand what I'm doing wrong... I read the docs and some threads here on facepunch but didn't find a solution. What is the correct way to fully paint the player's model? I'm looking to be able to repaint him again in a short time also. I got this code: target:SetPlayerColor(Vector(0,1,1)) target:SetColor(Color(0,255,255)) the result is: https://files.facepunch.com/forum/upload/169640/141cf592-0979-4c1d-a0d8-b307f3a02258/1.png Thanks in Advance.
Changing whole player model's color scroll down to the bottom of that page.
Or you can use setrendermode and setcolor..
I was there. Did you know "PrePlayerDraw" is "Called before the player is drawn"? And "I'm looking to be able to repaint him again in a short time also." I'll try that, thanks!
Sorry, you need to Log In to post a reply to this thread.