I want the player to spawn as kermit when they join the server
Have a spawning script like this one?
Replace the a_m_m_skater_01 with something from this long list, though I did not see a Kermit model.
There should be two folders in your default FiveM resources located here:
server-data/resources/[gamemodes]/[maps
These two folders are called:
-
fivem-map-hipster
-
fivem-map-skater
They contain a bunch of coordinates along with the NPC models that you spawn as by default.
For example,
spawnpoint 'a_m_y_hipster_01' { x = -802.311, y = 175.056, z = 72.8446 }
The model name is a_m_y_hipster_01
.
You can use this website by @DurtyFree to find the default GTA 5 ped names as well as see what they look like:
As for making them spawn as Kermit, you would first need to have the Kermit ped streaming in your server, and then replace the ``a_m_y_hipster_01or
a_m_y_skater_01` with the model name of Kermit.
Please mark this as the solution so that others who stumble upon this question, can see it and change default spawning peds too