#Getting a specific startercharacter from the starterplayer folder

1 messages · Page 1 of 1 (latest)

twin marten
#

I'm making a game about a "mafia shooter sim" that I want to be able for the normal players to have a different startercharacter than the owner of the game. I want the game to be able to tell the difference between a regular player and the owner and with that assign the right startercharacter for the players, anyone know what to do with that?

woeful galleon
#

@twin marten

#

use a local script to detect if the local player's user id is the owners id

#

if it is, then give it a different starter character

twin marten
#

alr

#

ill try