Advertisement
Atominik008

(CLIENT-SIDED) R63 SCRIPT

Dec 5th, 2021
7,228
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.39 KB | None | 1 0
  1. --[[
  2.     For any of those weird per***** out there, this script is just for you.
  3.     R6: Yes
  4.     R15: No (I'm planning on making it for R15)
  5.     FE: No
  6.     Required executor: Level 6 or above (I find that synapse works the best for it)
  7.     Skid: ew no why the heck would you (jk you can but if you skid i wanna tell you to stop)
  8. --]]
  9.  
  10. -- Other locals
  11. local player = game.Players.LocalPlayer
  12. local char = player.Character
  13. local face = char.Head:WaitForChild("face")
  14. local pants = char:WaitForChild("Pants")
  15. local shirt = char:WaitForChild("Shirt")
  16. local childrenOfChar = char:GetChildren()
  17. -- Torso mesh
  18. local torsoMesh = Instance.new("CharacterMesh")
  19. torsoMesh.Parent = char
  20. torsoMesh.Name = "TorsoMesh"
  21. torsoMesh.MeshId = "4450768469"
  22. torsoMesh.BodyPart = "Torso"
  23. -- Left Arm mesh
  24. local leftArmMesh = Instance.new("CharacterMesh")
  25. leftArmMesh.Parent = char
  26. leftArmMesh.Name = "LeftArmMesh"
  27. leftArmMesh.MeshId = "4450772274"
  28. leftArmMesh.BodyPart = "LeftArm"
  29. -- Right Arm mesh
  30. local rightArmMesh = Instance.new("CharacterMesh")
  31. rightArmMesh.Parent = char
  32. rightArmMesh.Name = "RightArmMesh"
  33. rightArmMesh.MeshId = "4450769851"
  34. rightArmMesh.BodyPart = "RightArm"
  35. -- Left Leg mesh
  36. local leftLegMesh = Instance.new("CharacterMesh")
  37. leftLegMesh.Parent = char
  38. leftLegMesh.Name = "LeftLegMesh"
  39. leftLegMesh.MeshId = "4450773061"
  40. leftLegMesh.BodyPart = "LeftLeg"
  41. -- Right Leg mesh
  42. local rightLegMesh = Instance.new("CharacterMesh")
  43. rightLegMesh.Parent = char
  44. rightLegMesh.Name = "RightLegMesh"
  45. rightLegMesh.MeshId = "4450771439"
  46. rightLegMesh.BodyPart = "RightLeg"
  47. -- Body Colors (bc textures are broken)
  48. char["Body Colors"].TorsoColor = BrickColor.new("Medium stone grey")
  49. char["Body Colors"].RightLegColor = BrickColor.new("Medium stone grey")
  50. char["Body Colors"].RightArmColor = BrickColor.new("Medium stone grey")
  51. char["Body Colors"].LeftLegColor = BrickColor.new("Medium stone grey")
  52. char["Body Colors"].LeftArmColor = BrickColor.new("Medium stone grey")
  53. -- Face
  54. face:Destroy()
  55. local eyes = Instance.new("Decal",char.Head)
  56. eyes.Name = "Eyes"
  57. eyes.Texture = "http://www.roblox.com/asset/?id=2801605712"
  58. eyes.Transparency = "0"
  59. local blush1 = Instance.new("Decal",char.Head)
  60. blush1.Name = "Blush1"
  61. blush1.Texture = "http://www.roblox.com/asset/?id=3523974768"
  62. blush1.Transparency = "0"
  63. local blush2 = Instance.new("Decal",char.Head)
  64. blush2.Name = "Blush2"
  65. blush2.Texture = "http://www.roblox.com/asset/?id=2801785860"
  66. blush2.Transparency = "0"
  67. local mouth = Instance.new("Decal",char.Head)
  68. mouth.Name = "Mouth"
  69. mouth.Texture = "http://www.roblox.com/asset/?id=2801759774"
  70. mouth.Transparency = "0"
  71. -- Hairs/Accessories
  72. for i, v in pairs(childrenOfChar) do
  73.     if v.ClassName == "Accessory" then
  74.         if v.Name == "Pal Hair" or v.Name == "CoolBoyHair" or v.Name == "BrownCharmerHair" or v.Name == "MessyHair" or v.Name == "Hat1" then
  75.             -- Don't Do Anything
  76.         else
  77.             v:Destroy()
  78.         end
  79.     end
  80. end
  81.  
  82. pants:Destroy()
  83. shirt:Destroy()
  84.  
  85. char["Pal Hair"].Handle.Mesh.MeshId = "rbxassetid://6203622422"
  86. char["Pal Hair"].Handle.Mesh.TextureId = "rbxassetid://6154882732"
  87. char["Pal Hair"].Handle.Mesh.Offset = Vector3.new(0, -0.9, 0.4)
  88. -- uhhh... don't look at what this does
  89. -- but1
  90. char["CoolBoyHair"].Handle.Size = Vector3.new(1.159, 1.159, 1.159)
  91. char["CoolBoyHair"].Handle.Mesh.Scale = Vector3.new(1, 1, 1)
  92. char["CoolBoyHair"].Handle.Mesh.MeshId = "rbxassetid://8187698175"
  93. char["CoolBoyHair"].Handle.Mesh.TextureId = ""
  94. char["CoolBoyHair"].Handle.Mesh.Offset = Vector3.new(0.4, -3.1, 0.5)
  95. -- but2
  96. char["BrownCharmerHair"].Handle.Size = Vector3.new(1.159, 1.159, 1.159)
  97. char["BrownCharmerHair"].Handle.Mesh.Scale = Vector3.new(1, 1, 1)
  98. char["BrownCharmerHair"].Handle.Mesh.MeshId = "rbxassetid://8187698175"
  99. char["BrownCharmerHair"].Handle.Mesh.TextureId = ""
  100. char["BrownCharmerHair"].Handle.Mesh.Offset = Vector3.new(-0.4, -3.1, 0.5)
  101. -- bob1
  102. char["MessyHair"].Handle.Size = Vector3.new(1.159, 1.159, 1.159)
  103. char["MessyHair"].Handle.Mesh.Scale = Vector3.new(1, 1, 1)
  104. char["MessyHair"].Handle.Mesh.MeshId = "rbxassetid://8187698175"
  105. char["MessyHair"].Handle.Mesh.TextureId = ""
  106. char["MessyHair"].Handle.Mesh.Offset = Vector3.new(-0.4, -1.7, -0.5)
  107. -- bob2
  108. char["Hat1"].Handle.Size = Vector3.new(1.159, 1.159, 1.159)
  109. char["Hat1"].Handle.Mesh.Scale = Vector3.new(1, 1, 1)
  110. char["Hat1"].Handle.Mesh.MeshId = "rbxassetid://8187698175"
  111. char["Hat1"].Handle.Mesh.TextureId = ""
  112. char["Hat1"].Handle.Mesh.Offset = Vector3.new(0.4, -1.7, -0.5)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement