#Someone can help me for this script

1 messages · Page 1 of 1 (latest)

candid warren
#

Hi, I have a bug. While watching the video, I tried to make the avatar loading script, but it didn’t work from 18:41. It only loaded the player’s default skin for me, while in the video the YouTuber had all of his skins.

#

This video will teach you how to create a Roblox outfit loader from scratch, and help you on your way to becoming a PRO ROBLOX DEVELOPER.

🔔 SUBSCRIBE WITH NOTIFICATIONS ON TO SEE NEW VIDEOS
🐦 Follow me on Twitter: https://twitter.com/StarryTheDev
🤖 Roblox Account: https://www.roblox.com/users/3279565872/profile

**Links to Script Text ...

▶ Play video
sterile hollowBOT
#

studio** You are now Level 1! **studio

crystal root
# candid warren Hi, I have a bug. While watching the video, I tried to make the avatar loading s...

You have a lot of deprecated methods in your script.

Instead of :SetPrimaryCFrame() do:
NewOutfit.PrimaryPart.CFrame =

Instead of :ApplyDescription() use:
:ApplyDescriptionAsync() https://create.roblox.com/docs/reference/engine/classes/Humanoid#ApplyDescriptionAsync

Instead of :GetHumanoidDescriptionFromUserId() use:
:GetHumanoidDescriptionFromUserIdAsync()
https://create.roblox.com/docs/reference/engine/classes/Players#GetHumanoidDescriptionFromUserIdAsync

Instead of :GetHumanoidDescriptionFromOutfitId() use:
:GetHumanoidDescriptionFromOutfitIdAsync()
https://create.roblox.com/docs/reference/engine/classes/Players/GetHumanoidDescriptionFromOutfitIdAsync

crystal root