Advertisement
Lollddsf

running terror

Aug 27th, 2021 (edited)
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.55 KB | None | 0 0
  1. repeat wait() until game:IsLoaded() and game.CoreGui
  2. spawn(function()
  3. while true do
  4. settings().Physics.AllowSleep = false
  5. game.Players.LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge
  6. setsimulationradius(math.pow(math.huge,math.huge)*math.huge)
  7. game:GetService("RunService").Stepped:wait()
  8. end
  9. end)
  10.  
  11. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  12. if v:IsA("BasePart") and v.Name ~="Head" then
  13. game:GetService("RunService").Heartbeat:connect(function()
  14. v.Velocity = Vector3.new(45,0,0)
  15. end)
  16. end
  17. end
  18. wait(0.1)
  19.  
  20.  
  21. local function nocloloop()
  22. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  23. for _, child in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  24. if child:IsA("BasePart") and child.CanCollide == true then
  25. child.CanCollide = false
  26. end
  27. end
  28. end
  29. end
  30. Noclipping = game:GetService('RunService').Stepped:connect(nocloloop)
  31.  
  32.  
  33.  
  34.  
  35. local Player = game.Players.LocalPlayer
  36. local Character = Player.Character
  37. if Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  38.  
  39. Character.RightUpperArm["RightShoulder"]:Destroy()
  40. Character.LeftUpperArm["LeftShoulder"]:Destroy()
  41. Character.LeftUpperLeg["LeftHip"]:Destroy()
  42. Character.RightUpperLeg["RightHip"]:Destroy()
  43. else
  44. Character.Torso["Right Shoulder"]:Destroy()
  45. Character.Torso["Left Shoulder"]:Destroy()
  46. Character.Torso["Right Hip"]:Destroy()
  47. Character.Torso["Left Hip"]:Destroy()
  48. end
  49. local Leftarm = Character:FindFirstChild("Left Arm") or Character:FindFirstChild("LeftUpperArm")
  50. local Rightarm = Character:FindFirstChild("Right Arm") or Character:FindFirstChild("RightUpperArm")
  51. local Torso = Character:FindFirstChild("Torso") or Character:FindFirstChild("UpperTorso")
  52. local Leftleg = Character:FindFirstChild("Left Leg") or Character:FindFirstChild("LeftUpperLeg")
  53. local Rightleg = Character:FindFirstChild("Right Leg") or Character:FindFirstChild("RightUpperLeg")
  54. local rig = game:GetObjects("rbxassetid://5508993607")[1]
  55.  
  56. rig.Parent = Character
  57. rig:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  58. rig.Humanoid:Move(game.Players.LocalPlayer.Character.Humanoid.MoveDirection, false)
  59. rig.Torso.Anchored = false
  60.  
  61. if Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  62.  
  63.  
  64. alignPosition = Instance.new("AlignPosition",Leftarm)
  65. alignPosition.RigidityEnabled = false
  66. alignPosition.ApplyAtCenterOfMass = false
  67. alignPosition.MaxForce = 9e9
  68. alignPosition.MaxVelocity = 9e99
  69. alignPosition.ReactionForceEnabled = false
  70. alignPosition.Responsiveness = 9e99
  71. --alignPosition.Parent = Leftarm
  72. alignOr = Instance.new("AlignOrientation",Leftarm)
  73. alignOr.MaxTorque = 9e99
  74. alignOr.MaxAngularVelocity = 9e99
  75. alignOr.PrimaryAxisOnly = false
  76. alignOr.ReactionTorqueEnabled = false
  77. alignOr.Responsiveness = 200
  78. alignOr.RigidityEnabled = false
  79. --alignOr.Parent = Leftarm
  80. --Rightarm
  81. alignPosition = Instance.new("AlignPosition",Rightarm)
  82. alignPosition.RigidityEnabled = false
  83. alignPosition.ApplyAtCenterOfMass = false
  84. alignPosition.MaxForce = 9e9
  85. alignPosition.MaxVelocity = 9e99
  86. alignPosition.ReactionForceEnabled = false
  87. alignPosition.Responsiveness = 9e99
  88. --alignPosition.Parent = Rightarm
  89. alignOr = Instance.new("AlignOrientation",Rightarm)
  90. alignOr.MaxTorque = 9e99
  91. alignOr.MaxAngularVelocity = 9e99
  92. alignOr.PrimaryAxisOnly = false
  93. alignOr.ReactionTorqueEnabled = false
  94. alignOr.Responsiveness = 200
  95. alignOr.RigidityEnabled = false
  96. --alignOr.Parent = Rightarm
  97. --Torso
  98. alignPosition = Instance.new("AlignPosition",Torso)
  99. alignPosition.RigidityEnabled = false
  100. alignPosition.ApplyAtCenterOfMass = false
  101. alignPosition.MaxForce = 9e9
  102. alignPosition.MaxVelocity = 9e99
  103. alignPosition.ReactionForceEnabled = false
  104. alignPosition.Responsiveness = 9e99
  105. --alignPosition.Parent = Torso
  106. alignOr = Instance.new("AlignOrientation",Torso)
  107. alignOr.MaxTorque = 9e99
  108. alignOr.MaxAngularVelocity = 9e99
  109. alignOr.PrimaryAxisOnly = false
  110. alignOr.ReactionTorqueEnabled = false
  111. alignOr.Responsiveness = 200
  112. alignOr.RigidityEnabled = false
  113. --alignOr.Parent = Torso
  114. --LeftLeg
  115. alignPosition = Instance.new("AlignPosition",Leftleg)
  116. alignPosition.RigidityEnabled = false
  117. alignPosition.ApplyAtCenterOfMass = false
  118. alignPosition.MaxForce = 9e9
  119. alignPosition.MaxVelocity = 9e99
  120. alignPosition.ReactionForceEnabled = false
  121. alignPosition.Responsiveness = 9e99
  122. alignPosition.Parent = Leftleg
  123. alignOr = Instance.new("AlignOrientation",Leftleg)
  124. alignOr.MaxTorque = 9e99
  125. alignOr.MaxAngularVelocity = 9e99
  126. alignOr.PrimaryAxisOnly = false
  127. alignOr.ReactionTorqueEnabled = false
  128. alignOr.Responsiveness = 200
  129. alignOr.RigidityEnabled = false
  130. --alignOr.Parent = Leftleg
  131. --Rightleg
  132. alignPosition = Instance.new("AlignPosition",Rightleg)
  133. alignPosition.RigidityEnabled = false
  134. alignPosition.ApplyAtCenterOfMass = false
  135. alignPosition.MaxForce = 9e9
  136. alignPosition.MaxVelocity = 9e99
  137. alignPosition.ReactionForceEnabled = false
  138. alignPosition.Responsiveness = 9e99
  139. alignPosition.Parent = Rightleg
  140. alignOr = Instance.new("AlignOrientation",Rightleg)
  141. alignOr.MaxTorque = 9e99
  142. alignOr.MaxAngularVelocity = 9e99
  143. alignOr.PrimaryAxisOnly = false
  144. alignOr.ReactionTorqueEnabled = false
  145. alignOr.Responsiveness = 200
  146. alignOr.RigidityEnabled = false
  147. --alignOr.Parent = Rightleg
  148. a0 = Instance.new("Attachment",Rightarm)
  149. a0.Position = Vector3.new(0, -0.4, 0)
  150. a1 = Instance.new("Attachment",rig["Right Arm"])
  151. a2 = Instance.new("Attachment",Rightarm)
  152. Rightarm.AlignPosition.Attachment0 = a0
  153. Rightarm.AlignPosition.Attachment1 = a1
  154. Rightarm.AlignOrientation.Attachment0 = a2
  155. Rightarm.AlignOrientation.Attachment1 = a1
  156. a0 = Instance.new("Attachment",Leftarm)
  157. a0.Position = Vector3.new(0, -0.4, 0)
  158. a1 = Instance.new("Attachment",rig["Left Arm"])
  159. a2 = Instance.new("Attachment",Leftarm)
  160. Leftarm.AlignPosition.Attachment0 = a0
  161. Leftarm.AlignPosition.Attachment1 = a1
  162. Leftarm.AlignOrientation.Attachment0 = a2
  163. Leftarm.AlignOrientation.Attachment1 = a1
  164. a0 = Instance.new("Attachment",Torso)
  165. a0.Position = Vector3.new(0, -0.2, 0)
  166. a1 = Instance.new("Attachment",rig["Torso"])
  167. a2 = Instance.new("Attachment",Torso)
  168. Torso.AlignPosition.Attachment0 = a0
  169. Torso.AlignPosition.Attachment1 = a1
  170. Torso.AlignOrientation.Attachment0 = a2
  171. Torso.AlignOrientation.Attachment1 = a1
  172. a0 = Instance.new("Attachment",Leftleg)
  173. a0.Position = Vector3.new(0, -0.5, 0)
  174.  
  175. a1 = Instance.new("Attachment",rig["Left Leg"])
  176. a2 = Instance.new("Attachment",Leftleg)
  177. Leftleg.AlignPosition.Attachment0 = a0
  178. Leftleg.AlignPosition.Attachment1 = a1
  179. Leftleg.AlignOrientation.Attachment0 = a2
  180. Leftleg.AlignOrientation.Attachment1 = a1
  181. a0 = Instance.new("Attachment",Rightleg)
  182. a0.Position = Vector3.new(0, -0.5, 0)
  183.  
  184. a1 = Instance.new("Attachment",rig["Right Leg"])
  185. a2 = Instance.new("Attachment",Rightleg)
  186. Rightleg.AlignPosition.Attachment0 = a0
  187. Rightleg.AlignPosition.Attachment1 = a1
  188. Rightleg.AlignOrientation.Attachment0 = a2
  189. Rightleg.AlignOrientation.Attachment1 = a1
  190.  
  191. else
  192.  
  193. alignPosition = Instance.new("AlignPosition",Leftarm)
  194. alignPosition.RigidityEnabled = false
  195. alignPosition.ApplyAtCenterOfMass = false
  196. alignPosition.MaxForce = 9e9
  197. alignPosition.MaxVelocity = 9e99
  198. alignPosition.ReactionForceEnabled = false
  199. alignPosition.Responsiveness = 9e99
  200. --alignPosition.Parent = Leftarm
  201. alignOr = Instance.new("AlignOrientation",Leftarm)
  202. alignOr.MaxTorque = 9e99
  203. alignOr.MaxAngularVelocity = 9e99
  204. alignOr.PrimaryAxisOnly = false
  205. alignOr.ReactionTorqueEnabled = false
  206. alignOr.Responsiveness = 200
  207. alignOr.RigidityEnabled = false
  208. --alignOr.Parent = Leftarm
  209. --Rightarm
  210. alignPosition = Instance.new("AlignPosition",Rightarm)
  211. alignPosition.RigidityEnabled = false
  212. alignPosition.ApplyAtCenterOfMass = false
  213. alignPosition.MaxForce = 9e9
  214. alignPosition.MaxVelocity = 9e99
  215. alignPosition.ReactionForceEnabled = false
  216. alignPosition.Responsiveness = 9e99
  217. --alignPosition.Parent = Rightarm
  218. alignOr = Instance.new("AlignOrientation",Rightarm)
  219. alignOr.MaxTorque = 9e99
  220. alignOr.MaxAngularVelocity = 9e99
  221. alignOr.PrimaryAxisOnly = false
  222. alignOr.ReactionTorqueEnabled = false
  223. alignOr.Responsiveness = 200
  224. alignOr.RigidityEnabled = false
  225. --alignOr.Parent = Rightarm
  226. --Torso
  227. alignPosition = Instance.new("AlignPosition",Torso)
  228. alignPosition.RigidityEnabled = false
  229. alignPosition.ApplyAtCenterOfMass = false
  230. alignPosition.MaxForce = 9e9
  231. alignPosition.MaxVelocity = 9e99
  232. alignPosition.ReactionForceEnabled = false
  233. alignPosition.Responsiveness = 9e99
  234. --alignPosition.Parent = Torso
  235. alignOr = Instance.new("AlignOrientation",Torso)
  236. alignOr.MaxTorque = 9e99
  237. alignOr.MaxAngularVelocity = 9e99
  238. alignOr.PrimaryAxisOnly = false
  239. alignOr.ReactionTorqueEnabled = false
  240. alignOr.Responsiveness = 200
  241. alignOr.RigidityEnabled = false
  242. --alignOr.Parent = Torso
  243. --LeftLeg
  244. alignPosition = Instance.new("AlignPosition",Leftleg)
  245. alignPosition.RigidityEnabled = false
  246. alignPosition.ApplyAtCenterOfMass = false
  247. alignPosition.MaxForce = 9e9
  248. alignPosition.MaxVelocity = 9e99
  249. alignPosition.ReactionForceEnabled = false
  250. alignPosition.Responsiveness = 9e99
  251. alignPosition.Parent = Leftleg
  252. alignOr = Instance.new("AlignOrientation",Leftleg)
  253. alignOr.MaxTorque = 9e99
  254. alignOr.MaxAngularVelocity = 9e99
  255. alignOr.PrimaryAxisOnly = false
  256. alignOr.ReactionTorqueEnabled = false
  257. alignOr.Responsiveness = 200
  258. alignOr.RigidityEnabled = false
  259. --alignOr.Parent = Leftleg
  260. --Rightleg
  261. alignPosition = Instance.new("AlignPosition",Rightleg)
  262. alignPosition.RigidityEnabled = false
  263. alignPosition.ApplyAtCenterOfMass = false
  264. alignPosition.MaxForce = 9e9
  265. alignPosition.MaxVelocity = 9e99
  266. alignPosition.ReactionForceEnabled = false
  267. alignPosition.Responsiveness = 9e99
  268. alignPosition.Parent = Rightleg
  269. alignOr = Instance.new("AlignOrientation",Rightleg)
  270. alignOr.MaxTorque = 9e99
  271. alignOr.MaxAngularVelocity = 9e99
  272. alignOr.PrimaryAxisOnly = false
  273. alignOr.ReactionTorqueEnabled = false
  274. alignOr.Responsiveness = 200
  275. alignOr.RigidityEnabled = false
  276. --alignOr.Parent = Rightleg
  277. a0 = Instance.new("Attachment",Rightarm)
  278. a1 = Instance.new("Attachment",rig["Right Arm"])
  279. a2 = Instance.new("Attachment",Rightarm)
  280. Rightarm.AlignPosition.Attachment0 = a0
  281. Rightarm.AlignPosition.Attachment1 = a1
  282. Rightarm.AlignOrientation.Attachment0 = a2
  283. Rightarm.AlignOrientation.Attachment1 = a1
  284. a0 = Instance.new("Attachment",Leftarm)
  285. a1 = Instance.new("Attachment",rig["Left Arm"])
  286. a2 = Instance.new("Attachment",Leftarm)
  287. Leftarm.AlignPosition.Attachment0 = a0
  288. Leftarm.AlignPosition.Attachment1 = a1
  289. Leftarm.AlignOrientation.Attachment0 = a2
  290. Leftarm.AlignOrientation.Attachment1 = a1
  291. a0 = Instance.new("Attachment",Torso)
  292. a1 = Instance.new("Attachment",rig["Torso"])
  293. a2 = Instance.new("Attachment",Torso)
  294. Torso.AlignPosition.Attachment0 = a0
  295. Torso.AlignPosition.Attachment1 = a1
  296. Torso.AlignOrientation.Attachment0 = a2
  297. Torso.AlignOrientation.Attachment1 = a1
  298. a0 = Instance.new("Attachment",Leftleg)
  299.  
  300. a1 = Instance.new("Attachment",rig["Left Leg"])
  301. a2 = Instance.new("Attachment",Leftleg)
  302. Leftleg.AlignPosition.Attachment0 = a0
  303. Leftleg.AlignPosition.Attachment1 = a1
  304. Leftleg.AlignOrientation.Attachment0 = a2
  305. Leftleg.AlignOrientation.Attachment1 = a1
  306. a0 = Instance.new("Attachment",Rightleg)
  307.  
  308. a1 = Instance.new("Attachment",rig["Right Leg"])
  309. a2 = Instance.new("Attachment",Rightleg)
  310. Rightleg.AlignPosition.Attachment0 = a0
  311. Rightleg.AlignPosition.Attachment1 = a1
  312. Rightleg.AlignOrientation.Attachment0 = a2
  313. Rightleg.AlignOrientation.Attachment1 = a1
  314. end
  315.  
  316. rig.HumanoidRootPart.Anchored = false
  317. spawn(function()
  318. while true do
  319. wait()
  320. if Character:FindFirstChild("Humanoid").Health == 0 then
  321. Character:BreakJoints()
  322. rig:BreakJoints()
  323. end
  324. end
  325. end)
  326.  
  327. function nocol(same)
  328. for i,v in pairs(Character:GetDescendants()) do
  329. if v:IsA("BasePart") then
  330. HILOL=Instance.new("NoCollisionConstraint",v)
  331. HILOL.Part0 = v
  332. HILOL.Part1 = same
  333. end
  334. end
  335. end
  336. for i,v in pairs(rig:GetDescendants()) do
  337. if v:IsA("BasePart") then
  338. nocol(v)
  339. end
  340. end
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. Rightarm.Anchored = true
  350. Torso.Anchored = true
  351. Leftarm.Anchored = true
  352. Rightleg.Anchored = true
  353. Leftleg.Anchored = true
  354. Character.Head.Anchored = true
  355. for i=0,30 do
  356. wait()
  357. rig.HumanoidRootPart.RotVelocity = Vector3.new(0,10,0)
  358. rig.HumanoidRootPart.Velocity = Vector3.new(0,10,0)
  359. end
  360.  
  361. game.Players.LocalPlayer.Character.Animate.Disabled = true
  362. game:GetService("UserInputService").JumpRequest:connect(function(same)
  363. if rig.Humanoid.FloorMaterial~=Enum.Material.Air then
  364. rig.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  365. game.Players.LocalPlayer.Character.Dummy:FindFirstChildOfClass('Humanoid').Sit = false
  366. end
  367. end)
  368. if Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  369. Character.HumanoidRootPart.RootJoint:Destroy()
  370. elseif Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  371. Character.LowerTorso.Root:Destroy()
  372. end
  373.  
  374.  
  375.  
  376. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  377. Humanoid = game.Players.LocalPlayer.Character.Humanoid
  378. game["Run Service"].RenderStepped:Connect(function()
  379. rig.Humanoid:Move(Character.Humanoid.MoveDirection, false)
  380.  
  381. local ActiveTracks = Humanoid:GetPlayingAnimationTracks()
  382. for _,v in pairs(ActiveTracks) do
  383. v:Stop()
  384. end
  385. end)
  386. Rightarm.Anchored = false
  387. Torso.Anchored = false
  388. Leftarm.Anchored = false
  389. Rightleg.Anchored = false
  390. Leftleg.Anchored = false
  391. Character.Head.Anchored = false
  392. game.Workspace.CurrentCamera.CameraSubject = rig.Humanoid
  393.  
  394. --[[
  395. local Humanoid1 = Character.Humanoid
  396. local Humanoid2 = Character.Dummy.Humanoid
  397. Humanoid2.Parent = Character
  398. Humanoid1.Parent = Character.Dummy
  399. ]]--
  400.  
  401. wait()
  402.  
  403. spawn(function()
  404.  
  405. lolx = game.Players.LocalPlayer.Character.Dummy
  406.  
  407. lol = Instance.new("Sound", lolx)
  408. lol.Volume = 1
  409. lol.Name = "sus"
  410. lol.Looped = true
  411. lol.SoundId = "rbxassetid://1295048825"
  412. lol:Play()
  413.  
  414. animid="rbxassetid://5009879973"
  415. plr=game.Players.LocalPlayer
  416. bruhmomentrighthahahahhahah=plr.Character.Dummy
  417. cf=bruhmomentrighthahahahhahah.HumanoidRootPart.CFrame
  418. t=bruhmomentrighthahahahhahah.Torso
  419. rs=t["Right Shoulder"]
  420. ls=t["Left Shoulder"]
  421. rh=t["Right Hip"]
  422. lh=t["Left Hip"]
  423. n=t["Neck"]
  424. rj=bruhmomentrighthahahahhahah.HumanoidRootPart["RootJoint"]
  425. rsc0=rs.C0
  426. lsc0=ls.C0
  427. rhc0=rh.C0
  428. lhc0=lh.C0
  429. rjc0=rj.C0
  430. nc0=n.C0
  431. gc0=CFrame.new()
  432. orsc0=rs.C0
  433. olsc0=ls.C0
  434. orhc0=rh.C0
  435. olhc0=lh.C0
  436. orjc0=rj.C0
  437. onc0=n.C0
  438. count2 = 100
  439. maxcount2=100
  440. game["Run Service"].Heartbeat:Connect(function()
  441. count2 = count2+1
  442. if count2<=maxcount2 then
  443. rs.Transform=rs.Transform:Lerp(rsc0,count2/maxcount2)
  444. ls.Transform=ls.Transform:Lerp(lsc0,count2/maxcount2)
  445. rh.Transform=rh.Transform:Lerp(rhc0,count2/maxcount2)
  446. lh.Transform=lh.Transform:Lerp(lhc0,count2/maxcount2)
  447. n.Transform=n.Transform:Lerp(nc0,count2/maxcount2)
  448. rj.Transform=rj.Transform:Lerp(rjc0,count2/maxcount2)
  449. end
  450. end)
  451. animid=game:GetObjects(animid)[1]
  452. function wait2(tim)
  453. if tim<0.1 then
  454. game.RunService.Heartbeat:Wait()
  455. else
  456. for i=1,tim*40 do
  457. game.RunService.Heartbeat:Wait()
  458. end
  459. end
  460. end
  461. anim={}
  462. function kftotbl(kf)
  463. tbl3 = {}
  464. for i,v in pairs(kf:GetDescendants()) do
  465. if v:IsA("Pose") then
  466. tbl3[string.sub(v.Name,1,1)..string.sub(v.Name,#v.Name,#v.Name)] = v.CFrame
  467. end
  468. end
  469. return(tbl3)
  470. end
  471. for i,v in pairs(animid:GetChildren()) do
  472. if v:IsA("Keyframe") then
  473. anim[v.Time]=kftotbl(v)
  474. end
  475. end
  476.  
  477. function getnext(tbl,number)
  478. c=100
  479. rtrnv=0
  480. for i,v in pairs(tbl) do
  481. if i>number and i-number<c then
  482. c=i-number
  483. rtrnv=i
  484. end
  485. end
  486. return(rtrnv)
  487. end
  488. count = 0
  489. char=game.Players.LocalPlayer.Character.Dummy
  490. hhhh=game.Players.LocalPlayer.Character.Dummy.Humanoid.Animator
  491. hhhh.Parent = nil
  492. for _,v in pairs(char.Humanoid:GetPlayingAnimationTracks()) do
  493. v:Stop()
  494. end
  495. while wait() do
  496. for i,oasjdadlasdkadkldjkl in pairs(anim) do
  497. asdf=getnext(anim,count)
  498. v=anim[asdf]
  499. if v["Lg"] then
  500. lhc0 = v["Lg"]
  501. end
  502. if v["Rg"] then
  503. rhc0 = v["Rg"]
  504. end
  505. if v["Lm"] then
  506. lsc0 = v["Lm"]
  507. end
  508. if v["Rm"] then
  509. rsc0 = v["Rm"]
  510. end
  511. if v["To"] then
  512. rjc0 = v["To"]
  513. end
  514. if v["Hd"] then
  515. nc0 = v["Hd"]
  516. end
  517. count2=0
  518. maxcount2=asdf-count
  519. count=asdf
  520. wait2(asdf-count)
  521. count2=maxcount2
  522. if v["Lg"] then
  523. char.Torso["Left Hip"].Transform = v["Lg"]
  524. end
  525. if v["Rg"] then
  526. char.Torso["Right Hip"].Transform = v["Rg"]
  527. end
  528. if v["Lm"] then
  529. char.Torso["Left Shoulder"].Transform = v["Lm"]
  530. end
  531. if v["Rm"] then
  532. char.Torso["Right Shoulder"].Transform = v["Rm"]
  533. end
  534. if v["To"] then
  535. char.HumanoidRootPart["RootJoint"].Transform = v["To"]
  536. end
  537. if v["Hd"] then
  538. char.Torso["Neck"].Transform = v["Hd"]
  539. end
  540. end
  541. end
  542.  
  543. end)--spawnfunction end important shit for not lag
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement