Advertisement
c57ksecond

outfit

Apr 30th, 2022
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. local script = game.Players.LocalPlayer.Character.Head
  2. local clothes = game.Players.LocalPlayer.Character.Shirt
  3.  
  4. script.Transparency = 1
  5. script.face.Transparency = 1
  6. clothes.ShirtTemplate = "rbxassetid://767687064"
  7.  
  8. local rightleg = Instance.new("CharacterMesh")
  9. rightleg.MeshId = 101851696
  10. rightleg.OverlayTextureId = 101851696
  11. rightleg.BodyPart = 5
  12. rightleg.Name = ("Korblox Deathspeaker Right Leg")
  13. rightleg.BaseTextureId = 101851254
  14. rightleg.Parent = game.Players.LocalPlayer.Character
  15.  
  16.  
  17. local HatOffset = Vector3.new(0, 0.1, -0)
  18. local HatScale = Vector3.new(1, 1, 1)
  19. local HatPath = game:GetService("Players").LocalPlayer.Character.KittyEars
  20. HatPath.Handle.Mesh.MeshId = "rbxassetid://13640868"
  21. HatPath.Handle.Mesh.TextureId = "rbxassetid://139621389"
  22. HatPath.Handle.Mesh.Scale = HatScale
  23. HatPath.Handle.Mesh.Offset = HatOffset
  24.  
  25. local HatOffset = Vector3.new(0, -0.23, -0)
  26. local HatScale = Vector3.new(1, 1, 1)
  27. local HatPath = game:GetService("Players").LocalPlayer.Character.CanadaStyles
  28. HatPath.Handle.Mesh.MeshId = "rbxassetid://1051545"
  29. HatPath.Handle.Mesh.TextureId = "rbxassetid://168374452"
  30. HatPath.Handle.Mesh.Scale = HatScale
  31. HatPath.Handle.Mesh.Offset = HatOffset
  32.  
  33. local HatOffset = Vector3.new(0, 0.04, 0.05)
  34. local HatScale = Vector3.new(1, 1.5, 1)
  35. local HatPath = game:GetService("Players").LocalPlayer.Character:findFirstChild("City Glasses")
  36. HatPath.Handle.SpecialMesh.MeshId = "rbxassetid://1577360"
  37. HatPath.Handle.SpecialMesh.TextureId = "rbxassetid://187926731"
  38. HatPath.Handle.SpecialMesh.Scale = HatScale
  39. HatPath.Handle.SpecialMesh.Offset = HatOffset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement