iOSdeveloper

Untitled

Jan 2nd, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local args = {
  2. [1] = {
  3. ["SkinColor"] = 1,
  4. ["ShoeSecondaryColor"] = 1,
  5. ["UniformColor"] = 24,
  6. ["Shirt"] = 1,
  7. ["Aura"] = "Default",
  8. ["Nose"] = 4,
  9. ["Mouth"] = 11,
  10. ["SecondaryHairStyle"] = 1,
  11. ["Uniform"] = "Default",
  12. ["HairColor"] = 8,
  13. ["ShoePrimaryColor"] = 14,
  14. ["SecondaryFacialHair"] = 1,
  15. ["Eyes"] = 3,
  16. ["FacialHair"] = 1,
  17. ["HairStyle"] = 52,
  18. ["Pants"] = 1,
  19. ["EyeColor"] = 8,
  20. ["SecondaryHairColor"] = 1
  21. }
  22. }
  23.  
  24. game:GetService("ReplicatedStorage").Remotes.UI.CustomizeCharacter:FireServer(unpack(args))
  25.  
Advertisement
Add Comment
Please, Sign In to add comment