hawoody

The Lost Dominus

Apr 1st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.00 KB | None | 0 0
  1. -- By Theamazingnater
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4. wait(2)
  5. char.Head.face:Destroy()
  6. bdycolors = char["Body Colors"]
  7. bdycolors.HeadColor = BrickColor.new("White")
  8. bdycolors.LeftArmColor = BrickColor.new("White")
  9. bdycolors.RightArmColor = BrickColor.new("White")
  10. bdycolors.LeftLegColor = BrickColor.new("Really black")
  11. bdycolors.RightLegColor = BrickColor.new("Really black")
  12. bdycolors.TorsoColor = BrickColor.new("Really black")
  13. for i,v in pairs(char:GetChildren()) do
  14. if v.ClassName == "Part" then
  15. v.Transparency = 1
  16. end
  17. end
  18. local forcefield = Instance.new("ForceField",char)
  19. forcefield.Name = "Starman Forcefield"
  20. forcefield.Visible = false
  21. local hum = char:FindFirstChildOfClass("Humanoid")
  22. hum.Name = "Invincible"
  23. hum.WalkSpeed = 16
  24. model = Instance.new("Model",workspace)
  25. local Music = Instance.new("Sound",model)
  26. Music.Volume = 2.5
  27. Music.SoundId = "rbxassetid://302561924"
  28. Music.Looped = true
  29. Music.Name = "Music"
  30. Music.Pitch = .5 --Pitcher
  31. Music:Play()
  32. m = model
  33. function swait(num)
  34. if num == 0 or num == nil then
  35. game:service("RunService").Stepped:wait(0)
  36. else
  37. for i = 0, num do
  38. game:service("RunService").Stepped:wait(0)
  39. end
  40. end
  41. end
  42. function chatfunc(text)
  43. local chat = coroutine.wrap(function()
  44. if char:FindFirstChild("TalkingBillBoard")~= nil then
  45. char:FindFirstChild("TalkingBillBoard"):destroy()
  46. end
  47. local naeeym2 = Instance.new("BillboardGui",char)
  48. naeeym2.Size = UDim2.new(0,100,0,40)
  49. naeeym2.StudsOffset = Vector3.new(0,3,0)
  50. naeeym2.Adornee = char.Head
  51. naeeym2.Name = "TalkingBillBoard"
  52. local tecks2 = Instance.new("TextLabel",naeeym2)
  53. tecks2.BackgroundTransparency = 1
  54. tecks2.BorderSizePixel = 0
  55. tecks2.Text = ""
  56. tecks2.Font = "Fantasy"
  57. tecks2.TextSize = 30
  58. tecks2.TextStrokeTransparency = 0
  59. tecks2.TextColor3 = Color3.new(.6,0,0)
  60. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  61. tecks2.Size = UDim2.new(1,0,0.5,0)
  62. local tecks3 = Instance.new("TextLabel",naeeym2)
  63. tecks3.BackgroundTransparency = 1
  64. tecks3.BorderSizePixel = 0
  65. tecks3.Text = ""
  66. tecks3.Font = "Fantasy"
  67. tecks3.TextSize = 30
  68. tecks3.TextStrokeTransparency = 0
  69. tecks3.TextColor3 = BrickColor.new("Really red").Color
  70. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  71. tecks3.Size = UDim2.new(1,0,0.5,0)
  72. for i = 1,string.len(text),1 do
  73. tecks2.Text = string.sub(text,1,i)
  74. tecks3.Text = string.sub(text,1,i)
  75. wait(0.01)
  76. end
  77. wait(2)
  78. for i = 1, 50 do
  79. swait()
  80. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  81. tecks2.Rotation = tecks2.Rotation - .8
  82. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  83. tecks2.TextTransparency = tecks2.TextTransparency + .04
  84. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  85. tecks3.Rotation = tecks2.Rotation + .8
  86. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  87. tecks3.TextTransparency = tecks2.TextTransparency + .04
  88. end
  89. naeeym2:Destroy()
  90. end)
  91. chat()
  92. end
  93. function onChatted(msg)
  94. chatfunc(msg)
  95. end
  96. plr.Chatted:connect(onChatted)
  97. local txtfag = Instance.new("BillboardGui", char)
  98. txtfag.Adornee = char.Head
  99. txtfag.Name = "kys nigga"
  100. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  101. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  102. local textfag = Instance.new("TextLabel", txtfag)
  103. textfag.Size = UDim2.new(6, 0, 1, 0)
  104. textfag.FontSize = "Size8"
  105. textfag.TextScaled = true
  106. textfag.TextTransparency = 0
  107. textfag.BackgroundTransparency = 1
  108. textfag.TextTransparency = 0
  109. textfag.TextStrokeTransparency = 0
  110. textfag.Font = "SourceSans"
  111. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  112. v = Instance.new("Part")
  113. v.Name = "ColorBrick"
  114. v.Parent = part
  115. v.FormFactor = "Symmetric"
  116. v.Anchored = true
  117. v.CanCollide = false
  118. v.BottomSurface = "Smooth"
  119. v.TopSurface = "Smooth"
  120. v.Size = Vector3.new(10, 5, 3)
  121. v.Transparency = 0.7
  122. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  123. v.Transparency = 1
  124. textfag.TextColor3 = BrickColor.new("Really red").Color
  125. textfag.TextStrokeColor3 = BrickColor.new("Really black").Color
  126. v.Shape = "Block"
  127. textfag.Text = "Deadly Dark Dominus"
  128. coroutine.resume(coroutine.create(function()
  129. while textfag ~= nil do
  130. swait()
  131. textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
  132. textfag.Rotation = math.random(-3,3)
  133. end
  134. end))
  135. for i,v in pairs(char:GetChildren()) do
  136. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  137. v:Destroy()
  138. end
  139. end
  140. m.Name = "DominusModel" -- I guess so the user knows what it is.... uh...
  141. char.Parent = game.Workspace.CurrentCamera
  142. local dom = Instance.new("Part",m)
  143. local dom2 = Instance.new("FileMesh",dom)
  144. dom2.MeshId = "http://www.roblox.com/asset/?id=162384581"
  145. dom2.TextureId = "http://www.roblox.com/asset/?id=280727432"
  146. dom2.Scale = Vector3.new(1.045, 1.045, 1.045)
  147. local weld = Instance.new("Weld",dom)
  148. weld.Part0 = dom
  149. weld.Part1 = char.Head
  150. weld.C0 = CFrame.new(0, 0.107543945, -0.199999988, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  151. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  152. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  153. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  154. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  155. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  156. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  157. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  158. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  159. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  160. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  161. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  162. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  163. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  165. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  166. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  167. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  168. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  169. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  170. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  171. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  172. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  173. local FT, RA, LA, RL, LL = Instance.new("SpecialMesh"), Instance.new("SpecialMesh"), Instance.new("SpecialMesh"), Instance.new("SpecialMesh"), Instance.new("SpecialMesh")
  174. local PlayerSize = 1
  175. FT.MeshId, FT.Scale = "rbxasset://fonts/torso.mesh", Vector3.new(PlayerSize, PlayerSize, PlayerSize)
  176. RA.MeshId, RA.Scale = "rbxasset://fonts/rightarm.mesh", Vector3.new(PlayerSize, PlayerSize, PlayerSize)
  177. LA.MeshId, LA.Scale = "rbxasset://fonts/leftarm.mesh", Vector3.new(PlayerSize, PlayerSize, PlayerSize)
  178. RL.MeshId, RL.Scale = "rbxasset://fonts/rightleg.mesh", Vector3.new(PlayerSize, PlayerSize, PlayerSize)
  179. LL.MeshId, LL.Scale = "rbxasset://fonts/leftleg.mesh", Vector3.new(PlayerSize, PlayerSize, PlayerSize)
  180. cananimate = true
  181. mouse = plr:GetMouse()
  182. using = false
  183. function FALLTOPIECES(key)
  184. if key == "e" and not using then
  185. using = true
  186. char:FindFirstChildOfClass("Humanoid").WalkSpeed = 0
  187. cananimate = false
  188. chatfunc("FALL TO...")
  189. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  190. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  191. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  192. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  193. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  194. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  195. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  196. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  197. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  198. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  199. local charge = Instance.new("Sound",m)
  200. charge.SoundId = "rbxassetid://1289851900"
  201. charge.Volume = 4
  202. charge:Play()
  203. charge.Looped = true
  204. for i = 0,1, 0.03 do
  205. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  206. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.999992371, 0.403417587, -0.400690079, 0.978886008, -0.198669523, -0.0480909608, -0.0489091128, 0.000789985002, -0.99880302, 0.198469713, 0.98006618, -0.00894344598),i)
  207. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.999992371, 0.401778936, -0.300704002, 0.995004237, 0.0998337567, 2.21675634e-07, -8.0173304e-05, 0.000801276532, -0.999999762, -0.0998337343, 0.995003879, 0.000805277436),i)
  208. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.500003815, -0.302405119, -1.00209045, 0.998795688, 1.07394217e-05, 0.0490646139, 0.0144870952, 0.955350697, -0.295119137, -0.0468770824, 0.295474499, 0.954199851),i)
  209. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.499988556, -0.299546719, -1.00121117, 0.999991715, 1.10380352e-05, -3.05008143e-06, -1.13286078e-05, 0.955351293, -0.295472056, -2.51282472e-07, 0.295474589, 0.955343246),i)
  210. game:GetService("RunService").RenderStepped:wait()
  211. end
  212. wait(2)
  213. chatfunc("PIECES!")
  214. charge:Stop()
  215. local boom = Instance.new("Sound",m)
  216. boom.SoundId = "rbxassetid://137994058"
  217. boom.Volume = 4
  218. boom:Play()
  219. local sphere = Instance.new("Part",m)
  220. sphere.Anchored = true
  221. sphere.Shape = Enum.PartType.Ball
  222. sphere.BrickColor = BrickColor.new("Really red")
  223. sphere.Transparency = 0.5
  224. sphere.Position = char.Torso.Position
  225. sphere.CanCollide = false
  226. local sphere2 = sphere:Clone()
  227. sphere2.Parent = m
  228. sphere2.Size = Vector3.new(3,3,3)
  229. sphere2.BrickColor = BrickColor.new("Really black")
  230. sphere2.Position = char.Torso.Position
  231. sphere.Position = char.Torso.Position
  232. for i = 0,1 , 0.03 do
  233. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  234. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  235. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  236. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  237. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  238. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  239. game:GetService("RunService").RenderStepped:wait()
  240. end
  241. for i = 1,60 do
  242. wait()
  243. sphere.Size = sphere.Size + Vector3.new(1,1,1)
  244. sphere.Position = char.Torso.Position
  245. sphere2.Size = sphere2.Size + Vector3.new(1,1,1)
  246. sphere2.Position = char.Torso.Position
  247. sphere.Material = "SmoothPlastic"
  248. sphere2.Material = "SmoothPlastic"
  249. for i,v in pairs(workspace:GetChildren()) do
  250. if v.ClassName == "Model" then
  251. local human = v:FindFirstChildOfClass("Humanoid")
  252. if human then
  253. human.Health = 0
  254. end
  255. end
  256. end
  257. end
  258. charge:Destroy()
  259. boom:Destroy()
  260. char:FindFirstChildOfClass("Humanoid").WalkSpeed = 16
  261. sphere:Destroy()
  262. sphere2:Destroy()
  263. llegweld:Destroy()
  264. rlegweld:Destroy()
  265. rlegclone.Parent = char.Torso
  266. rlegclone.Parent = char.Torso
  267. cananimate = true
  268. using = false
  269. end
  270. end
  271. mouse.KeyDown:connect(FALLTOPIECES)
  272.  
  273. local knife = Instance.new("Part",m)
  274. knife.Name = "lol grab knife v4 reference"
  275. knife.Size = Vector3.new(0.2, 1.89, 0.57)
  276. knife.CanCollide = false
  277. local knifemesh = Instance.new("FileMesh",knife)
  278. knifemesh.MeshId = "http://www.roblox.com/asset/?id=121944778"
  279. knifemesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  280. local knifeweld = Instance.new("Weld",knife)
  281. knifeweld.Part0 = knife
  282. knifeweld.Part1 = char["Right Arm"]
  283. knifeweld.C0 = CFrame.new(-0.0201387405, -0.954784393, 1.14084578, 0.99966526, -0.000569000083, 0.0258700047, 0.0258762557, 0.0222939868, -0.99941653, -8.07743072e-06, 0.99975121, 0.0223012473)
  284. mouse.Button1Down:connect(function()
  285. if not using then
  286. using = true
  287. cananimate = false
  288. for i = 0,1 ,0.09 do
  289. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.85140467, 0.525511265, -0.0422797203, -0.00247925473, -0.65761143, 0.753353298, 0.999993026, -0.00377299637, -2.55151826e-06, 0.00284408266, 0.753347874, 0.657616079),i)
  290. game:GetService("RunService").RenderStepped:wait()
  291. end
  292. wait(0.3)
  293. local hitbox = Instance.new("Part",knife)
  294. hitbox.Name = "HurtBox"
  295. hitbox.Transparency = 1
  296. hitbox.CanCollide = false
  297. hitbox.Size = Vector3.new(0.4, 1.02, 0.53)
  298. local weld = Instance.new("Weld",hitbox)
  299. weld.Part0 = hitbox
  300. weld.Part1 = knife
  301. weld.C0 = CFrame.new(0, -0.970016479, 0.0149999857, 1, 0, 0, 0, 1, 0, 0, 0, 0.999997616)
  302. function Hit(brick)
  303. local human = brick.Parent:FindFirstChildOfClass("Humanoid")
  304. if human then
  305. human.Health = 0
  306. human.Name = "rekted"
  307. end
  308. end
  309. hitbox.Touched:connect(Hit)
  310. for i = 0,1 ,0.07 do
  311. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.18540192, 0.502321243, -0.646141529, 0.0185738262, 0.0280615948, 0.999433696, 0.999545574, -0.0242637265, -0.0178946313, 0.0237478372, 0.999311686, -0.028499512),i)
  312. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.603398085, 0, 0.797440112, 0, 1, 0, -0.797440112, 0, 0.603398085),i)
  313. game:GetService("RunService").RenderStepped:wait()
  314. end
  315. hitbox:Destroy()
  316. cananimate = true
  317. using = false
  318. end
  319. end)
  320.  
  321. coroutine.wrap(function()
  322. while true do
  323. wait(0.01)
  324. if model.Parent == nil then
  325. model.Parent = game.Workspace
  326. end
  327. local hum = char:FindFirstChildOfClass("Humanoid")
  328. hum.MaxHealth = math.huge
  329. hum.Health = math.huge
  330. for i,v in pairs(char:GetChildren()) do
  331. if v.ClassName == "Part" then
  332. local cp = v:Clone()
  333. cp.Parent = model
  334. cp.Anchored = true
  335. cp.CanCollide = false
  336. cp.Material = Enum.Material.SmoothPlastic
  337. cp.Transparency = 0.8
  338. if cp.Name == "HumanoidRootPart" then
  339. cp:Remove()
  340. end
  341. for i,v in pairs(cp:GetChildren()) do
  342. if v.ClassName == "Motor6D" or v.ClassName == "Weld" or v.ClassName == "Motor" then
  343. v:Remove()
  344. end
  345. end
  346. game:GetService("Debris"):AddItem(cp,0.5)
  347. end
  348. end
  349. end
  350. end)()
  351. while true do
  352. wait(0.01)
  353. if m.Parent == nil then
  354. m.Parent = workspace
  355. end
  356. if cananimate then
  357. --Walking animation
  358. if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  359. for i = 0.1,0.3 , 0.008 do
  360. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  361. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  362. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.168842316, -0.374614239, 1, 0, 0, 0, 0.662306964, -0.74923259, 0, 0.74923259, 0.662307084),i)
  363. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.12597847, 0.331827164, 1, 0, 0, 0, 0.748035073, 0.663659215, 0, -0.663659275, 0.748035014),i)
  364. game:GetService("RunService").Stepped:wait()
  365. end
  366. end
  367. for i = 0.1,0.3 , 0.008 do
  368. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  369. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  370. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.216003418, 0.411518574, 1, 0, 0, 0, 0.567983389, 0.823040009, 0, -0.823040009, 0.567983389),i)
  371. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.215018272, -0.41083622, 1, 0, 0, 0, 0.569954693, -0.821676135, 0, 0.821676135, 0.569954753),i)
  372. game:GetService("RunService").Stepped:wait()
  373. end
  374. end
  375. -- Idle animation
  376. elseif game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 then
  377. for i = 0,1 , 0.03 do
  378. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 and cananimate then
  379. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  380. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
  381. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
  382. game:GetService("RunService").RenderStepped:wait()
  383. end
  384. end
  385. end
  386. end
  387. wait()
  388. end
Add Comment
Please, Sign In to add comment