Crrustyy
(boblox_man)
May 31, 2020, 9:46am
#1
If the title isn’t understandable, I am trying to get this:
Into this:
Using code.
(
Basically trying to code the dummy to look like a players character )
But, before I ask
how , I am gonna ask: Is this possible?
And, if it is, how would I do this?
Many thanks
4 Likes
Crrustyy
(boblox_man)
May 31, 2020, 11:54am
#2
Update!
Is this possible to do? If so, how would I make it only appear to be the players character, and no one else’s?
3 Likes
I’m pretty sure you can try looking into this.
This is possible.
Not sure if this still works, but it loads the player’s appearance.
https://www.roblox.com/library/3446774745/R15-RThro-NPC-Loader
The model above uses a value that is a UserId, then, gets the id and finds the hats and things.
game.Players:GetCharacterAppearanceAsync(UserId)
A better title might be, How would I make a basic rig into a player’s character?
11 Likes
Grayuu
(Grayuu)
August 5, 2020, 5:33pm
#4
How would you load the character by the name and not the userId
2 Likes
I’m pretty sure you still need a UserId, but I could be wrong.
I won’t provide a whole script because this isn’t the place to ask for scripts. The thing below is to help you get to your goal.
I’m sure it’s possible with something like Player:GetUserIdFromNameAsync
You could call a function to grab the players UserId from their name, then update the model with your new id.
Reference:
5 Likes
Grayuu
(Grayuu)
August 5, 2020, 6:28pm
#6
Oh ok thx I will try that right away
3 Likes
were you able to get it working?
2 Likes