EARTHWORM_SALLY

FolderManEarthwormSally

Jun 15th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.36 KB | None | 0 0
  1. warn("earthworm sally made by ramin999232 bai")
  2. if game:GetService("RunService"):IsClient()then error(".... You need to find h/ found, not hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  3. do
  4. script.Parent = owner.Character
  5. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  6. local function NewFakeEvent()
  7. local Bind = Instance.new("BindableEvent")
  8. local Fake;Fake = {Connections = {},
  9. fakeEvent=true;
  10. Connect=function(self,Func)
  11. Bind.Event:connect(Func)
  12. self.Connections[Bind] = true
  13. return setmetatable({Connected = true},{
  14. __index = function (self,Index)
  15. if Index:lower() == "disconnect" then
  16. return function() Fake.Connections[Bind] = false;self.Connected = false end
  17. end
  18. return Fake[Index]
  19. end;
  20. __tostring = function() return "Connection" end;
  21. })
  22. end}
  23. Fake.connect = Fake.Connect;return Fake;
  24. end
  25. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  26. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  27. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  28. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  29. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  30. local function TriggerEvent(self,Event,...)
  31. local Trigger = Mouse[Event]
  32. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  33. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  34. end
  35. end
  36. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  37. Event.OnServerEvent:Connect(function(FiredBy,Input)
  38. if FiredBy.Name ~= owner.Name then return end
  39. if Input.MouseEvent then
  40. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  41. else
  42. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  43. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  44. for _,Action in pairs(ContextActionService.Actions) do
  45. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  46. end
  47. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  48. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  49. end
  50. end)
  51. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  52. Event.Parent = NLS([[
  53. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  59. local Hit,Target
  60. while wait(1/30) do
  61. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  62. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  63. end
  64. end
  65. ]],owner.Character)
  66. end
  67. RealGame = game;game = setmetatable({},{
  68. __index = function (self,Index)
  69. local Sandbox = function (Thing)
  70. if Thing:IsA("Player") then
  71. local RealPlayer = Thing
  72. return setmetatable({},{
  73. __index = function (self,Index)
  74. local Type = type(RealPlayer[Index])
  75. if Type == "function" then
  76. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  77. return function (self)return InternalData["Mouse"] end
  78. end
  79. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  80. end
  81. return RealPlayer[Index]
  82. end;
  83. __tostring = function(self) return RealPlayer.Name end
  84. })
  85. end
  86. end
  87. if RealGame[Index] then
  88. local Type = type(RealGame[Index])
  89. if Type == "function" then
  90. if Index:lower() == "getservice" or Index:lower() == "service" then
  91. return function (self,Service)
  92. local FakeServices = {
  93. ["players"] = function()
  94. return setmetatable({},{
  95. __index = function (self2,Index2)
  96. local RealService = RealGame:GetService(Service)
  97. local Type2 = type(Index2)
  98. if Type2 == "function" then
  99. return function (self,...) return RealService[Index2](RealService,...)end
  100. else
  101. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  102. return RealService[Index2]
  103. end
  104. end;
  105. __tostring = function(self) return RealGame:GetService(Service).Name end
  106. })
  107. end;
  108. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  109. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  110. ["runservice"] = function()
  111. return setmetatable({},{
  112. __index = function(self2,Index2)
  113. local RealService = RealGame:GetService(Service)
  114. local Type2 = type(Index2)
  115. if Type2 == "function" then
  116. return function (self,...) return RealService[Index2](RealService,...) end
  117. else
  118. local RunServices = {
  119. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  120. ["renderstepped"] = function() return RealService["Stepped"] end
  121. }
  122. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  123. return RealService[Index2]
  124. end
  125. end
  126. })
  127. end
  128. }
  129. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  130. return RealGame:GetService(Service)
  131. end
  132. end
  133. return function (self,...) return RealGame[Index](RealGame,...) end
  134. else
  135. if game:GetService(Index) then return game:GetService(Index) end
  136. return RealGame[Index]
  137. end
  138. end
  139. return nil
  140. end
  141. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  142.  
  143. Player = game:GetService("Players").LocalPlayer
  144. PlayerGui = Player.PlayerGui
  145. Cam = workspace.CurrentCamera
  146. Backpack = Player.Backpack
  147. Character = Player.Character
  148. Humanoid = Character.Humanoid
  149. Mouse = Player:GetMouse()
  150. RootPart = Character["HumanoidRootPart"]
  151. Torso = Character["Torso"]
  152. Head = Character["Head"]
  153. RightArm = Character["Right Arm"]
  154. LeftArm = Character["Left Arm"]
  155. RightLeg = Character["Right Leg"]
  156. LeftLeg = Character["Left Leg"]
  157. RootJoint = RootPart["RootJoint"]
  158. Neck = Torso["Neck"]
  159. RightShoulder = Torso["Right Shoulder"]
  160. LeftShoulder = Torso["Left Shoulder"]
  161. RightHip = Torso["Right Hip"]
  162. LeftHip = Torso["Left Hip"]
  163. function EatSound()
  164. local sick = Instance.new("Sound",Character)
  165. sick.SoundId = "rbxassetid://625712280"
  166. sick.Pitch = 1
  167. sick.Name = "Eating"
  168. sick.MaxDistance = 150
  169. sick.Volume = 2
  170. end
  171.  
  172. epic = Instance.new("Sound",Head)
  173. epic.Playing = true
  174. epic.Looped = true
  175. epic.Volume = 5
  176. epic.SoundId = "rbxassetid://3090964224"
  177.  
  178.  
  179. IT = Instance.new
  180. CF = CFrame.new
  181. VT = Vector3.new
  182. RAD = math.rad
  183. C3 = Color3.new
  184. UD2 = UDim2.new
  185. BRICKC = BrickColor.new
  186. ANGLES = CFrame.Angles
  187. EULER = CFrame.fromEulerAnglesXYZ
  188. COS = math.cos
  189. ACOS = math.acos
  190. SIN = math.sin
  191. ASIN = math.asin
  192. ABS = math.abs
  193. MRANDOM = math.random
  194. FLOOR = math.floor
  195.  
  196. --//=================================\\
  197. --|| USEFUL VALUES
  198. --\\=================================//
  199.  
  200. Animation_Speed = 3
  201. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  202. local Speed = 45
  203. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  204. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  205. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  206. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  207. local DAMAGEMULTIPLIER = 1
  208. local ANIM = "Idle"
  209. local ATTACK = false
  210. local EQUIPPED = false
  211. local HOLD = false
  212. local COMBO = 1
  213. local Rooted = false
  214. local SINE = 0
  215. local KEYHOLD = false
  216. local CHANGE = 2 / Animation_Speed
  217. local WALKINGANIM = false
  218. local VALUE1 = false
  219. local VALUE2 = false
  220. local ROBLOXIDLEANIMATION = IT("Animation")
  221. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  222. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  223. --ROBLOXIDLEANIMATION.Parent = Humanoid
  224. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  225. WEAPONGUI.Name = "Weapon GUI"
  226. local Effects = IT("Folder", Character)
  227. Effects.Name = "Effects"
  228. local ANIMATOR = Humanoid.Animator
  229. local ANIMATE = Character.Animate
  230. local UNANCHOR = true
  231. local HITPOS = nil
  232. local HITFLOOR = nil
  233. local BODY = {}
  234.  
  235. --//=================================\\
  236. --\\=================================//
  237. function chatf(text)
  238. local chat = coroutine.wrap(function()
  239. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  240. Character:FindFirstChild("TalkingBillBoard"):destroy()
  241. end
  242. local Bill = Instance.new("BillboardGui",Character)
  243. Bill.Size = UDim2.new(0,100,0,40)
  244. Bill.StudsOffset = Vector3.new(0,3,0)
  245. Bill.Adornee = Character.Head
  246. Bill.Name = "TalkingBillBoard"
  247. local Heh = Instance.new("TextLabel",Bill)
  248. Heh.BackgroundTransparency = 1
  249. Heh.BorderSizePixel = 0
  250. Heh.Text = ""
  251. Heh.Font = "Fantasy"
  252. Heh.TextSize = 40
  253. Heh.TextStrokeTransparency = 0
  254. Heh.Size = UDim2.new(1,0,0.5,0)
  255. coroutine.resume(coroutine.create(function()
  256. while Heh ~= nil do
  257. Swait()
  258. Heh.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  259. Heh.Rotation = math.random(-5,5)
  260. Heh.TextColor3 = Color3.new(50/255,0,0)
  261. Heh.TextStrokeColor3 = Color3.new(255/255,0,0)
  262. end
  263. end))
  264. for i = 1,string.len(text),1 do
  265. Swait()
  266. Heh.Text = string.sub(text,1,i)
  267. end
  268. Swait(90)--Re[math.random(1, 93)]
  269. for i = 0, 1, .025 do
  270. Swait()
  271. Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i))
  272. Heh.TextStrokeTransparency = i
  273. Heh.TextTransparency = i
  274. end
  275. Bill:Destroy()
  276. end)
  277. chat()
  278. end
  279.  
  280. function chatfunc(text)
  281. local chat = coroutine.wrap(function()
  282. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  283. Character:FindFirstChild("TalkingBillBoard"):destroy()
  284. end
  285. local Bill = Instance.new("BillboardGui",Character)
  286. Bill.Size = UDim2.new(0,100,0,40)
  287. Bill.StudsOffset = Vector3.new(0,3,0)
  288. Bill.Adornee = Character.Head
  289. Bill.Name = "TalkingBillBoard"
  290. local Hehe = Instance.new("TextLabel",Bill)
  291. Hehe.BackgroundTransparency = 1
  292. Hehe.BorderSizePixel = 0
  293. Hehe.Text = ""
  294. Hehe.Font = "Garamond"
  295. Hehe.TextSize = 40
  296. Hehe.TextStrokeTransparency = 0
  297. Hehe.Size = UDim2.new(1,0,0.5,0)
  298. coroutine.resume(coroutine.create(function()
  299. while Hehe ~= nil do
  300. Swait()
  301. Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  302. Hehe.Rotation = math.random(-5,5)
  303. Hehe.TextColor3 = Color3.new(0,0,50/255)
  304. Hehe.TextStrokeColor3 = Color3.new(0,0,100/255)
  305. end
  306. end))
  307. for i = 1,string.len(text),1 do
  308. Swait()
  309. Hehe.Text = string.sub(text,1,i)
  310. end
  311. Swait(90)--Re[math.random(1, 93)]
  312. for i = 0, 1, .025 do
  313. Swait()
  314. Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i))
  315. Hehe.TextStrokeTransparency = i
  316. Hehe.TextTransparency = i
  317. end
  318. Bill:Destroy()
  319. end)
  320. chat()
  321. end
  322.  
  323. --//=================================\\
  324. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  325. --\\=================================//
  326.  
  327. ArtificialHB = Instance.new("BindableEvent", script)
  328. ArtificialHB.Name = "ArtificialHB"
  329.  
  330. script:WaitForChild("ArtificialHB")
  331.  
  332. frame = Frame_Speed
  333. tf = 0
  334. allowframeloss = false
  335. tossremainder = false
  336. lastframe = tick()
  337. script.ArtificialHB:Fire()
  338.  
  339. game:GetService("RunService").Heartbeat:connect(function(s, p)
  340. tf = tf + s
  341. if tf >= frame then
  342. if allowframeloss then
  343. script.ArtificialHB:Fire()
  344. lastframe = tick()
  345. else
  346. for i = 1, math.floor(tf / frame) do
  347. script.ArtificialHB:Fire()
  348. end
  349. lastframe = tick()
  350. end
  351. if tossremainder then
  352. tf = 0
  353. else
  354. tf = tf - frame * math.floor(tf / frame)
  355. end
  356. end
  357. end)
  358.  
  359. --//=================================\\
  360. --\\=================================//
  361.  
  362. --//=================================\\
  363. --|| SOME FUNCTIONS
  364. --\\=================================//
  365.  
  366. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  367. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  368. end
  369.  
  370. function PositiveAngle(NUMBER)
  371. if NUMBER >= 0 then
  372. NUMBER = 0
  373. end
  374. return NUMBER
  375. end
  376.  
  377. function NegativeAngle(NUMBER)
  378. if NUMBER <= 0 then
  379. NUMBER = 0
  380. end
  381. return NUMBER
  382. end
  383.  
  384. function Swait(NUMBER)
  385. if NUMBER == 0 or NUMBER == nil then
  386. ArtificialHB.Event:wait()
  387. else
  388. for i = 1, NUMBER do
  389. ArtificialHB.Event:wait()
  390. end
  391. end
  392. end
  393.  
  394. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  395. local NEWMESH = IT(MESH)
  396. if MESH == "SpecialMesh" then
  397. NEWMESH.MeshType = MESHTYPE
  398. if MESHID ~= "nil" and MESHID ~= "" then
  399. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  400. end
  401. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  402. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  403. end
  404. end
  405. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  406. NEWMESH.Scale = SCALE
  407. NEWMESH.Parent = PARENT
  408. return NEWMESH
  409. end
  410.  
  411. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  412. local NEWPART = IT("Part")
  413. NEWPART.formFactor = FORMFACTOR
  414. NEWPART.Reflectance = REFLECTANCE
  415. NEWPART.Transparency = TRANSPARENCY
  416. NEWPART.CanCollide = false
  417. NEWPART.Locked = true
  418. NEWPART.Anchored = true
  419. if ANCHOR == false then
  420. NEWPART.Anchored = false
  421. end
  422. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  423. NEWPART.Name = NAME
  424. NEWPART.Size = SIZE
  425. NEWPART.Position = Torso.Position
  426. NEWPART.Material = MATERIAL
  427. NEWPART:BreakJoints()
  428. NEWPART.Parent = PARENT
  429. return NEWPART
  430. end
  431.  
  432. function CreateSeat(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  433. local NEWPART = IT("Seat")
  434. NEWPART.formFactor = FORMFACTOR
  435. NEWPART.Reflectance = REFLECTANCE
  436. NEWPART.Transparency = TRANSPARENCY
  437. NEWPART.CanCollide = false
  438. NEWPART.Locked = true
  439. NEWPART.Anchored = true
  440. if ANCHOR == false then
  441. NEWPART.Anchored = false
  442. end
  443. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  444. NEWPART.Name = NAME
  445. NEWPART.Size = SIZE
  446. NEWPART.Position = Torso.Position
  447. NEWPART.Material = MATERIAL
  448. NEWPART:BreakJoints()
  449. NEWPART.Parent = PARENT
  450. return NEWPART
  451. end
  452.  
  453. local function weldBetween(a, b)
  454. local weldd = Instance.new("ManualWeld")
  455. weldd.Part0 = a
  456. weldd.Part1 = b
  457. weldd.C0 = CFrame.new()
  458. weldd.C1 = b.CFrame:inverse() * a.CFrame
  459. weldd.Parent = a
  460. return weldd
  461. end
  462.  
  463.  
  464. function QuaternionFromCFrame(cf)
  465. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  466. local trace = m00 + m11 + m22
  467. if trace > 0 then
  468. local s = math.sqrt(1 + trace)
  469. local recip = 0.5 / s
  470. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  471. else
  472. local i = 0
  473. if m11 > m00 then
  474. i = 1
  475. end
  476. if m22 > (i == 0 and m00 or m11) then
  477. i = 2
  478. end
  479. if i == 0 then
  480. local s = math.sqrt(m00 - m11 - m22 + 1)
  481. local recip = 0.5 / s
  482. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  483. elseif i == 1 then
  484. local s = math.sqrt(m11 - m22 - m00 + 1)
  485. local recip = 0.5 / s
  486. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  487. elseif i == 2 then
  488. local s = math.sqrt(m22 - m00 - m11 + 1)
  489. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  490. end
  491. end
  492. end
  493.  
  494. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  495. local xs, ys, zs = x + x, y + y, z + z
  496. local wx, wy, wz = w * xs, w * ys, w * zs
  497. local xx = x * xs
  498. local xy = x * ys
  499. local xz = x * zs
  500. local yy = y * ys
  501. local yz = y * zs
  502. local zz = z * zs
  503. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  504. end
  505.  
  506. function QuaternionSlerp(a, b, t)
  507. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  508. local startInterp, finishInterp;
  509. if cosTheta >= 0.0001 then
  510. if (1 - cosTheta) > 0.0001 then
  511. local theta = ACOS(cosTheta)
  512. local invSinTheta = 1 / SIN(theta)
  513. startInterp = SIN((1 - t) * theta) * invSinTheta
  514. finishInterp = SIN(t * theta) * invSinTheta
  515. else
  516. startInterp = 1 - t
  517. finishInterp = t
  518. end
  519. else
  520. if (1 + cosTheta) > 0.0001 then
  521. local theta = ACOS(-cosTheta)
  522. local invSinTheta = 1 / SIN(theta)
  523. startInterp = SIN((t - 1) * theta) * invSinTheta
  524. finishInterp = SIN(t * theta) * invSinTheta
  525. else
  526. startInterp = t - 1
  527. finishInterp = t
  528. end
  529. end
  530. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  531. end
  532.  
  533. function Clerp(a, b, t)
  534. local qa = {QuaternionFromCFrame(a)}
  535. local qb = {QuaternionFromCFrame(b)}
  536. local ax, ay, az = a.x, a.y, a.z
  537. local bx, by, bz = b.x, b.y, b.z
  538. local _t = 1 - t
  539. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  540. end
  541.  
  542. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  543. local frame = IT("Frame")
  544. frame.BackgroundTransparency = TRANSPARENCY
  545. frame.BorderSizePixel = BORDERSIZEPIXEL
  546. frame.Position = POSITION
  547. frame.Size = SIZE
  548. frame.BackgroundColor3 = COLOR
  549. frame.BorderColor3 = BORDERCOLOR
  550. frame.Name = NAME
  551. frame.Parent = PARENT
  552. return frame
  553. end
  554.  
  555. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  556. local label = IT("TextLabel")
  557. label.BackgroundTransparency = 1
  558. label.Size = UD2(1, 0, 1, 0)
  559. label.Position = UD2(0, 0, 0, 0)
  560. label.TextColor3 = TEXTCOLOR
  561. label.TextStrokeColor3 = BRICKC"Cyan".Color
  562. label.TextStrokeTransparency = STROKETRANSPARENCY
  563. label.TextTransparency = TRANSPARENCY
  564. label.FontSize = TEXTFONTSIZE
  565. label.Font = TEXTFONT
  566. label.BorderSizePixel = BORDERSIZEPIXEL
  567. label.TextScaled = false
  568. label.Text = TEXT
  569. label.Name = NAME
  570. label.Parent = PARENT
  571. return label
  572. end
  573.  
  574. function NoOutlines(PART)
  575. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  576. end
  577.  
  578. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  579. local NEWWELD = IT(TYPE)
  580. NEWWELD.Part0 = PART0
  581. NEWWELD.Part1 = PART1
  582. NEWWELD.C0 = C0
  583. NEWWELD.C1 = C1
  584. NEWWELD.Parent = PARENT
  585. return NEWWELD
  586. end
  587.  
  588. local S = IT("Sound")
  589. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  590. local NEWSOUND = nil
  591. coroutine.resume(coroutine.create(function()
  592. NEWSOUND = S:Clone()
  593. NEWSOUND.Parent = PARENT
  594. NEWSOUND.Volume = VOLUME
  595. NEWSOUND.Pitch = PITCH
  596. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  597. NEWSOUND:play()
  598. NEWSOUND.Name = "Audio"
  599. if DOESLOOP == true then
  600. NEWSOUND.Looped = true
  601. else
  602. repeat Swait() until NEWSOUND.Playing == false
  603. NEWSOUND:remove()
  604. end
  605. end))
  606. return NEWSOUND
  607. end
  608.  
  609. function CFrameFromTopBack(at, top, back)
  610. local right = top:Cross(back)
  611. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  612. end
  613.  
  614. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  615. function WACKYEFFECT(Table)
  616. local TYPE = (Table.EffectType or "Sphere")
  617. local SIZE = (Table.Size or VT(1,1,1))
  618. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  619. local TRANSPARENCY = (Table.Transparency or 0)
  620. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  621. local CFRAME = (Table.CFrame or Torso.CFrame)
  622. local MOVEDIRECTION = (Table.MoveToPos or nil)
  623. local ROTATION1 = (Table.RotationX or 0)
  624. local ROTATION2 = (Table.RotationY or 0)
  625. local ROTATION3 = (Table.RotationZ or 0)
  626. local MATERIAL = (Table.Material or "Neon")
  627. local COLOR = (Table.Color or C3(1,1,1))
  628. local TIME = (Table.Time or 45)
  629. local SOUNDID = (Table.SoundID or nil)
  630. local SOUNDPITCH = (Table.SoundPitch or nil)
  631. local SOUNDVOLUME = (Table.SoundVolume or nil)
  632. coroutine.resume(coroutine.create(function()
  633. local PLAYSSOUND = false
  634. local SOUND = nil
  635. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  636. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  637. PLAYSSOUND = true
  638. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  639. end
  640. EFFECT.Color = COLOR
  641. local MSH = nil
  642. if TYPE == "Sphere" then
  643. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  644. elseif TYPE == "Block" then
  645. MSH = IT("BlockMesh",EFFECT)
  646. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  647. elseif TYPE == "Box" then
  648. MSH = IT("BlockMesh",EFFECT)
  649. MSH.Scale = SIZE
  650. elseif TYPE == "Wave" then
  651. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  652. elseif TYPE == "Ring1" then
  653. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  654. elseif TYPE == "Ring2" then
  655. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1050196336", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  656. elseif TYPE == "Ring3" then
  657. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "471124075", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  658. elseif TYPE == "Slash" then
  659. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  660. elseif TYPE == "Round Slash" then
  661. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  662. elseif TYPE == "Swirl" then
  663. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  664. elseif TYPE == "Skull" then
  665. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  666. elseif TYPE == "Crystal" then
  667. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  668. end
  669. if MSH ~= nil then
  670. local MOVESPEED = nil
  671. if MOVEDIRECTION ~= nil then
  672. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  673. end
  674. local GROWTH = SIZE - ENDSIZE
  675. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  676. if TYPE == "Block" then
  677. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  678. else
  679. EFFECT.CFrame = CFRAME
  680. end
  681. for LOOP = 1, TIME do
  682. Swait()
  683. MSH.Scale = MSH.Scale - GROWTH/TIME
  684. if TYPE == "Wave" then
  685. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  686. end
  687. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  688. if TYPE == "Block" then
  689. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  690. else
  691. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  692. end
  693. if MOVEDIRECTION ~= nil then
  694. local ORI = EFFECT.Orientation
  695. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  696. EFFECT.Orientation = ORI
  697. end
  698. end
  699. if PLAYSSOUND == false then
  700. EFFECT:remove()
  701. else
  702. repeat Swait() until SOUND.Playing == false
  703. EFFECT:remove()
  704. end
  705. else
  706. if PLAYSSOUND == false then
  707. EFFECT:remove()
  708. else
  709. repeat Swait() until SOUND.Playing == false
  710. EFFECT:remove()
  711. end
  712. end
  713. end))
  714. end
  715.  
  716. function Shatter(Part)
  717. if Part.Transparency == 0 then
  718. local SOUNDPART = CreatePart(3, Effects, "Neon", 0, 1, Part.BrickColor, "OOF", VT(0,0,0))
  719. Debris:AddItem(SOUNDPART,5)
  720. CreateSound("84005018", SOUNDPART, 3, MRANDOM(8,12)/10, false)
  721. local SIZE = Part.Size.X + Part.Size.Y + Part.Size.Z
  722. local SIZESET = SIZE/4
  723. local XOffset = Part.Size.X*1.5/SIZESET
  724. local YOffset = Part.Size.Y*1.5/SIZESET
  725. local ZOffset = Part.Size.Z*1.5/SIZESET
  726. for x = 1, math.ceil(XOffset) do
  727. for y = 1, math.ceil(YOffset) do
  728. for z = 1, math.ceil(ZOffset) do
  729. local SHARD = CreatePart(3, Effects, "Neon", 0, 0, Part.BrickColor, "Shard", VT(SIZE,SIZE,SIZE)/10, false)
  730. SHARD.CanCollide = true
  731. SHARD.CFrame = Part.CFrame*CF((Part.Size.X/2-x/4),(Part.Size.Y/2-y/4),(Part.Size.Z/2-z/4))
  732. SHARD.Velocity = VT(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15))*3
  733. Debris:AddItem(SHARD,MRANDOM(10,25)/3)
  734. end
  735. end
  736. end
  737. end
  738. Part:remove()
  739. end
  740.  
  741. function MakeForm(PART,TYPE)
  742. if TYPE == "Cyl" then
  743. local MSH = IT("CylinderMesh",PART)
  744. elseif TYPE == "Ball" then
  745. local MSH = IT("SpecialMesh",PART)
  746. MSH.MeshType = "Sphere"
  747. elseif TYPE == "Wedge" then
  748. local MSH = IT("SpecialMesh",PART)
  749. MSH.MeshType = "Wedge"
  750. end
  751. end
  752.  
  753. Debris = game:GetService("Debris")
  754.  
  755. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  756. local DIRECTION = CF(StartPos,EndPos).lookVector
  757. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  758. end
  759.  
  760. function turnto(position)
  761. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  762. end
  763.  
  764. function ezweld(P1,P2,CFRAME)
  765. local ezweld = CreateWeldOrSnapOrMotor("Weld",Character,P1,P2,CFRAME,CF(0,0,0))
  766. end
  767.  
  768. function CreateCylinder(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  769. local NEWPART = IT("Part")
  770. NEWPART.formFactor = FORMFACTOR
  771. NEWPART.Reflectance = REFLECTANCE
  772. NEWPART.Transparency = TRANSPARENCY
  773. NEWPART.CanCollide = false
  774. NEWPART.Locked = true
  775. NEWPART.Anchored = true
  776. if ANCHOR == false then
  777. NEWPART.Anchored = false
  778. end
  779. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  780. NEWPART.Name = NAME
  781. NEWPART.Size = SIZE
  782. NEWPART.Position = Torso.Position
  783. NEWPART.Material = MATERIAL
  784. NEWPART:BreakJoints()
  785. MakeForm(NEWPART,"Cyl")
  786. NEWPART.Parent = PARENT
  787. return NEWPART
  788. end
  789.  
  790. function CreateBall(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  791. local NEWPART = IT("Part")
  792. NEWPART.formFactor = FORMFACTOR
  793. NEWPART.Reflectance = REFLECTANCE
  794. NEWPART.Transparency = TRANSPARENCY
  795. NEWPART.CanCollide = false
  796. NEWPART.Locked = true
  797. NEWPART.Anchored = true
  798. if ANCHOR == false then
  799. NEWPART.Anchored = false
  800. end
  801. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  802. NEWPART.Name = NAME
  803. NEWPART.Size = SIZE
  804. NEWPART.Position = Torso.Position
  805. NEWPART.Material = MATERIAL
  806. NEWPART:BreakJoints()
  807. MakeForm(NEWPART,"Ball")
  808. NEWPART.Parent = PARENT
  809. return NEWPART
  810. end
  811.  
  812. function CreateWedge(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  813. local NEWPART = IT("Part")
  814. NEWPART.formFactor = FORMFACTOR
  815. NEWPART.Reflectance = REFLECTANCE
  816. NEWPART.Transparency = TRANSPARENCY
  817. NEWPART.CanCollide = false
  818. NEWPART.Locked = true
  819. NEWPART.Anchored = true
  820. if ANCHOR == false then
  821. NEWPART.Anchored = false
  822. end
  823. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  824. NEWPART.Name = NAME
  825. NEWPART.Size = SIZE
  826. NEWPART.Position = Torso.Position
  827. NEWPART.Material = MATERIAL
  828. NEWPART:BreakJoints()
  829. MakeForm(NEWPART,"Wedge")
  830. NEWPART.Parent = PARENT
  831. return NEWPART
  832. end
  833. local naeeym2 = IT("BillboardGui",Character)
  834. naeeym2.AlwaysOnTop = true
  835. naeeym2.Size = UDim2.new(6,40,1,20)
  836. naeeym2.StudsOffset = Vector3.new(0,3,0)
  837. naeeym2.MaxDistance = 75
  838. naeeym2.Adornee = Character.Torso
  839. naeeym2.Name = "Name"
  840. local tecks2 = IT("TextLabel",naeeym2)
  841. tecks2.BackgroundTransparency = 1
  842. tecks2.TextScaled = true
  843. tecks2.BorderSizePixel = 0
  844. tecks2.Text = "crunchy the worm"
  845. tecks2.Font = "Arcade"
  846. tecks2.TextSize = 70
  847. tecks2.TextStrokeTransparency = 0.5
  848. tecks2.TextColor3 = BRICKC"New Yeller".Color
  849. tecks2.TextStrokeColor3 = BRICKC"Hot pink".Color
  850. tecks2.Size = UDim2.new(1,0,0.5,0)
  851. tecks2.Parent = naeeym2
  852. local TagMoving = coroutine.wrap(function()
  853. for i = 1,"Inf" do
  854. tecks2.Text ="Earthworm sally"
  855. Swait(5)
  856. tecks2.Text = "Earthworm sally"
  857. end
  858. end)
  859. TagMoving()
  860. local naeeym3 = IT("BillboardGui",Character)
  861. naeeym3.AlwaysOnTop = true
  862. naeeym3.Size = UDim2.new(5,35,2,15)
  863. naeeym3.StudsOffset = Vector3.new(0,2,0)
  864. naeeym3.MaxDistance = 75
  865. naeeym3.Adornee = Character.Torso
  866. naeeym3.Name = "Name"
  867. local tecks3 = IT("TextLabel",naeeym3)
  868. tecks3.BackgroundTransparency = 1
  869. tecks3.TextScaled = true
  870. tecks3.BorderSizePixel = 0
  871. tecks3.Text = ""
  872. tecks3.Font = "Arcade"
  873. tecks3.TextSize = 30
  874. tecks3.TextStrokeTransparency = 0.5
  875. tecks3.TextColor3 = BRICKC"White".Color
  876. tecks3.TextStrokeColor3 = BRICKC"Deep orange".Color
  877. tecks3.Size = UDim2.new(1,0,0.5,0)
  878. tecks3.Parent = naeeym3
  879. ---------------------------------------------
  880. for i,v in pairs(Character:GetChildren()) do
  881. if v:IsA("Clothing") or v:IsA("Accessory") then
  882. v:Remove()
  883. else if v:IsA("Part") then
  884. v.Transparency = 1
  885. v.CanCollide = false
  886. end
  887. end
  888. end
  889. RightArm:Remove()
  890. LeftArm:Remove()
  891. RightLeg:Remove()
  892. LeftLeg:Remove()
  893. Head.face:Remove()
  894. ---------------------------------------------'
  895. Eating = false
  896. Eaten = 0
  897. AllowSit = false
  898. Networth = 0
  899. local WormHead = CreatePart(3,Character,"SmoothPlastic",0,0,"Hot pink","OofHead",VT(4,4,4),false)
  900. ezweld(WormHead,Torso,CF(0,0,0))
  901. local Setg = CreateSeat(3,Character,"SmoothPlastic",0,1,"White","OofHead",VT(2,0.1,2),false)
  902. ezweld(Setg,WormHead,CF(0,-2,0))
  903. if AllowSit == false then
  904. Setg.Disabled = true
  905. end
  906. WormHead.CanCollide = true
  907. local Fac = Instance.new("Decal",WormHead)
  908. Fac.Face = "Front"
  909. local RandomFace = math.random(1,3)
  910. if RandomFace == 1 then
  911. Fac.Texture = "rbxassetid://15298379"
  912. else if RandomFace == 2 then
  913. Fac.Texture = "rbxassetid://162136529"
  914. else
  915. Fac.Texture = "rbxassetid://282463320"
  916. end
  917. end
  918. LatestP = WormHead
  919. local EatPart = CreatePart(3,Character,"SmoothPlastic",0,1,"White","OofHead",VT(4,4,0),false)
  920. ezweld(EatPart,WormHead,CF(0,0,2))
  921. EatPart.Touched:Connect(function(nom)
  922. if Eating == true and nom.Name ~= "Base" and nom.Parent ~= Character and nom.Parent.Parent ~= Character and nom:IsA("Part") then
  923. nom:Remove()
  924. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 0.1
  925. Eaten = Eaten + 1
  926. local bom = Character:FindFirstChild("Eating")
  927. if bom then
  928. bom:Play()
  929. end
  930. Networth = Networth +1
  931. if Eaten == 3 or Eaten > 3 then
  932. Eaten = 0
  933. local AP = CreatePart(3,Character,"SmoothPlastic",0,0,"Royal purple","Sitting",VT(4,4,4),false)
  934. ezweld(AP,LatestP,CF(0,-0.2,-3))
  935. AP.Massless = true
  936. Swait()
  937. AP.CanCollide = true
  938. Swait(2)
  939. AP:BreakJoints()
  940. local Rope = Instance.new("SpringConstraint",LatestP)
  941. local Attach = Instance.new("Attachment",LatestP)
  942. local Attach2 = Instance.new("Attachment",AP)
  943. Attach.Position = VT(0,0,2)
  944. Attach2.Position = VT(0,0,-2)
  945. Rope.Attachment0 = Attach
  946. Rope.Attachment1 = Attach2
  947. Rope.Visible = true
  948. Rope.Color = BRICKC("New Yeller")
  949. Rope.Coils = 3
  950. Rope.Radius = 0.1
  951. Rope.MaxLength = 1
  952. Rope.MinLength = 0
  953. Rope.MaxForce = 0.2
  954. Rope.LimitsEnabled = true
  955. LatestP = AP
  956. end
  957. end
  958. end)
  959.  
  960. function ROARSound()
  961. ATTACK = true
  962. local Rawr = Character:FindFirstChild("ROAR")
  963. if Rawr then
  964. Rawr:Play()
  965. Fac.Texture = "rbxassetid://3108336859"
  966. Swait(40)
  967. if Eating == false then
  968. if RandomFace == 1 then
  969. Fac.Texture = "rbxassetid://15298379"
  970. else if RandomFace == 2 then
  971. Fac.Texture = "rbxassetid://162136529"
  972. else
  973. Fac.Texture = "rbxassetid://282463320"
  974. end
  975. end
  976. else
  977. Fac.Texture = "rbxassetid://7317691"
  978. end
  979. else
  980. local sick = Instance.new("Sound",Character)
  981. sick.SoundId = "rbxassetid://138271815"
  982. sick.Pitch = 1
  983. sick.Name = "ROAR"
  984. sick.MaxDistance = 150
  985. sick.Volume = 2
  986. sick:Play()
  987. Fac.Texture = "rbxassetid://3108336859"
  988. Swait(40)
  989. if Eating == false then
  990. if RandomFace == 1 then
  991. Fac.Texture = "rbxassetid://15298379"
  992. else if RandomFace == 2 then
  993. Fac.Texture = "rbxassetid://162136529"
  994. else
  995. Fac.Texture = "rbxassetid://282463320"
  996. end
  997. end
  998. else
  999. Fac.Texture = "rbxassetid://7317691"
  1000. end
  1001. end
  1002. ATTACK = false
  1003. end
  1004. Mouse.KeyDown:Connect(function(k)
  1005. if ATTACK == false then
  1006. if k == "e" then
  1007. ROARSound()
  1008. else if k == "q" then
  1009. if Eating == false then
  1010. Eating = true
  1011. Fac.Texture = "rbxassetid://2874875021"
  1012. else if Eating == true then
  1013. Eating = false
  1014. if RandomFace == 1 then
  1015. Fac.Texture = "rbxassetid://15298379"
  1016. else if RandomFace == 2 then
  1017. Fac.Texture = "rbxassetid://162136529"
  1018. else
  1019. Fac.Texture = "rbxassetid://282463320"
  1020. end
  1021. end
  1022. end
  1023. end
  1024. else if k == "m" then
  1025. for i,v in pairs(Character:GetChildren()) do
  1026. if v:IsA("Part") then
  1027. v.CanCollide = false
  1028. Swait(10)
  1029. v.CanCollide = true
  1030. end
  1031. end
  1032. else if k == "r" then
  1033. if AllowSit == false then
  1034. warn("Sitting Allowed")
  1035. AllowSit = true
  1036. for i,v in pairs(Character:GetChildren()) do
  1037. if v:IsA("Seat") then
  1038. v.Disabled = false
  1039. end
  1040. end
  1041. else if AllowSit == true then
  1042. warn("Sitting Not Allowed")
  1043. AllowSit = false
  1044. for i,v in pairs(Character:GetChildren()) do
  1045. if v:IsA("Seat") then
  1046. v.Disabled = true
  1047. end
  1048. end
  1049. end
  1050. end
  1051. end
  1052. end
  1053. end
  1054. end
  1055. end
  1056. end)
  1057. function Forced()
  1058. local g = Character:FindFirstChildOfClass("Forcefield")
  1059. if g then
  1060. local fiel = Instance.new("ForceField",Character)
  1061. fiel.Visible = false
  1062. end
  1063. end
  1064. while true do
  1065. Swait()
  1066. Forced()
  1067. Humanoid.HipHeight = 1
  1068. Humanoid.MaxHealth = 500
  1069. Humanoid.Health = Humanoid.MaxHealth
  1070. local bom = Character:FindFirstChild("Eating")
  1071. if not bom then
  1072. EatSound()
  1073. end
  1074. end
Add Comment
Please, Sign In to add comment