Advertisement
Gametoy

Untitled

Apr 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. ----------------------------------
  2. --turn people into furfags owo--
  3. --------------------------------
  4. --shuggy--
  5. ----------
  6.  
  7. player = game.Players.LocalPlayer
  8.  
  9. New = function(Object, Parent, Name, Data)
  10. local Object = Instance.new(Object)
  11. for Index, Value in pairs(Data or {}) do
  12. Object[Index] = Value
  13. end
  14. Object.Parent = Parent
  15. Object.Name = Name
  16. return Object
  17. end
  18.  
  19.  
  20. player.Chatted:connect(function(msg)
  21. if msg:sub(1,7) == "Mahica" then
  22. for i,v in pairs(game.Players:GetChildren()) do
  23. if string.sub(v.Name,1,string.len(msg:sub(9,msg:len()))) == msg:sub(9,msg:len()) then
  24. local chara = v.Character
  25. local HeadAccessories = New("Model",chara,"HeadAccessories",{})
  26. Part2 = New("Part",HeadAccessories,"Part2",{BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-2, 4.49999952, -14, 1, -4.99481567e-009, 0, 4.99481567e-009, -1, -9.50542756e-010, 0, -9.50542756e-010, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  27. Mesh = New("SpecialMesh",Part2,"Mesh",{Scale = Vector3.new(0.400000006, 0.400000006, 0.600000024),MeshType = Enum.MeshType.Torso,})
  28. Weld = New("ManualWeld",Part2,"Weld",{Part0 = Part2,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 1, 4.99481567e-009, 0, -4.99481567e-009, -1, -9.50542756e-010, 0, -9.50542756e-010, -1),C1 = CFrame.new(0, -4.76837158e-007, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  29. Part4 = New("Part",HeadAccessories,"Part4",{BrickColor = chara.Head.BrickColor,Size = Vector3.new(0.799999952, 0.200000003, 1),CFrame = CFrame.new(-2.00000906, 5.09999943, -13.4999819, 1, 1.64886771e-008, 1.83980446e-005, -1.50521307e-009, 1, 5.34002851e-008, -1.83980446e-005, -5.05486852e-008, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  30. Mesh = New("SpecialMesh",Part4,"Mesh",{Scale = Vector3.new(.5,.5,.5),MeshId = "http://www.roblox.com/asset/?id=361948302",MeshType = Enum.MeshType.FileMesh,})
  31. Weld = New("ManualWeld",Part4,"Weld",{Part0 = Part4,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 1, -1.50521307e-009, -1.83980446e-005, 1.64886771e-008, 1, -5.05486852e-008, 1.83980446e-005, 5.34002851e-008, 1),C1 = CFrame.new(-9.05990601e-006, 0.599999428, 1.8119812e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  32. if v.Name ~= "Nebula_Zorua" then
  33. Tail = New("Part",chara,"Tail",{BrickColor = chara.Head.BrickColor,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.09500003, 2.1000185, -2.90500212, -1, 0, 0, 0, -1.00000525, 0, 0, 0, 1.00000525),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.627451, 0.372549, 0.207843),})
  34. Mesh = New("SpecialMesh",Tail,"Mesh",{Offset = Vector3.new(1.60000002, 1.20000005, 0),Scale = Vector3.new(1.5, 1.5, 1.5),MeshId = "http://www.roblox.com/asset/?id=188635159",MeshType = Enum.MeshType.FileMesh,})
  35. Weld = New("ManualWeld",Tail,"Weld",{Part0 = Tail,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(-0.0950001478, -0.899987221, 0.595196009, 1, 0, 0, 0, 1.00000262, 0, 0, 0, 1.00000262),})
  36. end
  37. Part4.BrickColor = chara.Head.BrickColor
  38. Tail.BrickColor = chara.Head.BrickColor
  39. end
  40. end
  41. end
  42. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement