Advertisement
Kaduzinho_BR

the770zone script

May 31st, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.     Made by Kiriot22|Edited by NoSafe_chatinroblox
  3.     lel
  4. --]]
  5. local plr = game:GetService("Players").LocalPlayer
  6. local char = plr.Character
  7.  
  8. function FindInTable(t, n)
  9.     for i,v in pairs(t) do
  10.         if v == n then
  11.             return true
  12.         end
  13.     end
  14.     return false
  15. end
  16. --Transformaaaaation--
  17. char["Left Arm"].BrickColor = BrickColor.new("Medium stone")
  18. char["Right Arm"].BrickColor = BrickColor.new("Medium stone")
  19. char.Head.BrickColor = BrickColor.new("Medium stone")
  20. char["Left Leg"].BrickColor = BrickColor.new("Medium stone")
  21. char["Right Leg"].BrickColor = BrickColor.new("Medium stone")
  22.  
  23. for i,v in pairs(char:children'') do
  24.     local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  25.     if FindInTable(toremove, v.ClassName) then v:Destroy() end
  26.     if v.ClassName == "BodyColors" then
  27.         v.HeadColor = BrickColor.new("Medium stone")
  28.         v.LeftArmColor = BrickColor.new("Medium stone")
  29.         v.LeftLegColor = BrickColor.new("Medium stone")
  30.         v.RightArmColor = BrickColor.new("Medium stone")
  31.         v.RightLegColor = BrickColor.new("Medium stone")
  32.         v.TorsoColor = BrickColor.new("Medium stone")
  33.     end
  34. end
  35.  
  36. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=13038247" end
  37. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=120599107"
  38. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=281982286"
  39. local function CreateHat(name, meshid, textureid)
  40.     local h = Instance.new("Accessory")
  41.     h.Name = name
  42.     local han = Instance.new("Part", h)
  43.     han.Name = "Handle"
  44.     local mesh = Instance.new("SpecialMesh", han)
  45.     mesh.Name = "Mesh"
  46.     mesh.MeshId = meshid
  47.     mesh.TextureId = textureid
  48.     return h,han,mesh
  49. end
  50. hum = char:FindFirstChildOfClass'Humanoid'
  51. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=329798434", "http://www.roblox.com/asset/?id=329790966")
  52. han.Size = Vector3.new(1, 1, 1)
  53. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  54. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  55. hum:AddAccessory(h)
  56. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=138054351", "http://www.roblox.com/asset/?id=138052904")
  57. mesh.Scale = Vector3.new(3, 3, 3)
  58. han.Size = Vector3.new(1.9, 2, 2)
  59. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  60. hum:AddAccessory(h)
  61. h,han,mesh = CreateHat("Ultra-Fabulous Hair", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=16627494")
  62. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  63. han.Size = Vector3.new(2, 2, 2)
  64. hum:AddAccessory(h)
  65. --a function--
  66.     local head = char.Head
  67.     local fh = head:Clone()
  68.     fh:ClearAllChildren()
  69.     fh.Transparency = 1
  70.     local bg = Instance.new("BillboardGui", fh)
  71.     bg.Size = UDim2.new(6, 0, 6, 0)
  72.     bg.StudsOffset = Vector3.new(0, 3, 0)
  73.     local f = Instance.new("Frame", bg)
  74.     f.Size = UDim2.new(1, 0, 1, 0)
  75.     f.BackgroundTransparency = 1
  76.     local tl = Instance.new("TextLabel", f)
  77.     tl.BackgroundTransparency = 1
  78.     tl.Size = UDim2.new(5, 0, 1, 0)
  79.     tl.Position = UDim2.new(-2, 0, 0)
  80.     tl.TextColor3 = Color3.new(1, 1, 1)
  81.     tl.TextScaled = true
  82.     tl.Text = ""
  83.     tl.TextColor3 = BrickColor.new("Really black").Color   
  84.     tl.Font = Enum.Font.Fantasy
  85.     tl.TextSize = 120
  86.     fh.Parent = Instance.new("Model", plr.Character)
  87.     local Joint = Instance.new("Weld", game.JointsService)
  88.     Joint.Part0 = head
  89.     Joint.Part1 = fh
  90.    
  91. end
  92.  
  93.  
  94. warn("Edited by NoSafe_chatinroblox.")
  95. warn("Oficcialy made by Kiriot22.")
  96. warn("So All Credits to him.")
  97. warn("This Version have chat.")
  98. warn("I hope you all enjoy.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement