Advertisement
AgentVK

Curse

Sep 10th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 KB | None | 0 0
  1. --lol why do you have this
  2.  
  3. --anyway, this script is called SUGARIE
  4. --and its by TATTLETAIL_CUTE
  5. --at least give some credit, will ya?
  6.  
  7.  
  8. musicOn = true
  9.  
  10. Me = game.Players.LocalPlayer
  11. player = Me
  12. char = Me.Character
  13. chara = char
  14. larm = char["Left Arm"]
  15. rarm = char["Right Arm"]
  16. lleg = char["Left Leg"]
  17. rleg = char["Right Leg"]
  18. torso = char.Torso
  19. hed = char.Head
  20. mouse = player:GetMouse()
  21. lght = game.Lighting
  22. lichtact = false
  23. moosicact = false
  24. gotsagofest = true
  25. chara.Humanoid.MaxHealth = math.huge
  26. chara.Humanoid.Health = math.huge
  27.  
  28.  
  29.  
  30. wait(2.5)
  31.  
  32. chara.Humanoid.WalkSpeed = 10
  33. chara.Humanoid.JumpPower = 40
  34. local naeeym = Instance.new("BillboardGui",chara)
  35. naeeym.Size = UDim2.new(0,100,0,40)
  36. naeeym.StudsOffset = Vector3.new(0,2,0)
  37. naeeym.Adornee = chara.Head
  38. local tecks = Instance.new("TextLabel",naeeym)
  39. tecks.BackgroundTransparency = 1
  40. tecks.BorderSizePixel = 0
  41. tecks.Text = "Sugarie (By TATTLETAIL_CUTE) (FANMADE) (UNFINISHED)"
  42. tecks.Font = "Antique"
  43. tecks.FontSize = "Size36"
  44. tecks.TextStrokeTransparency = 0.5
  45. tecks.TextColor3 = Color3.new(0,0,0)
  46. rrer = BrickColor.new("Really red")
  47. tecks.TextStrokeColor3 = rrer.Color
  48. tecks.Size = UDim2.new(1,0,0.5,0)
  49. local licht = Instance.new("PointLight",chara.Torso)
  50. licht.Color = tecks.TextStrokeColor3
  51. licht.Range = 60
  52. licht.Brightness = 1
  53. licht.Enabled = false
  54.  
  55.  
  56. ------------------------------- Player -------------------------------------------------------------------
  57. local z = Instance.new("Sound",hed)
  58. z.Looped = true
  59. z.SoundId = "rbxassetid://251613697"
  60. z.Volume = 2.25
  61. if musicOn then
  62. z:Play()
  63. end
  64.  
  65. Mouse = player:GetMouse()
  66.  
  67. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  68.  
  69. for i,v in pairs(chara:children()) do
  70. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  71. v:Destroy()
  72. end
  73. end
  74.  
  75. Hats1 = Instance.new("Part")
  76. Hats1.Parent = char
  77. Hats1.BrickColor = BrickColor.new("White")
  78. Hats1.formFactor = "Symmetric"
  79. Hats1.Size = Vector3.new(1, 1, 1)
  80. Hats1.CFrame = hed.CFrame
  81. Hats1:BreakJoints()
  82. Hats1.CanCollide = false
  83. Hats1.TopSurface = "Smooth"
  84. Hats1.BottomSurface = "Smooth"
  85. Weld = Instance.new("Weld")
  86. Weld.Part0 = hed
  87. Weld.Part1 = Hats1
  88. Weld.Parent = hed
  89. Weld.C0 = CFrame.new(0, 0.8, 0.1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  90. Mesh = Instance.new("SpecialMesh")
  91. Mesh.Parent = Hats1
  92. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  93. Mesh.TextureId = "http://www.roblox.com/asset/?id=64444605"
  94. Mesh.VertexColor = Vector3.new(1,0,0)
  95. Mesh.Scale = Vector3.new(1.1,1.1,1.1)
  96.  
  97.  
  98. shirt = Instance.new("Shirt", char)
  99. shirt.Name = "Shirt"
  100. pants = Instance.new("Pants", char)
  101. pants.Name = "Pants"
  102. char.Shirt.ShirtTemplate = "rbxassetid://767938301"
  103. char.Pants.PantsTemplate = "rbxassetid://590256393"
  104.  
  105. hed.face.Texture = "http://www.roblox.com/asset/?id=1000657824"
  106.  
  107. char["Body Colors"].HeadColor, char["Body Colors"].LeftArmColor, char["Body Colors"].LeftLegColor, char["Body Colors"].RightArmColor, char["Body Colors"].RightLegColor, char["Body Colors"].TorsoColor = BrickColor.new("Dark orange"), BrickColor.new("Dark orange"), BrickColor.new("Dark orange"), BrickColor.new("Dark orange"), BrickColor.new("Dark orange"), BrickColor.new("Dark orange")
  108. local Orbd = Instance.new("Part", char)
  109. Orbd.Name = "Orbd"
  110. Orbd.Shape = Enum.PartType.Ball
  111. Orbd.CanCollide = false
  112. Orbd.BrickColor = BrickColor.new("Really red")
  113. Orbd.Transparency = 0
  114. Orbd.Material = "Neon"
  115. Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
  116. Orbd.TopSurface = Enum.SurfaceType.Smooth
  117. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  118. local Weld = Instance.new("Weld", Orbd)
  119. Weld.Part0 = char.Head
  120. Weld.Part1 = Orbd
  121. Weld.C1 = CFrame.new(0.247, -0.23, 0.5475)
  122. local glov = Instance.new("PointLight", Orbd)
  123. glov.Brightness = 0.25
  124. glov.Range = 20
  125. glov.Color = Color3.new(255, 0, 0)
  126. local Orbvc = Instance.new("Part", char)
  127. Orbvc.Name = "Orbvc"
  128. Orbvc.Shape = Enum.PartType.Ball
  129. Orbvc.CanCollide = false
  130. Orbvc.BrickColor = BrickColor.new("Really red")
  131. Orbvc.Transparency = 0
  132. Orbvc.Material = "Neon"
  133. Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
  134. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  135. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  136. local Weld = Instance.new("Weld", Orbvc)
  137. Weld.Part0 = char.Head
  138. Weld.Part1 = Orbvc
  139. Weld.C1 = CFrame.new(-0.116, -0.23, 0.5475)
  140. local glo = Instance.new("PointLight", Orbvc)
  141. glo.Brightness = 0.25
  142. glo.Range = 20
  143. glo.Color = Color3.new(255, 0, 0)
  144.  
  145. local IsFreeFalling = false
  146. local SpinPart = Instance.new('Part')
  147. SpinPart.Transparency = 1
  148. SpinPart.Size = Vector3.new(25,1,25)
  149. SpinPart.CanCollide = false
  150. SpinPart.FormFactor = 'Custom'
  151. local FX = Instance.new('ParticleEmitter',SpinPart)
  152. FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Alder").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Alder").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://747221652",-0.1
  153. local FX = Instance.new('ParticleEmitter',SpinPart)
  154. FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Alder").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Alder").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://747221652",0.1
  155. do
  156. local tspin = Instance.new('BodyAngularVelocity')
  157. tspin.angularvelocity = Vector3.new(0,1,0)
  158. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  159. tspin.Parent = SpinPart
  160. end
  161. local SpinPos = Instance.new('BodyPosition')
  162. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  163. SpinPos.Parent = SpinPart
  164.  
  165. function Equipped()
  166. IsEquipped = true
  167. local MyTorso = char.Torso
  168. if MyTorso then
  169. spawn(function()
  170. local startTime = tick()
  171. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  172. SpinPart.Parent = MyTorso
  173. local fadeIn = true
  174. while IsEquipped do
  175. if not IsFreeFalling then
  176. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  177. end
  178. wait()
  179. end
  180. SpinPart.Parent = nil
  181.  
  182. end)
  183. end
  184. end
  185.  
  186.  
  187. wait(0.01)
  188. Equipped()
  189.  
  190.  
  191. function start()
  192. print("FURRIES falls across the battlefield...")
  193. wait()
  194. print("----------------------------------------")
  195. wait()
  196. print(" - SUGARIE booted up. -")
  197. wait()
  198. print("- Cursed Killer:???")
  199. i = 0
  200. while i<1 do
  201. wait()
  202. i = i + 0.01
  203. l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0, l.Saturation - 0, l.Brightness + 0
  204. end
  205. end
  206.  
  207. delay(0,start)
  208.  
  209. local SuitHolder=Instance.new("Model")
  210. SuitHolder.Name="Suit"
  211. SuitHolder.Parent=game.Players.LocalPlayer.Character
  212. local m = Instance.new("Model")
  213. m.Name="Left Arm"
  214. m.Parent=SuitHolder
  215. local p=Instance.new("Part")
  216. p.Name="Handle"
  217. p.formFactor=Enum.FormFactor.Symmetric
  218. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  219. p.CFrame=CFrame.new(-8.5, 3.5999999, 4.50500011, 1.30801496e-07, 0.99619472, -0.087155804, -7.619402e-09, -0.087155804, -0.99619472, -1, 1.30967834e-07, -3.809701e-09)
  220. p.Anchored=false
  221. p.CanCollide=false
  222. p.Size=Vector3.new(1, 1, 1)
  223. p.TopSurface=Enum.SurfaceType.Smooth
  224. p.BottomSurface=Enum.SurfaceType.Smooth
  225. p.Parent=m
  226. local obj1=Instance.new("SpecialMesh")
  227. obj1.MeshType=Enum.MeshType.FileMesh
  228. obj1.Scale=Vector3.new(0.779999971, 1.25, 1)
  229. obj1.Parent=p
  230. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  231. local w=Instance.new("Weld",p)
  232. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(0, 0.6, 0.005, 1.30801496e-07, 0.99619472, -0.087155804, -7.619402e-09, -0.087155804, -0.99619472, -1, 1.30967834e-07, -3.809701e-09)
  233. local p=Instance.new("Part")
  234. p.Name="Handle"
  235. p.formFactor=Enum.FormFactor.Symmetric
  236. p.Color=Color3.new(0.0666667, 0.0666667, 0.0666667)
  237. p.CFrame=CFrame.new(-8.60000038, 1.4000001, 0.00500011, -4.37113883e-08, 0.087155737, 0.99619472, 0, 0.99619472, -0.087155737, -1, -3.80969833e-09, -4.35450538e-08)
  238. p.Anchored=false
  239. p.CanCollide=false
  240. p.Size=Vector3.new(1, 1, 1)
  241. p.TopSurface=Enum.SurfaceType.Smooth
  242. p.BottomSurface=Enum.SurfaceType.Smooth
  243. p.Parent=m
  244. local obj1=Instance.new("SpecialMesh")
  245. obj1.MeshType=Enum.MeshType.FileMesh
  246. obj1.Scale=Vector3.new(0.899999976, 1.29999995, 1)
  247. obj1.Parent=p
  248. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  249. local w=Instance.new("Weld",p)
  250. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(-0.1, 0.4, 0.005, -4.37113883e-08, 0.087155737, 0.99619472, 0, 0.99619472, -0.087155737, -1, -3.80969833e-09, -4.35450538e-08)
  251. local p=Instance.new("Part")
  252. p.Name="Handle"
  253. p.formFactor=Enum.FormFactor.Symmetric
  254. p.Color=Color3.new(0.592157, 0, 0)
  255. p.CFrame=CFrame.new(-8.5, 3.6500001, 4.50500011, -4.23832347e-08, 0.98480773, -0.173648223, 1.51808095e-08, -0.173648223, -0.98480773, -1, -4.43754651e-08, -7.59040475e-09)
  256. p.Anchored=false
  257. p.CanCollide=false
  258. p.Size=Vector3.new(1, 1, 1)
  259. p.TopSurface=Enum.SurfaceType.Smooth
  260. p.BottomSurface=Enum.SurfaceType.Smooth
  261. p.Parent=m
  262. local obj1=Instance.new("SpecialMesh")
  263. obj1.MeshType=Enum.MeshType.FileMesh
  264. obj1.Scale=Vector3.new(0.779999971, 0.75, 1)
  265. obj1.Parent=p
  266. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  267. local w=Instance.new("Weld",p)
  268. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(0, 0.65, 0.005, -4.23832347e-08, 0.98480773, -0.173648223, 1.51808095e-08, -0.173648223, -0.98480773, -1, -4.43754651e-08, -7.59040475e-09)
  269. local p=Instance.new("Part")
  270. p.Name="Handle"
  271. p.formFactor=Enum.FormFactor.Symmetric
  272. p.Color=Color3.new(0.592157, 0, 0)
  273. p.Material=Enum.Material.Neon
  274. p.CFrame=CFrame.new(-8.64500046, 3.45000005, 4.50299978, -4.37113883e-08, 0.342020124, 0.939692616, 0, 0.939692616, -0.342020124, -1, -1.49501744e-08, -4.10752676e-08)
  275. p.Anchored=false
  276. p.CanCollide=false
  277. p.Size=Vector3.new(1, 1, 1)
  278. p.TopSurface=Enum.SurfaceType.Smooth
  279. p.BottomSurface=Enum.SurfaceType.Smooth
  280. p.Parent=m
  281. local obj1=Instance.new("SpecialMesh")
  282. obj1.MeshType=Enum.MeshType.FileMesh
  283. obj1.Scale=Vector3.new(0.925000012, 1.5, 1)
  284. obj1.Parent=p
  285. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  286. local w=Instance.new("Weld",p)
  287. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(-0.145, 0.45, 0.003, -4.37113883e-08, 0.342020124, 0.939692616, 0, 0.939692616, -0.342020124, -1, -1.49501744e-08, -4.10752676e-08)
  288. local p=Instance.new("Part")
  289. p.Name="Handle"
  290. p.formFactor=Enum.FormFactor.Symmetric
  291. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  292. p.CFrame=CFrame.new(-8.64999962, 3.5999999, 4.50500011, -4.37113883e-08, 0.5, 0.866025388, 0, 0.866025388, -0.5, -1, -2.18556941e-08, -3.78551732e-08)
  293. p.Anchored=false
  294. p.CanCollide=false
  295. p.Size=Vector3.new(1, 1, 1)
  296. p.TopSurface=Enum.SurfaceType.Smooth
  297. p.BottomSurface=Enum.SurfaceType.Smooth
  298. p.Parent=m
  299. local obj1=Instance.new("SpecialMesh")
  300. obj1.MeshType=Enum.MeshType.FileMesh
  301. obj1.Scale=Vector3.new(0.975000024, 1.5, 1)
  302. obj1.Parent=p
  303. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  304. local w=Instance.new("Weld",p)
  305. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(-0.15, 0.6, 0.005, -4.37113883e-08, 0.5, 0.866025388, 0, 0.866025388, -0.5, -1, -2.18556941e-08, -3.78551732e-08)
  306. local p=Instance.new("Part")
  307. p.Name="Handle"
  308. p.formFactor=Enum.FormFactor.Symmetric
  309. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  310. p.CFrame=CFrame.new(-8.5, 3.75, 4.50500011, -4.37113883e-08, 0.866025388, -0.50000006, 0, -0.50000006, -0.866025388, -1, -3.78551732e-08, 2.18556959e-08)
  311. p.Anchored=false
  312. p.CanCollide=false
  313. p.Size=Vector3.new(1, 1, 1)
  314. p.TopSurface=Enum.SurfaceType.Smooth
  315. p.BottomSurface=Enum.SurfaceType.Smooth
  316. p.Parent=m
  317. local obj1=Instance.new("SpecialMesh")
  318. obj1.MeshType=Enum.MeshType.FileMesh
  319. obj1.Scale=Vector3.new(0.779999971, 1.25, 1)
  320. obj1.Parent=p
  321. obj1.MeshId = "http://www.roblox.com/asset/?id=20637493"
  322. local w=Instance.new("Weld",p)
  323. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(0, 0.75, 0.005, -4.37113883e-08, 0.866025388, -0.50000006, 0, -0.50000006, -0.866025388, -1, -3.78551732e-08, 2.18556959e-08)
  324. local p=Instance.new("Part")
  325. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  326. p.CFrame=CFrame.new(-8.13249969, 3.28999996, 4.50500011, 4.37113883e-08, -3.82137093e-15, -1, -8.74227766e-08, -1, 0, -1, 8.74227766e-08, -4.37113883e-08)
  327. p.Anchored=false
  328. p.CanCollide=false
  329. p.Size=Vector3.new(1.04999995, 0.5, 0.300000012)
  330. p.Parent=m
  331. local obj1=Instance.new("SpecialMesh")
  332. obj1.MeshType=Enum.MeshType.Wedge
  333. obj1.Parent=p
  334. local w=Instance.new("Weld",p)
  335. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(0.36750031, 0.29, 0.005, 4.37113883e-08, -3.82137093e-15, -1, -8.74227766e-08, -1, 0, -1, 8.74227766e-08, -4.37113883e-08)
  336. local p=Instance.new("Part")
  337. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  338. p.CFrame=CFrame.new(-8.65750027, 3.28999996, 4.50500011, 4.37113883e-08, 3.82137093e-15, 1, 8.74227766e-08, -1, 0, 1, 8.74227766e-08, -4.37113883e-08)
  339. p.Anchored=false
  340. p.CanCollide=false
  341. p.Size=Vector3.new(1.04999995, 0.5, 0.75)
  342. p.Parent=m
  343. local obj1=Instance.new("SpecialMesh")
  344. obj1.MeshType=Enum.MeshType.Wedge
  345. obj1.Parent=p
  346. local w=Instance.new("Weld",p)
  347. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(-0.15750027, 0.28999996, 0.005, 4.37113883e-08, 3.82137093e-15, 1, 8.74227766e-08, -1, 0, 1, 8.74227766e-08, -4.37113883e-08)
  348. local p=Instance.new("Part")
  349. p.Color=Color3.new(0.105882, 0.164706, 0.207843)
  350. p.CFrame=CFrame.new(-8.5, 3.7750001, 4.50500011, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  351. p.Anchored=false
  352. p.CanCollide=false
  353. p.Size=Vector3.new(1.04999995, 0.5, 1.04999995)
  354. p.Parent=m
  355. local w=Instance.new("Weld",p)
  356. w.Part0,w.Part1,w.C0 = SuitHolder.Parent["Left Arm"],p,CFrame.new(0, 0.7750001, 0.005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  357.  
  358. TC = chara.HumanoidRootPart.RootJoint
  359. HC = chara.Torso.Neck
  360. RAC = chara.Torso["Right Shoulder"]
  361. LAC = chara.Torso["Left Shoulder"]
  362. RLC = chara.Torso["Right Hip"]
  363. LLC = chara.Torso["Left Hip"]
  364. TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  365. HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  366. RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  367. LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  368. RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  369. LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  370. RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  371. LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  372. RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  373. LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  374. RW = Instance.new("Weld",HC.Parent)
  375. RW.Part1 = HC.Parent
  376. RW.Part0 = chara["Right Arm"]
  377. RW.C0 = RWF
  378. LW = Instance.new("Weld",HC.Parent)
  379. LW.Part1 = HC.Parent
  380. LW.Part0 = chara["Left Arm"]
  381. LW.C0 = LWF
  382. RLW = nil
  383. LLW = nil
  384.  
  385.  
  386. function clerp(a,b,c)
  387. return a:lerp(b,c)
  388. end
  389.  
  390. TC.C0 = TCF
  391. HC.C0 = HCF
  392. RW.C0 = RWF
  393. LW.C0 = LWF
  394.  
  395. --Idle Clerp--
  396. ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(10))
  397. IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-10))
  398. IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2))
  399. ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2))
  400.  
  401. TC.C0 = ITCF
  402. HC.C0 = IHCF
  403. RW.C0 = IRWF
  404. LW.C0 = ILWF
  405.  
  406. while true do
  407. wait(.01)
  408. chance = math.random(0,100)
  409. if chance < 10 then
  410. sel = math.random(1,3)
  411. if sel == 1 then
  412. tecks.Text = "Endor"
  413. elseif sel == 2 then
  414. tecks.Text = "Eubon"
  415. elseif sel == 3 then
  416. tecks.Text = "Fndcr"
  417. end
  418. else tecks.Text = "Cursed Killer:???"
  419. if chara.Humanoid.Health > 0 then
  420. chara.Humanoid.MaxHealth = math.huge
  421. chara.Humanoid.Health = math.huge
  422. end
  423. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  424. end
  425. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement