[HELP] Can you change player(ped/model) appearance/clothes?

Hello,

I’m pretty new to LUA so I’m still fooling around with creating a server, all tough I’ve came so far to make a loadingscreen and register/login system.

Anyhow now I’m at the point I want to create the character system and I thought there would just be (native) functions for setting player ped/model appearances and clothes but I can’t seem to find any information on this (Neither on FiveM natives nor Googling), changing the model apparently uses SetPlayerModel but that’s really all I can find. Nothing about heritage (Like GTA Online has), hair, scars whatever.

If anyone can explain to me how this would be done, if possible, from the server (With either client side or server side scripts) I would be very happy!

I’m not looking for any resources like vMenu, I really want to create it myself.

Best regards,
Jesse

These should help get you started:

1 Like

Thank you for your reply, this will surely get me started with the clothing! However, do you have any clues on actually changing model appearance? Or do they just use whole different ped models for that?

Best regards,
Jesse

did you find a resource? if so can you share it please

@Jesse094

Hey,

It’s been two years since I posted this and I didn’t really spend a long time with LUA so unfortunately I can’t help you with this besides the functions the other poster posted.

Best regards,
Jesse

1 Like

Maybe is already too late but here is the native that you are looking for: SET_PLAYER_MODEL

1 Like