Hi DevForum!
I’m trying to set up a system where the model in StarterPlayer.StarterCharacter is only applied to specific players (in my case, just me - username “Cerituam”), while everyone else uses their normal avatars.
- What I’ve Tried:
I’ve attempted to use a script in ServerScriptService that detects when players join and checks their username.
However, this approach still seems to reset my character when applied, and sometimes it applies to everyone instead of just me.
- What I Need Help With
- Is there a clean way to make StarterCharacter only apply to specific players?
- How can I do this without causing character resets?
- Are there any services or properties I should be using that I’m overlooking?
I’d appreciate any guidance on this specific problem. Thanks in advance!