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.
#Someone can help me for this script
1 messages · Page 1 of 1 (latest)
video link : https://www.youtube.com/watch?v=YCGD0qG0-8Y&t=1121s
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 ...
** You are now Level 1! **
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
And your error message can't help us because you didn't provide the script