Advertisement
zephpsian

Untitled

Feb 2nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.56 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87.  
  88.  
  89.  
  90.  
  91. --[[
  92. If you use this, you'll cry. I warned you.
  93. F u r r y . b y . . . . . .
  94. ]]--
  95. wait(1 / 30)
  96. Effects = { }
  97. local Player = owner
  98. local Character = Player.Character
  99. local Humanoid = Character.Humanoid
  100.  
  101. local LeftArm = Character["Left Arm"]
  102. local RightArm = Character["Right Arm"]
  103. local LeftLeg = Character["Left Leg"]
  104. local RightLeg = Character["Right Leg"]
  105. local Head = Character.Head
  106. local Torso = Character.Torso
  107. local Camera = game.Workspace.CurrentCamera
  108. local RootPart = Character.HumanoidRootPart
  109. local RootJoint = RootPart.RootJoint
  110. local attack = false
  111. local Anim = 'Idle'
  112. local attacktype = 1
  113. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  114. local velocity = RootPart.Velocity.y
  115. local sine = 0
  116. local change = 1
  117. local oml = false
  118. local Equipped = false
  119. local hide = false
  120. local Gender = 1 --Triggered
  121. local Create = LoadLibrary("RbxUtility").Create
  122. Character.Humanoid.MaxHealth = math.huge
  123. Character.Humanoid.Health = math.huge
  124.  
  125. local m = Create("Model"){
  126. Parent = Character,
  127. Name = "WeaponModel",
  128. }
  129.  
  130. Humanoid.Animator.Parent = nil
  131. Character.Animate.Parent = nil
  132.  
  133. local newMotor = function(part0, part1, c0, c1)
  134. local w = Create('Motor'){
  135. Parent = part0,
  136. Part0 = part0,
  137. Part1 = part1,
  138. C0 = c0,
  139. C1 = c1,
  140. }
  141. return w
  142. end
  143.  
  144. function clerp(a, b, t)
  145. return a:lerp(b, t)
  146. end
  147.  
  148. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  149. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  150.  
  151. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  152. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  153. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  154. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  155. RootJoint.C1 = CFrame.new(0, 0, 0)
  156. RootJoint.C0 = CFrame.new(0, 0, 0)
  157. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  158. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  159.  
  160. local rarmc1 = RW.C1
  161. local larmc1 = LW.C1
  162. local rlegc1 = RH.C1
  163. local llegc1 = LH.C1
  164.  
  165. local resetc1 = false
  166.  
  167. function PlayAnimationFromTable(table, speed, bool)
  168. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  169. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  170. RW.C0 = clerp(RW.C0, table[3], speed)
  171. LW.C0 = clerp(LW.C0, table[4], speed)
  172. RH.C0 = clerp(RH.C0, table[5], speed)
  173. LH.C0 = clerp(LH.C0, table[6], speed)
  174. if bool == true then
  175. if resetc1 == false then
  176. resetc1 = true
  177. RootJoint.C1 = RootJoint.C1
  178. Torso.Neck.C1 = Torso.Neck.C1
  179. RW.C1 = rarmc1
  180. LW.C1 = larmc1
  181. RH.C1 = rlegc1
  182. LH.C1 = llegc1
  183. end
  184. end
  185. end
  186.  
  187. ArtificialHB = Create("BindableEvent", script){
  188. Parent = script,
  189. Name = "Heartbeat",
  190. }
  191.  
  192. script:WaitForChild("Heartbeat")
  193.  
  194. frame = 1 / 30
  195. tf = 0
  196. allowframeloss = false
  197. tossremainder = false
  198. lastframe = tick()
  199. script.Heartbeat:Fire()
  200.  
  201. game:GetService("RunService").Heartbeat:connect(function(s, p)
  202. tf = tf + s
  203. if tf >= frame then
  204. if allowframeloss then
  205. script.Heartbeat:Fire()
  206. lastframe = tick()
  207. else
  208. for i = 1, math.floor(tf / frame) do
  209. script.Heartbeat:Fire()
  210. end
  211. lastframe = tick()
  212. end
  213. if tossremainder then
  214. tf = 0
  215. else
  216. tf = tf - frame * math.floor(tf / frame)
  217. end
  218. end
  219. end)
  220.  
  221. function swait(num)
  222. if num == 0 or num == nil then
  223. ArtificialHB.Event:wait()
  224. else
  225. for i = 0, num do
  226. ArtificialHB.Event:wait()
  227. end
  228. end
  229. end
  230.  
  231. function RemoveOutlines(part)
  232. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  233. end
  234.  
  235. CFuncs = {
  236. ["Part"] = {
  237. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  238. local Part = Create("Part"){
  239. Parent = Parent,
  240. Reflectance = Reflectance,
  241. Transparency = Transparency,
  242. CanCollide = false,
  243. Locked = true,
  244. BrickColor = BrickColor.new(tostring(BColor)),
  245. Name = Name,
  246. Size = Size,
  247. Material = Material,
  248. }
  249. RemoveOutlines(Part)
  250. return Part
  251. end;
  252. };
  253.  
  254. ["Mesh"] = {
  255. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  256. local Msh = Create(Mesh){
  257. Parent = Part,
  258. Offset = OffSet,
  259. Scale = Scale,
  260. }
  261. if Mesh == "SpecialMesh" then
  262. Msh.MeshType = MeshType
  263. Msh.MeshId = MeshId
  264. end
  265. return Msh
  266. end;
  267. };
  268.  
  269. ["Mesh"] = {
  270. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  271. local Msh = Create(Mesh){
  272. Parent = Part,
  273. Offset = OffSet,
  274. Scale = Scale,
  275. }
  276. if Mesh == "SpecialMesh" then
  277. Msh.MeshType = MeshType
  278. Msh.MeshId = MeshId
  279. end
  280. return Msh
  281. end;
  282. };
  283.  
  284. ["Weld"] = {
  285. Create = function(Parent, Part0, Part1, C0, C1)
  286. local Weld = Create("Weld"){
  287. Parent = Parent,
  288. Part0 = Part0,
  289. Part1 = Part1,
  290. C0 = C0,
  291. C1 = C1,
  292. }
  293. return Weld
  294. end;
  295. };
  296.  
  297. ["Sound"] = {
  298. Create = function(id, par, vol, pit)
  299. coroutine.resume(coroutine.create(function()
  300. local S = Create("Sound"){
  301. Volume = vol,
  302. Pitch = pit or 1,
  303. SoundId = id,
  304. Parent = par or workspace,
  305. }
  306. wait()
  307. S:play()
  308. game:GetService("Debris"):AddItem(S, 6)
  309. end))
  310. end;
  311. };
  312.  
  313. ["ParticleEmitter"] = {
  314. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  315. local fp = Create("ParticleEmitter"){
  316. Parent = Parent,
  317. Color = ColorSequence.new(Color1, Color2),
  318. LightEmission = LightEmission,
  319. Size = Size,
  320. Texture = Texture,
  321. Transparency = Transparency,
  322. ZOffset = ZOffset,
  323. Acceleration = Accel,
  324. Drag = Drag,
  325. LockedToPart = LockedToPart,
  326. VelocityInheritance = VelocityInheritance,
  327. EmissionDirection = EmissionDirection,
  328. Enabled = Enabled,
  329. Lifetime = LifeTime,
  330. Rate = Rate,
  331. Rotation = Rotation,
  332. RotSpeed = RotSpeed,
  333. Speed = Speed,
  334. VelocitySpread = VelocitySpread,
  335. }
  336. return fp
  337. end;
  338. };
  339.  
  340. CreateTemplate = {
  341.  
  342. };
  343. }
  344.  
  345.  
  346. New = function(Object, Parent, Name, Data)
  347. local Object = Instance.new(Object)
  348. for Index, Value in pairs(Data or {}) do
  349. Object[Index] = Value
  350. end
  351. Object.Parent = Parent
  352. Object.Name = Name
  353. return Object
  354. end
  355.  
  356. New = function(Object, Parent, Name, Data)
  357. local Object = Instance.new(Object)
  358. for Index, Value in pairs(Data or {}) do
  359. Object[Index] = Value
  360. end
  361. Object.Parent = Parent
  362. Object.Name = Name
  363. return Object
  364. end
  365.  
  366. Knot = New("Model",Torso,"Knot",{})
  367. Balls = New("Part",Knot,"Balls",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.633225322, 0.627756178, 0.566908002),CFrame = CFrame.new(-52.1883163, -1.24416244, -63.7315178, -1.86264515e-08, 1.37835741e-07, -1.00000465, 0.867121458, 0.498098791, 8.55898676e-08, 0.498106003, -0.867134094, 1.49011612e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  368. Mesh = New("SpecialMesh",Balls,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  369. mot = New("Weld",Balls,"mot",{Part0 = Balls,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 3.25050031e-08, 0.867120624, 0.498098314, 8.14983423e-08, 0.498098284, -0.867120624, -1, 6.877994e-08, -5.44782139e-08),C1 = CFrame.new(0.259296417, -1.06132448, -0.283123016, 0.998320162, -5.58793545e-09, 0.0579784103, -9.50342383e-09, 1.00000048, -5.96046448e-08, -0.0579781681, 2.98023224e-08, 0.998325586),})
  370. Balls = New("Part",Knot,"Balls",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.633225322, 0.627756178, 0.566908002),CFrame = CFrame.new(-52.6285896, -1.24417102, -63.7314873, -1.86264515e-08, 1.37835741e-07, -1.00000465, 0.867121458, 0.498098791, 8.55898676e-08, 0.498106003, -0.867134094, 1.49011612e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  371. Mesh = New("SpecialMesh",Balls,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  372. mot = New("Weld",Balls,"mot",{Part0 = Balls,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 3.25050031e-08, 0.867120624, 0.498098314, 8.14983423e-08, 0.498098284, -0.867120624, -1, 6.877994e-08, -5.44782139e-08),C1 = CFrame.new(-0.180233002, -1.06133306, -0.257568359, 0.998320162, -5.58793545e-09, 0.0579784103, -9.50342383e-09, 1.00000048, -5.96046448e-08, -0.0579781681, 2.98023224e-08, 0.998325586),})
  373. Ball = New("Part",Knot,"Ball",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.04999995, 1.13, 1.7299999),CFrame = CFrame.new(-52.3997879, -1.0845747, -63.8579521, -1.00000465, 2.79396772e-08, 7.4505806e-09, 5.19574472e-09, -0.940444589, -0.339950144, 1.41561031e-07, -0.339955002, 0.940458119),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  374. Mesh = New("SpecialMesh",Ball,"Mesh",{Scale = Vector3.new(0.5, 0.5, 4),MeshId = "http://www.roblox.com/asset/?id=3270017",MeshType = Enum.MeshType.FileMesh,})
  375. mot = New("Weld",Ball,"mot",{Part0 = Ball,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -1, -1.16141035e-08, 7.06187109e-08, -1.30844056e-08, -0.940443635, -0.339949787, 7.03611249e-08, -0.339949816, 0.940443575),C1 = CFrame.new(0.040851593, -0.901736856, -0.397083282, 0.998320162, -5.58793545e-09, 0.0579784103, -9.50342383e-09, 1.00000048, -5.96046448e-08, -0.0579781681, 2.98023224e-08, 0.998325586),})
  376. faic = New ("Decal",Head,"Face",{Texture = "rbxassetid://648887959",Face = "Front",Transparency = 1})
  377. stick = New("Model",Torso,"stick",{})
  378. Handle = New("Part",stick,"Handle",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.3997879, -1.08457458, -63.8579559, -1, -5.30103321e-08, 1.31363009e-07, 5.19570165e-09, -0.940442502, -0.339954078, 1.41560349e-07, -0.339954227, 0.940441906),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  379. Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(0.5, 0.5, 4),MeshId = "http://www.roblox.com/asset/?id=3270017",MeshType = Enum.MeshType.FileMesh,})
  380. moter = New("Motor",Handle,"mot",{Part0 = Handle,Part1 = Torso,})
  381. Shaft = New("Part",stick,"Shaft",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,Elasticity = 0,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.573660076, 0.665826976, 0.403559536),CFrame = CFrame.new(-52.4063644, -0.797297835, -65.0149155, 1, -5.57705562e-08, 9.69817435e-08, -7.4781866e-08, 0.311523914, 0.950238943, -8.32074534e-08, -0.950238168, 0.311524123),BackSurface = Enum.SurfaceType.Weld,BottomSurface = Enum.SurfaceType.Weld,FrontSurface = Enum.SurfaceType.Weld,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Weld,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  382. Mesh = New("CylinderMesh",Shaft,"Mesh",{})
  383. mot = New("Weld",Shaft,"mot",{Part0 = Shaft,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -7.47818589e-08, -8.32074605e-08, -5.57705739e-08, 0.311523944, -0.950238287, 9.69817009e-08, 0.950238287, 0.311523944),C1 = CFrame.new(0.00657653809, 0.123146057, -1.18571472, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  384. Cylinder = New("Part",stick,"Cylinder",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,Elasticity = 0,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.573660076, 0.415210366, 0.403559536),CFrame = CFrame.new(-52.4063644, -0.965925634, -64.2144547, 1, 7.3793359e-08, 1.3644194e-07, -1.43263932e-07, 0.102112412, 0.994773507, 5.94751839e-08, -0.994772792, 0.10211274),BackSurface = Enum.SurfaceType.Weld,BottomSurface = Enum.SurfaceType.Weld,FrontSurface = Enum.SurfaceType.Weld,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Weld,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  385. Mesh = New("CylinderMesh",Cylinder,"Mesh",{})
  386. mot = New("Weld",Cylinder,"mot",{Part0 = Cylinder,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -1.43263918e-07, 5.94751874e-08, 7.37933519e-08, 0.102112539, -0.994772911, 1.36441898e-07, 0.994772911, 0.102112532),C1 = CFrame.new(0.00657653809, 0.00961112976, -0.375602722, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  387. Cylinder = New("Part",stick,"Cylinder",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,Elasticity = 0,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.573660076, 0.415210366, 0.403559536),CFrame = CFrame.new(-52.4063644, -0.918055773, -64.5597687, 1, 7.37502148e-08, 1.13674943e-07, -1.25118021e-07, 0.180468008, 0.983581424, 5.20245607e-08, -0.983580709, 0.180468321),BackSurface = Enum.SurfaceType.Weld,BottomSurface = Enum.SurfaceType.Weld,FrontSurface = Enum.SurfaceType.Weld,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Weld,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  388. Mesh = New("CylinderMesh",Cylinder,"Mesh",{})
  389. mot = New("Weld",Cylinder,"mot",{Part0 = Cylinder,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -1.25118007e-07, 5.20245713e-08, 7.37501793e-08, 0.180468112, -0.983580828, 1.13674901e-07, 0.983580887, 0.180468127),C1 = CFrame.new(0.00657653809, 0.0819835663, -0.716625214, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  390. Part = New("Part",stick,"Part",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.481908262, 0.792339683, 0.447224796),CFrame = CFrame.new(-52.4131393, -0.86076045, -64.75383, 1.42925757e-07, -1.52338089e-08, -1, 0.96649313, 0.256694794, 1.34226198e-07, 0.256695062, -0.966492474, 5.14116891e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  391. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  392. mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.42925714e-07, 0.966492593, 0.256694853, -1.52338142e-08, 0.256694853, -0.966492593, -1, 1.3422617e-07, 5.1411682e-08),C1 = CFrame.new(0.0133514404, 0.0940723419, -0.918605804, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  393. Part = New("Part",stick,"Part",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.562752306, 0.557891905, 0.503815591),CFrame = CFrame.new(-52.5141983, -1.0237819, -64.2095795, 3.25050387e-08, 8.14983707e-08, -1, 0.86712122, 0.498098373, 6.87799115e-08, 0.498098493, -0.867120445, -5.44782068e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  394. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  395. mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.25050031e-08, 0.867120624, 0.498098314, 8.14983423e-08, 0.498098284, -0.867120624, -1, 6.877994e-08, -5.44782139e-08),C1 = CFrame.new(0.1144104, 0.0623626709, -0.351345062, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  396. Part = New("Part",stick,"Part",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.473823845, 0.962112188, 0.463393569),CFrame = CFrame.new(-52.413147, -0.835066676, -64.8348236, 1.43280616e-07, -1.497272e-08, -1, 0.966491163, 0.256700933, 1.34635897e-07, 0.256701052, -0.966490805, 5.1251277e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  397. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  398. mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.43280616e-07, 0.966490924, 0.256700963, -1.49727306e-08, 0.256700933, -0.966490865, -1, 1.34635883e-07, 5.12512806e-08),C1 = CFrame.new(0.0133590698, 0.097442627, -1.00350952, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  399. Part = New("Part",stick,"Part",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.562752306, 0.557891846, 0.503815591),CFrame = CFrame.new(-52.2927055, -1.02378476, -64.2095566, 3.25050387e-08, 8.14983565e-08, -1, 0.86712122, 0.498098373, 6.87799044e-08, 0.498098493, -0.867120445, -5.44782068e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  400. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  401. mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.25050031e-08, 0.867120624, 0.498098314, 8.14983352e-08, 0.498098284, -0.867120624, -1, 6.87799329e-08, -5.44782139e-08),C1 = CFrame.new(-0.107082367, 0.0623588562, -0.351325989, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  402. Cylinder = New("Part",stick,"Cylinder",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,Elasticity = 0,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.573660076, 0.415210366, 0.403559506),CFrame = CFrame.new(-52.4063721, -0.977289438, -63.8654633, 1, 9.72142828e-08, 1.97462327e-07, -1.97246152e-07, -0.00221836567, 0.999998152, 9.7652034e-08, -0.999997556, -0.00221797824),BackSurface = Enum.SurfaceType.Weld,BottomSurface = Enum.SurfaceType.Weld,FrontSurface = Enum.SurfaceType.Weld,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Weld,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  403. Mesh = New("CylinderMesh",Cylinder,"Mesh",{})
  404. mot = New("Weld",Cylinder,"mot",{Part0 = Cylinder,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -1.97246123e-07, 9.76520553e-08, 9.721429e-08, -0.00221819268, -0.999997616, 1.97462271e-07, 0.999997616, -0.00221819268),C1 = CFrame.new(0.00658416748, -0.0983428955, -0.0435333252, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  405. Hed = New("Part",stick,"Head",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.238436058, 0.452947468, 0.292766362),CFrame = CFrame.new(-52.3955574, -0.661489904, -65.3399582, 1.43709585e-07, -2.71950729e-09, -1, 0.940443993, 0.339950383, 1.34226198e-07, 0.339950591, -0.940443277, 5.14116891e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  406. Mesh = New("SpecialMesh",Hed,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  407. mot = New("Weld",Hed,"mot",{Part0 = Hed,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.43709542e-07, 0.940443456, 0.339950383, -2.71951617e-09, 0.339950383, -0.940443456, -1, 1.3422617e-07, 5.1411682e-08),C1 = CFrame.new(-0.00423049927, 0.105926514, -1.53757095, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  408. Hed = New("Part",stick,"Head",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.447249889, 0.236385569, 0.458311498),CFrame = CFrame.new(-52.4117279, -0.707950115, -65.3098984, 1.45332379e-07, -3.30588534e-09, -1, 0.940443039, 0.339952856, 1.35552881e-07, 0.339953035, -0.940442324, 5.25151336e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  409. Mesh = New("SpecialMesh",Hed,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  410. mot = New("Weld",Hed,"mot",{Part0 = Hed,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.45332336e-07, 0.940442502, 0.339952856, -3.30589245e-09, 0.339952856, -0.940442502, -1, 1.35552852e-07, 5.25151371e-08),C1 = CFrame.new(0.0119400024, 0.139400482, -1.49350357, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  411. Hed = New("Part",stick,"Head",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.432461828, 0.420609802, 0.405948073),CFrame = CFrame.new(-52.4117355, -0.706424892, -65.3218307, 1.43469521e-07, -7.03121827e-09, -1, 0.940444231, 0.339950025, 1.32534737e-07, 0.339950174, -0.940443397, 5.53849375e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  412. Mesh = New("SpecialMesh",Hed,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  413. mot = New("Weld",Hed,"mot",{Part0 = Hed,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.43469492e-07, 0.940443575, 0.339949965, -7.03122316e-09, 0.339949995, -0.940443516, -1, 1.32534709e-07, 5.53849269e-08),C1 = CFrame.new(0.0119476318, 0.142023087, -1.50524521, -1, 5.19572074e-09, 1.41560378e-07, -5.30103073e-08, -0.940442145, -0.339954108, 1.31363024e-07, -0.339954078, 0.940442026),})
  414. Tail = New("Part",Torso,"Tail",{CanCollide = false,BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-9.66550397e-06, -1.50999641, 1.50000012, 1.00000012, 6.0107559e-06, 1.68714465e-08, -6.01354986e-06, 1, -5.98845418e-11, -1.6657026e-08, 2.29050556e-10, 1.00000024),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.905882, 0.905882, 0.92549),})
  415. Mesh = New("SpecialMesh",Tail,"Mesh",{MeshId = "rbxassetid://791316026",MeshType = Enum.MeshType.FileMesh,})
  416. mot = New("Weld",Tail,"mot",{Part0 = Tail,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 1.00000012, -6.01354986e-06, -1.6657026e-08, 6.0107559e-06, 1, 2.29050556e-10, 1.68714482e-08, -5.98845418e-11, 1.00000024),C1 = CFrame.new(-9.62266495e-06, -1.52713847, 1.50000012, 1, 3.34760534e-22, 2.85593913e-08, -3.34760534e-22, 1, 3.61317985e-22, -2.85593913e-08, -3.61317985e-22, 1),})
  417. Hair = New("Part",Head,"Hair",{CanCollide = false,BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.99999928, 1.79999995, 2.00000024),CFrame = CFrame.new(-0.107289195, 1.59000361, 0.123101406, 1, -7.87137555e-09, 0, 7.87137555e-09, 1, 4.14441839e-16, 0, -4.14441839e-16, 1),CanCollide = false,Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  418. Mesh = New("SpecialMesh",Hair,"Mesh",{MeshId = "http://www.roblox.com/asset/?id=76056263",MeshType = Enum.MeshType.FileMesh,})
  419. mot = New("Weld",Hair,"mot",{Part0 = Hair,Part1 = Head,C0 = CFrame.new(0, 0, 0, 1, 7.87137555e-09, -1.40367928e-22, -7.87137555e-09, 1, -4.14441839e-16, 1.37105691e-22, 4.14441839e-16, 1),C1 = CFrame.new(-0.107289195, 0.100000024, 0.123101406, 1, 3.34760534e-22, 2.85593913e-08, -3.34760534e-22, 1, 3.61317985e-22, -2.85593913e-08, -3.61317985e-22, 1),})
  420. Hai = New("Part",Head,"Hai",{BrickColor = BrickColor.new("Institutional white"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(34.0999985, 2.82998228, 4.67002439, 1, -2.36356074e-14, 5.68434189e-13, -1.52967916e-14, 1, -6.85453415e-07, -3.41060513e-13, 6.85453415e-07, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  421. Mesh = New("SpecialMesh",Hai,"Mesh",{MeshId = "http://www.roblox.com/asset/?id=29713297",MeshType = Enum.MeshType.FileMesh,})
  422. mot = New("Motor",Hai,"mot",{Part0 = Hai,Part1 = Head,C0 = CFrame.new(0, 0, 0, 1, 0, -4.69846384e-13, 0, 1, 6.85453415e-07, 4.69846384e-13, -6.85453415e-07, 1),C1 = CFrame.new(0, -0.670003653, 0.100008488, 1, -4.89879199e-07, 1.83657846e-06, 4.89866977e-07, 1, 6.64606296e-06, -1.83658165e-06, -6.64606205e-06, 1),})
  423.  
  424.  
  425. Ear = New("Part",Head,"Ear",{CanCollide = false,BrickColor = BrickColor.new("Institutional white"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.25000024, 1.12999988, 1.1400001),CFrame = CFrame.new(-0.0324185491, 2.25540423, -0.0468983799, 0.999999583, 0.000551767822, 1.78813934e-07, -0.000551768171, 1.00000012, 6.41149311e-09, -2.98023224e-07, -6.60850841e-09, 1.00000012),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  426. Mesh = New("SpecialMesh",Ear,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.5),MeshId = "http://www.roblox.com/asset/?id=361948302",MeshType = Enum.MeshType.FileMesh,})
  427. mot = New("Weld",Ear,"mot",{Part0 = Ear,Part1 = Head,C0 = CFrame.new(0, 0, 0, 0.999999583, -0.000551768171, -2.98023224e-07, 0.000551767822, 1.00000012, -6.60850841e-09, 1.78813934e-07, 6.41149311e-09, 1.00000012),C1 = CFrame.new(-0.0324185491, 0.765400648, -0.0468983799, 1, 3.34760534e-22, 2.85593913e-08, -3.34760534e-22, 1, 3.61317985e-22, -2.85593913e-08, -3.61317985e-22, 1),})
  428. Ear1 = New("Part",Head,"Ear1",{BrickColor = BrickColor.new("Mauve"),Size = Vector3.new(1.25000024, 1.12999988, 1.1400001),CFrame = CFrame.new(-0.0324185491, 2.25659275, 0.128099546, 0.999999583, 0.000551767822, 2.07373333e-07, -0.000549707911, 0.99631691, -0.0857504234, -4.76397254e-05, 0.0857504234, 0.99631691),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.878431, 0.698039, 0.815686),})
  429. Mesh = New("SpecialMesh",Ear1,"Mesh",{Scale = Vector3.new(0.45, 0.5, 0.5),MeshId = "http://www.roblox.com/asset/?id=361948302",MeshType = Enum.MeshType.FileMesh,})
  430. mot = New("Weld",Ear1,"mot",{Part0 = Ear1,Part1 = Head,C0 = CFrame.new(0, .1, .04, 0.999999583, -0.000549707853, -4.76397254e-05, 0.000551767822, 0.996316791, 0.0857504085, 2.07373333e-07, -0.0857504085, 0.996316791),C1 = CFrame.new(-0.0324185491, 0.770545959, 0.0128805935, 1, 2.00669642e-22, -3.61391696e-21, 1.09964345e-22, 0.996316671, 0.0857504085, 3.61781335e-21, -0.0857504085, 0.996316671),})
  431.  
  432. C11 = New("Part",LeftArm,"C1",{CanCollide = false,BrickColor = BrickColor.new("Pastel light blue"),Reflectance = 0.40000000596046,FormFactor = Enum.FormFactor.Plate,Size = Vector3.new(0.300000012, 0.800000012, 2),CFrame = CFrame.new(9.60000038, -1.60000706, 11.3599987, -1.43024124e-07, 1.0000093, -5.42291332e-07, -1.51331847e-07, -3.99267464e-07, -1.00000703, -1.00000548, -1.43023485e-07, 2.23470124e-07),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.686275, 0.866667, 1),})
  433. Mesh11 = New("SpecialMesh",C11,"Mesh",{MeshId = "http://www.roblox.com/asset/?id=10681506",TextureId = "http://www.roblox.com/asset/?id=10681501",MeshType = Enum.MeshType.FileMesh,})
  434. moter11 = New("Weld",C11,"mot",{Part0 = LeftArm,Part1 = C11,})--C0 = CFrame.new(0, 0, 0, -5.21534275e-07, 6.73523664e-06, -1, 1, -8.34451669e-07, -5.2153905e-07, -8.34455193e-07, -1, -6.73523618e-06),C1 = CFrame.new(1.1920929e-07, -1.70000935, -0.440010071, 1.00000238, -4.33996348e-07, 1.93715437e-07, 4.1536984e-07, 1.00000048, 6.82473183e-06, 3.53902919e-07, -6.88433647e-06, 1.00000775),})
  435. C22 = New("Part",RightArm,"C2",{CanCollide = false,BrickColor = BrickColor.new("Pastel light blue"),Reflectance = 0.40000000596046,FormFactor = Enum.FormFactor.Plate,Size = Vector3.new(0.300000012, 0.800000012, 2),CFrame = CFrame.new(9.60000038, -1.60000706, 11.3599987, -1.43024124e-07, 1.0000093, -5.42291332e-07, -1.51331847e-07, -3.99267464e-07, -1.00000703, -1.00000548, -1.43023485e-07, 2.23470124e-07),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.686275, 0.866667, 1),})
  436. Mesh22 = New("SpecialMesh",C22,"Mesh",{MeshId = "http://www.roblox.com/asset/?id=10681506",TextureId = "http://www.roblox.com/asset/?id=10681501",MeshType = Enum.MeshType.FileMesh,})
  437. moter22 = New("Weld",C22,"mot",{Part0 = RightArm,Part1 = C22,})--C0 = CFrame.new(0, 0, 0, -5.21534275e-07, 6.73523664e-06, -1, 1, -8.34451669e-07, -5.2153905e-07, -8.34455193e-07, -1, -6.73523618e-06),C1 = CFrame.new(1.1920929e-07, -1.70000935, -0.440010071, 1.00000238, -4.33996348e-07, 1.93715437e-07, 4.1536984e-07, 1.00000048, 6.82473183e-06, 3.53902919e-07, -6.88433647e-06, 1.00000775),})
  438. moter11.C0 = CFrame.new(-5.05206827e-08, -1.14691529e-05, -0.0400012247, -1.26287864e-06, 1.00000238, -3.81837765e-07, -2.99360181e-08, -4.00461374e-07, -1.00000048, -1.00000775, -7.15255965e-07, 8.94929144e-08)
  439. moter22.C0 = CFrame.new(-5.05206827e-08, -1.14691529e-05, -0.0400012247, -1.26287864e-06, 1.00000238, -3.81837765e-07, -2.99360181e-08, -4.00461374e-07, -1.00000048, -1.00000775, -7.15255965e-07, 8.94929144e-08)
  440. Mesh11.Scale = Vector3.new(1,1,.2)
  441. Mesh22.Scale = Vector3.new(1,1,.2)
  442.  
  443. Milk = New("Model",Torso,"Milk",{})
  444. LeftTip = New("Part",Milk,"Left Bump Tip",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(2, 2.00000024, 2.00000024),CFrame = CFrame.new(40.114666, 0.400974065, -1.34042966, -0.0136929303, 0.0188778769, -0.999728203, 0.00231057359, -0.999818683, -0.0189112332, -0.99990356, -0.00256889523, 0.0136468112),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  445. Mesh = New("SpecialMesh",LeftTip,"Mesh",{Scale = Vector3.new(0.199999928, 0.199999928, 0.199999928),MeshType = Enum.MeshType.Sphere,})
  446. mot = New("Motor",LeftTip,"mot",{Part0 = LeftTip,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.0136929303, 0.00231057359, -0.99990356, 0.0188778769, -0.999818683, -0.00256889523, -0.999728203, -0.0189112332, 0.0136468112),C1 = CFrame.new(-0.685337067, 0.400954008, -0.810440779, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  447. Big = New("Part",Milk,"Bigga",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1.00000012, 1.00000012),CFrame = CFrame.new(40.2831955, 0.405953944, -0.919200182, -0.999724925, 0.018915711, 0.013881512, -0.0189493317, -0.999817967, -0.00229446031, 0.0138355643, -0.00255687325, 0.999901175),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  448. Mesh = New("SpecialMesh",Big,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Sphere,})
  449. mot = New("Motor",Big,"mot",{Part0 = Big,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.999724925, -0.0189493317, 0.0138355643, 0.018915711, -0.999817967, -0.00255687325, 0.013881512, -0.00229446031, 0.999901175),C1 = CFrame.new(-0.516807556, 0.405936778, -0.389211595, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  450. Big = New("Part",Milk,"Bigga",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1.00000012, 1.00000012),CFrame = CFrame.new(41.2824554, 0.42572841, -0.948771834, -0.999722004, 0.0190666858, 0.0138863847, -0.0191003699, -0.999815047, -0.00229704427, 0.0138400048, -0.00256163999, 0.999901056),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  451. Mesh = New("SpecialMesh",Big,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Sphere,})
  452. mot = New("Motor",Big,"mot",{Part0 = Big,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.999722004, -0.0191003699, 0.0138400048, 0.0190666858, -0.999815047, -0.00256163999, 0.0138863847, -0.00229704427, 0.999901056),C1 = CFrame.new(0.482452393, 0.425711542, -0.418784678, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  453. LeftTip = New("Part",Milk,"Left Bump Tip",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(2, 2.00000024, 2.00000024),CFrame = CFrame.new(41.3635826, 0.425968498, -1.38403642, -0.0136998966, 0.0190271325, -0.999725401, 0.0023103063, -0.999815822, -0.0190605167, -0.9999035, -0.00257079722, 0.0136533827),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  454. Mesh = New("SpecialMesh",LeftTip,"Mesh",{Scale = Vector3.new(0.199999928, 0.199999928, 0.199999928),MeshType = Enum.MeshType.Sphere,})
  455. mot = New("Motor",LeftTip,"mot",{Part0 = LeftTip,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.0136998966, 0.0023103063, -0.9999035, 0.0190271325, -0.999815822, -0.00257079722, -0.999725401, -0.0190605167, 0.0136533827),C1 = CFrame.new(0.563579559, 0.425948739, -0.854049325, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  456. LeftTip2 = New("Part",Milk,"Left Bump Tip2",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1.00000012, 1.00000012),CFrame = CFrame.new(40.0788956, 0.411017627, -1.47115374, -0.0136929303, 0.0188778769, -0.999728203, 0.00231057359, -0.999818683, -0.0189112332, -0.99990356, -0.00256889523, 0.0136468112),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  457. Mesh = New("SpecialMesh",LeftTip2,"Mesh",{Scale = Vector3.new(0.199999928, 0.199999928, 0.199999928),MeshType = Enum.MeshType.Sphere,})
  458. mot = New("Motor",LeftTip2,"mot",{Part0 = LeftTip2,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.0136929303, 0.00231057359, -0.99990356, 0.0188778769, -0.999818683, -0.00256889523, -0.999728203, -0.0189112332, 0.0136468112),C1 = CFrame.new(-0.721107483, 0.410996675, -0.94116497, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  459. LeftTip2 = New("Part",Milk,"Left Bump Tip2",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1.00000012, 1.00000012),CFrame = CFrame.new(41.3674202, 0.437439501, -1.51978374, -0.0136998966, 0.0190271325, -0.999725401, 0.0023103063, -0.999815822, -0.0190605167, -0.9999035, -0.00257079722, 0.0136533827),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  460. Mesh = New("SpecialMesh",LeftTip2,"Mesh",{Scale = Vector3.new(0.199999928, 0.199999928, 0.199999928),MeshType = Enum.MeshType.Sphere,})
  461. mot = New("Motor",LeftTip2,"mot",{Part0 = LeftTip2,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -0.0136998966, 0.0023103063, -0.9999035, 0.0190271325, -0.999815822, -0.00257079722, -0.999725401, -0.0190605167, 0.0136533827),C1 = CFrame.new(0.567417145, 0.437418818, -0.989796638, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  462. Biggi = New("Model",Torso,"Biggi",{})
  463. Big = New("Part",Biggi,"Big",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(40.4152794, -1.12894881, -0.274417549, 0.999920189, 0.00907055568, -0.00880296342, -0.00933101866, 0.999506056, -0.0300123841, 0.00852638669, 0.0300921276, 0.999510765),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  464. Mesh = New("SpecialMesh",Big,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
  465. mot = New("Motor",Big,"mot",{Part0 = Big,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 0.999920189, -0.00933101866, 0.00852638669, 0.00907055568, 0.999506056, 0.0300921276, -0.00880296342, -0.0300123841, 0.999510765),C1 = CFrame.new(-0.384723663, -1.12896168, 0.2555812, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  466. Big = New("Part",Biggi,"Big",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Shape = Enum.PartType.Ball,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(41.1935043, -1.13351357, -0.261145979, 0.999920249, 0.00906764995, -0.00879980437, -0.00932799838, 0.999506176, -0.0300100688, 0.00852333754, 0.0300897602, 0.999510884),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  467. Mesh = New("SpecialMesh",Big,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
  468. mot = New("Motor",Big,"mot",{Part0 = Big,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 0.999920249, -0.00932799838, 0.00852333754, 0.00906764995, 0.999506176, 0.0300897602, -0.00879980437, -0.0300100688, 0.999510884),C1 = CFrame.new(0.393501282, -1.13352585, 0.268851787, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  469. Skin = New("Part",Biggi,"Skin",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(40.8188591, -1.02169108, -0.559848845, 0.00901293196, -0.999920666, -0.00880302396, 0.999506652, 0.00927339587, -0.0300097354, 0.0300889891, -0.0085282037, 0.999510884),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  470. Mesh = New("SpecialMesh",Skin,"Mesh",{Scale = Vector3.new(0.899999976, 0.400000006, 0.899999976),MeshType = Enum.MeshType.Sphere,})
  471. mot = New("Motor",Skin,"mot",{Part0 = Skin,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 0.00901293196, 0.999506652, 0.0300889891, -0.999920666, 0.00927339587, -0.0085282037, -0.00880302396, -0.0300097354, 0.999510884),C1 = CFrame.new(0.0188560486, -1.02170563, -0.0298513174, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  472. Vg = New("Part",Biggi,"Vg",{BrickColor = BrickColor.new("Medium red"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(40.8188591, -1.02169108, -0.559848845, 0.00901293196, -0.999920666, -0.00880302396, 0.999506652, 0.00927339587, -0.0300097354, 0.0300889891, -0.0085282037, 0.999510884),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.854902, 0.52549, 0.478431),})
  473. Mesh = New("SpecialMesh",Vg,"Mesh",{Scale = Vector3.new(0.910000026, 0.300000012, 0.910000026),MeshType = Enum.MeshType.Sphere,})
  474. mot = New("Motor",Vg,"mot",{Part0 = Vg,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 0.00901293196, 0.999506652, 0.0300889891, -0.999920666, 0.00927339587, -0.0085282037, -0.00880302396, -0.0300097354, 0.999510884),C1 = CFrame.new(0.0188560486, -1.02170563, -0.0298513174, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  475. Vg2 = New("Part",Biggi,"Vg2",{BrickColor = BrickColor.new("Dusty Rose"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(40.8190117, -1.04118991, -0.559915602, 0.00901293196, -0.999920666, -0.00880302396, 0.999506652, 0.00927339587, -0.0300097354, 0.0300889891, -0.0085282037, 0.999510884),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.639216, 0.294118, 0.294118),})
  476. Mesh = New("SpecialMesh",Vg2,"Mesh",{Scale = Vector3.new(0.910000026, 0.300000012, 0.910000026),MeshType = Enum.MeshType.Sphere,})
  477. mot = New("Motor",Vg2,"mot",{Part0 = Vg2,Part1 = Torso,C0 = CFrame.new(0, 0, 0, 0.00901293196, 0.999506652, 0.0300889891, -0.999920666, 0.00927339587, -0.0085282037, -0.00880302396, -0.0300097354, 0.999510884),C1 = CFrame.new(0.0190086365, -1.04120445, -0.0299179554, 1, -4.71251241e-07, 1.28895817e-06, 4.712426e-07, 1, 6.70561803e-06, -1.28896136e-06, -6.70561758e-06, 1),})
  478.  
  479.  
  480.  
  481. for _,v in pairs(stick:children()) do
  482. if v:IsA("Part") then
  483. v.CanCollide = false
  484. v.Transparency = 1
  485. end
  486. for _,v in pairs(Knot:children()) do
  487. if v:IsA("Part") then
  488. v.CanCollide = false
  489. v.Transparency = 1
  490. end
  491. for _,v in pairs(Milk:children()) do
  492. if v:IsA("Part") then
  493. v.CanCollide = false
  494. v.Transparency = 1
  495. end
  496. for _,v in pairs(Biggi:children()) do
  497. if v:IsA("Part") then
  498. v.CanCollide = false
  499. v.Transparency = 1
  500. end
  501. end
  502. end
  503. end
  504. end
  505. for _,v in pairs(Character:children()) do
  506. if v:IsA("Shirt") then
  507. v.ShirtTemplate = "rbxassetid://768236558"
  508. elseif v:IsA("Pants") then
  509. v.PantsTemplate = "rbxassetid://784173314"
  510. elseif v:IsA("ShirtGraphic") then
  511. v:Remove()
  512. wait(.1)
  513. Torso.roblox:Remove()
  514. elseif v:IsA("Accessory") then
  515. v:Remove()
  516. end
  517. end
  518. Hai.Transparency = 1
  519.  
  520.  
  521. function rayCast(Position, Direction, Range, Ignore)
  522. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  523. end
  524.  
  525. FindNearestTorso = function(pos)
  526. local list = (game.Workspace:children())
  527. local torso = nil
  528. local dist = 1000
  529. local temp, human, temp2 = nil, nil, nil
  530. for x = 1, #list do
  531. temp2 = list[x]
  532. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  533. temp = temp2:findFirstChild("Torso")
  534. human = temp2:findFirstChild("Humanoid")
  535. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  536. local dohit = true
  537. if dohit == true then
  538. torso = temp
  539. dist = (temp.Position - pos).magnitude
  540. end
  541. end
  542. end
  543. end
  544. return torso, dist
  545. end
  546.  
  547. local loaded = false
  548.  
  549. local toggleTag = true
  550. local bilguit = Instance.new("BillboardGui", Head)
  551. bilguit.Adornee = nil
  552. bilguit.Name = "ModeName"
  553. bilguit.Size = UDim2.new(4, 0, 1.2, 0)
  554. bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  555. local modet = Instance.new("TextLabel", bilguit)
  556. modet.Size = UDim2.new(10/2, 0, 7/2, 0)
  557. modet.TextScaled = true
  558. modet.TextTransparency = 0
  559. modet.BackgroundTransparency = 1
  560. modet.TextTransparency = 0
  561. modet.TextStrokeTransparency = 0
  562. modet.Font = "GothamSemibold"
  563. modet.TextStrokeColor3 = Color3.new(177, 229, 166)
  564. modet.TextColor3 = Color3.new(255,255,255)
  565. modet.Text = "Please ignore this man he is Editing/Scripting a script."
  566.  
  567. local music = Instance.new("Sound", Character)
  568. music.SoundId = "rbxassetid://1329375823"
  569. music.Volume = 2
  570. music.Looped = true
  571. music:Play()
  572.  
  573. loaded = true
  574.  
  575. if loaded == true then
  576. attack = true
  577. Humanoid.WalkSpeed = 0
  578. Humanoid.JumpPower = 0
  579. sit = true
  580. repeat
  581. swait()
  582. PlayAnimationFromTable({
  583. CFrame.new(-0.0790518373, -1.28211284, -0.364974797, 1, -9.19981517e-07, 1.01839339e-06, 4.712426e-07, 0.927110493, 0.374788225, -1.28896136e-06, -0.374788225, 0.927110493) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  584. CFrame.new(0.0790522769, 1.41239452, 0.0392460488, 1, 9.46696446e-07, -9.93475055e-07, -9.19947979e-07, 0.999646187, 0.0265871882, 1.01829437e-06, -0.0265878141, 0.999649346) * CFrame.new(0, 0, 0 - .05 * math.cos(sine/40)) * CFrame.Angles(math.rad(0 - 5 * math.cos(sine/40)), 0, 0),
  585. CFrame.new(1.09309757, 0.19830294, -0.861271143, 0.76847899, 0.336144269, 0.544469535, 0.239813626, 0.637579441, -0.732107878, -0.593236446, 0.693180799, 0.409354448) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  586. CFrame.new(-0.881041527, 0.313548326, -0.857817411, 0.679015219, -0.402120054, -0.614196837, -0.27513656, 0.636264682, -0.720740676, 0.68061614, 0.658381879, 0.321395457) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  587. CFrame.new(0.735003531, -0.977018833, -1.17779481, 0.989697278, -0.143176422, -4.26077889e-07, -0.0562922768, -0.389113575, -0.919468403, 0.131646067, 0.909995139, -0.393164426) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  588. CFrame.new(-0.620305955, -0.990102291, -1.11360347, 0.980935276, 0.194335416, -1.13580725e-07, 0.0785024986, -0.396252751, -0.914779246, -0.177774101, 0.897339165, -0.403954059) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  589. }, .1, false)
  590. moter.C0 = clerp(moter.C0, CFrame.new(0.023572728, -0.897642493, -0.694501638, -0.998318791, -0.0538648441, 0.0214428138, -4.82425094e-07, -0.36984843, -0.92909205, 0.0579760745, -0.927529037, 0.369226247) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  591. until attack == false
  592. end
  593.  
  594.  
  595.  
  596. function Sit2()
  597. attack = true
  598. Humanoid.WalkSpeed = 0
  599. Humanoid.JumpPower = 0
  600. sit = true
  601. repeat
  602. swait()
  603. PlayAnimationFromTable({
  604. CFrame.new(-0.0790518373, -1.28211284, -0.364974797, 1, -9.19981517e-07, 1.01839339e-06, 4.712426e-07, 0.927110493, 0.374788225, -1.28896136e-06, -0.374788225, 0.927110493) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  605. CFrame.new(0.0790522769, 1.41239452, 0.0392460488, 1, 9.46696446e-07, -9.93475055e-07, -9.19947979e-07, 0.999646187, 0.0265871882, 1.01829437e-06, -0.0265878141, 0.999649346) * CFrame.new(0, 0, 0 - .05 * math.cos(sine/40)) * CFrame.Angles(math.rad(0 - 5 * math.cos(sine/40)), 0, 0),
  606. CFrame.new(1.09309757, 0.19830294, -0.861271143, 0.76847899, 0.336144269, 0.544469535, 0.239813626, 0.637579441, -0.732107878, -0.593236446, 0.693180799, 0.409354448) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  607. CFrame.new(-0.881041527, 0.313548326, -0.857817411, 0.679015219, -0.402120054, -0.614196837, -0.27513656, 0.636264682, -0.720740676, 0.68061614, 0.658381879, 0.321395457) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  608. CFrame.new(0.735003531, -0.977018833, -1.17779481, 0.989697278, -0.143176422, -4.26077889e-07, -0.0562922768, -0.389113575, -0.919468403, 0.131646067, 0.909995139, -0.393164426) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  609. CFrame.new(-0.620305955, -0.990102291, -1.11360347, 0.980935276, 0.194335416, -1.13580725e-07, 0.0785024986, -0.396252751, -0.914779246, -0.177774101, 0.897339165, -0.403954059) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  610. }, .1, false)
  611. moter.C0 = clerp(moter.C0, CFrame.new(0.023572728, -0.897642493, -0.694501638, -0.998318791, -0.0538648441, 0.0214428138, -4.82425094e-07, -0.36984843, -0.92909205, 0.0579760745, -0.927529037, 0.369226247) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  612. until attack == false
  613. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement