Hello! I want to create a statue of a player from a leaderboard but I don’t know how it can load the appearance of that player in a dummy. Is there a way for a dummy (statue) to copy the appearance of a player through a script?
You can do game:GetService("Players"):CreateHumanoidModelFromUserId()
3 Likes
Maybe you can use this plugin:
https://www.roblox.com/library/752585459/Load-Character-Lite?Category=Plugins&SortType=Bestselling&SortAggregation=AllTime&SearchKeyword=+load+character&CreatorId=0&Page=1&Position=6&SearchId=90dce16e-bb62-4248-997e-8cc81efb4e92
2 Likes
I think this should help you copy a character appearance.
2 Likes
Or just get the player from the leaderboard and clone it then resize and anchore all the part where the statue should stand
1 Like