Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. -- Script generated by R2Sv2
  2. -- R2Sv2 developed by Luckyxero
  3. -- Remote Path: game:GetService("ReplicatedStorage")["change.appearance"]
  4.  
  5. local A_1 =
  6. {
  7. ["armbands"] =
  8. {
  9. [1] = "Nothing"
  10. },
  11. ["intros"] =
  12. {
  13. [1] = "Nothing"
  14. },
  15. ["jumpshot"] =
  16. {
  17. ["shot"] = "697217666",
  18. ["name"] = "Starter Jumpshot 1",
  19. ["jump"] = "697208867"
  20. },
  21. ["hat2"] =
  22. {
  23. ["meshid"] = "",
  24. ["textureid"] = "",
  25. ["name"] = "None",
  26. ["pos"] =
  27. {
  28. ["y"] = 0,
  29. ["z"] = 0
  30. }
  31. },
  32. ["layup"] =
  33. {
  34. ["idr"] = "696678129",
  35. ["name"] = "Starter Layup 1",
  36. ["idl"] = "696677707"
  37. },
  38. ["shirt"] = "1961300200",
  39. ["weight"] = 190,
  40. ["pants"] = "945117814",
  41. ["shoes"] =
  42. {
  43. ["idr"] = "945506326",
  44. ["shoetype"] = "MidShoe",
  45. ["name"] = "RB Generics",
  46. ["idl"] = "945506326"
  47. },
  48. ["hat"] =
  49. {
  50. ["meshid"] = "",
  51. ["textureid"] = "",
  52. ["name"] = "None",
  53. ["pos"] =
  54. {
  55. ["y"] = 0,
  56. ["z"] = 0
  57. }
  58. },
  59. ["shothand"] = "L",
  60. ["gender"] = "Male",
  61. ["haircolor"] = "Black",
  62. ["dunk"] = "698187843",
  63. ["intro"] = "695570243",
  64. ["height"] = 5,
  65. ["skincolor"] = "Cashmere",
  66. ["armband"] = "",
  67. ["hair"] =
  68. {
  69. ["meshid"] = "",
  70. ["size"] =
  71. {
  72. ["y"] = 0,
  73. ["x"] = 0,
  74. ["z"] = 0
  75. },
  76. ["name"] = "Bald",
  77. ["pos"] =
  78. {
  79. ["y"] = 0,
  80. ["z"] = 0
  81. }
  82. }
  83. }
  84. local Event = game:GetService("ReplicatedStorage")["change.appearance"]
  85. Event:FireServer(A_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement