Advertisement
Godzillagamerzz10

Fe Remote

May 5th, 2019
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. print("controls:")
  2. print("z - make it morning")
  3. print("x - make it night")
  4. --https://github.com/Mokiros/roblox-FE-compatibility
  5. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  6. local Player,game,owner = owner,game
  7. local RealPlayer = Player
  8. do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end
  9.  
  10.  
  11. print("Converted by: GODZILLAGAMERZ13, or godzillagamerz10.")
  12.  
  13. print("c - clean workspace")
  14. print("v - heal the player your mouse is pointing at")
  15. print("f - make the player your mouse is pointing at fat")
  16. print("n - make everyone fat")
  17. print("e - annihilate the player your mouse is pointing at")
  18. print("p - suicide")
  19. print("k - kill other players")
  20. print("b - control the player your mouse it pointing at")
  21. print("r - tp evryone to you")
  22. print("t - send the player your mouse is pointing at to 'heaven'")
  23. print("q - spawn pet")
  24. print("g - spawn a blackhole")
  25. oil = game.Players.LocalPlayer
  26. sauce = oil.Character
  27. tor = sauce:FindFirstChild("Torso") or sauce:FindFirstChild("UpperTorso")
  28. head = sauce:FindFirstChild("Head")
  29. larm = sauce:FindFirstChild("Left Arm") or sauce:FindFirstChild("LeftUpperArm")
  30. rarm = sauce:FindFirstChild("Right Arm") or sauce:FindFirstChild("RightUpperArm")
  31. rleg = sauce:FindFirstChild("Right Leg") or sauce:FindFirstChild("RightUpperLeg")
  32. lleg = sauce:FindFirstChild("Left Leg") or sauce:FindFirstChild("LeftUpperLeg")
  33. hum = sauce:FindFirstChildOfClass("Humanoid")
  34. humroot = sauce:FindFirstChild("HumanoidRootPart")
  35. mou = oil:GetMouse()
  36. remoteequipped = true
  37. controlling = false
  38. light = game:GetService("Lighting")
  39. tool = Instance.new("Tool", oil.Backpack)
  40. tool.Name = "Remote"
  41. hand = Instance.new("Part", tool)
  42. hand.Name = "Handle"
  43. hand.Size = Vector3.new(1, 1, 1)
  44. hand.Transparency = 1
  45. p1 = Instance.new("Part", hand)
  46. p1.Size = Vector3.new(0.6, 0.1, 1.2)
  47. p1.Material = "Metal"
  48. p1.Name = "p1"
  49. p2 = Instance.new("Part", hand)
  50. p2.Size = Vector3.new(0.4, 0.1, 0.1)
  51. p2.Material = "Metal"
  52. p2.Name = "p2"
  53. p2.Shape = "Cylinder"
  54. p3 = Instance.new("Part", hand)
  55. p3.Shape = "Ball"
  56. p3.Material = "Neon"
  57. p3.Size = Vector3.new(0.15, 0.15, 0.15)
  58. p3.BrickColor = BrickColor.new("Crimson")
  59. p3.Name = "p3"
  60. p4 = Instance.new("Part", hand)
  61. p4.Size = Vector3.new(0.2, 0.4, 0.4)
  62. p4.Material = "Neon"
  63. p4.Name = "p4"
  64. p4.BrickColor = BrickColor.new("Maroon")
  65. p4.Shape = "Cylinder"
  66. w1 = Instance.new("Weld", p1)
  67. w1.Part0 = hand
  68. w1.Part1 = p1
  69. w1.C1 = CFrame.new(0, 0, 0.6)
  70. w1.Name = "w1"
  71. w2 = Instance.new("Weld", p2)
  72. w2.Part0 = hand
  73. w2.Part1 = p2
  74. w2.C1 = CFrame.new(1.3, 0, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  75. w3 = Instance.new("Weld", p3)
  76. w3.Part0 = hand
  77. w3.Part1 = p3
  78. w3.C1 = CFrame.new(0, 0, 1.5)
  79. w4 = Instance.new("Weld", p4)
  80. w4.Part0 = hand
  81. w4.Part1 = p4
  82. w4.C1 = CFrame.new(0.1, 0, 0.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  83.  
  84.  
  85. tool.Equipped:connect(function()
  86. remoteequipped = true
  87. function pressed(key)
  88. if remoteequipped == true then
  89. if key == "x" then
  90. light.TimeOfDay = 21
  91. elseif key == "z" then
  92. light.TimeOfDay = 7
  93. elseif key == "c" then
  94. for i,v in pairs(workspace:GetChildren()) do
  95. if v:IsA("Part") and v.Name ~= "Base" then
  96. v.Locked = false
  97. v:remove()
  98. end
  99. if v:IsA("Model") and not v:FindFirstChildOfClass("Humanoid") then
  100. v:remove()
  101. end
  102. end
  103. elseif key == "p" then
  104. hum.Health = 0
  105. elseif key == "k" then
  106. for i,v in pairs(workspace:GetChildren()) do
  107. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  108. khum = v:FindFirstChildOfClass("Humanoid")
  109. khum.Health = 0
  110. end
  111. end
  112. elseif key == "r" then
  113. for i,v in pairs(workspace:GetChildren()) do
  114. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  115. vtor = v:FindFirstChild("Torso" )or v:FindFirstChild("UpperTorso")
  116. vtor.CFrame = tor.CFrame * CFrame.new(0, 0, -5)
  117. end
  118. end
  119. elseif key == "v" then
  120. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  121. mouhum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  122. mouhum.Health = mouhum.MaxHealth
  123. mouhead = mou.Target.Parent:FindFirstChild("Head")
  124. bill = Instance.new("BillboardGui", mouhead)
  125. bill.AlwaysOnTop = true
  126. bill.StudsOffset = Vector3.new(0, 2, 0)
  127. bill.Adornee = mouhead
  128. bill.Size = UDim2.new(5, 35, 5, 35)
  129. btext = Instance.new("TextLabel", bill)
  130. btext.Text = mou.Target.Parent.Name.." has been Healed!"
  131. btext.Font = "Bodoni"
  132. btext.TextSize = 30
  133. btext.TextScaled = true
  134. btext.BorderSizePixel = 0
  135. btext.BackgroundTransparency = 1
  136. btext.Size = UDim2.new(1.5, 0, 0.5, 0)
  137. btext.TextColor = BrickColor.new("Bright green")
  138. game:GetService("Debris"):AddItem(bill, 2)
  139. end
  140. elseif key == "e" then
  141. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  142. local nomoretor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  143. local nomorehum = mou.Target.parent:FindFirstChildOfClass("Humanoid")
  144. local explo = Instance.new("Explosion", workspace)
  145. explo.Position = nomoretor.Position
  146. nomorehum.Health = 0
  147. end
  148. elseif key == "f" then
  149. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  150. local fatman = mou.Target.Parent
  151. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  152. fatmanhum.WalkSpeed = 8
  153. local fattor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  154. local hinum = Instance.new("Sound", fattor)
  155. hinum.SoundId = "rbxassetid://1278031541"
  156. hinum.Volume = 10
  157. local realfat = Instance.new("Part", fattor)
  158. realfat.BrickColor = fattor.BrickColor
  159. realfat.Material = "SmoothPlastic"
  160. local supaweld = Instance.new("Weld", realfat)
  161. supaweld.Part0 = fattor
  162. supaweld.Part1 = realfat
  163. local fat = Instance.new("SpecialMesh", realfat)
  164. fat.MeshType = "Sphere"
  165. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  166. fat.Offset = Vector3.new(0, -0.4, -0.7)
  167. hinum:Play()
  168. if fatman:FindFirstChildOfClass("Shirt") then
  169. fatman:FindFirstChildOfClass("Shirt"):remove()
  170. end
  171. end
  172. elseif key == "b" then
  173. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") and controlling == false then
  174. controlling = true
  175. cman = mou.Target.Parent
  176. mtor = cman:FindFirstChild("Torso") or cman:FindFirstChild("UpperTorso")
  177. mlarm = cman:FindFirstChild("Left Arm") or cman:FindFirstChild("LeftUpperArm")
  178. mrarm = cman:FindFirstChild("Right Arm") or cman:FindFirstChild("RightUpperArm")
  179. mlleg = cman:FindFirstChild("Left Leg") or cman:FindFirstChild("LeftUpperLeg")
  180. mrleg = cman:FindFirstChild("Right Leg") or cman:FindFirstChild("RightUpperLeg")
  181. mhead = cman:FindFirstChild("Head")
  182. mhum = cman:FindFirstChildOfClass("Humanoid")
  183. mhum.PlatformStand = true
  184. hum.NameOcclusion = "NoOcclusion"
  185. mface = head:FindFirstChild("face")
  186. mface.Transparency = 1
  187. humroot.Transparency = 1
  188. for i,v in pairs(sauce:GetChildren()) do
  189. if v:IsA("Part") then
  190. v.Transparency = 1
  191. end
  192. if v:IsA("Accessory") then
  193. v.Handle.Transparency = 1
  194. end
  195. end
  196. ow1 = Instance.new("Weld", tor)
  197. ow1.Part0 = tor
  198. ow1.Part1 = mtor
  199. ow2 = Instance.new("Weld", larm)
  200. ow2.Part0 = larm
  201. ow2.Part1 = mlarm
  202. ow3 = Instance.new("Weld", rarm)
  203. ow3.Part0 = rarm
  204. ow3.Part1 = mrarm
  205. ow4 = Instance.new("Weld", lleg)
  206. ow4.Part0 = lleg
  207. ow4.Part1 = mlleg
  208. ow5 = Instance.new("Weld", rleg)
  209. ow5.Part0 = rleg
  210. ow5.Part1 = mrleg
  211. ow6 = Instance.new("Weld", head)
  212. ow6.Part0 = head
  213. ow6.Part1 = mhead
  214. elseif controlling == true then
  215. controlling = false
  216. ow1:Destroy()
  217. ow2:Destroy()
  218. ow3:Destroy()
  219. ow4:Destroy()
  220. ow5:Destroy()
  221. ow6:Destroy()
  222. mhum.PlatformStand = false
  223. hum.NameOcclusion = "OccludeAll"
  224. humrootTransparency = 1
  225. mface.Transparency = 0
  226. for i,v in pairs(sauce:GetChildren()) do
  227. if v:IsA("Part") and v ~= humroot then
  228. v.Transparency = 0
  229. end
  230. if v:IsA("Accessory") then
  231. v.Handle.Transparency = 0
  232. end
  233. end
  234. end
  235. elseif key == "n" then
  236. for i,v in pairs(workspace:GetChildren()) do
  237. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  238. local fatman = v
  239. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  240. fatmanhum.WalkSpeed = 8
  241. local fattor = fatman:FindFirstChild("Torso") or fatman:FindFirstChild("UpperTorso")
  242. local hinum2 = Instance.new("Sound", fattor)
  243. hinum2.SoundId = "rbxassetid://1278031541"
  244. hinum2.Volume = 10
  245. local realfat = Instance.new("Part", fattor)
  246. realfat.BrickColor = fattor.BrickColor
  247. realfat.Material = "SmoothPlastic"
  248. local supaweld = Instance.new("Weld", realfat)
  249. supaweld.Part0 = fattor
  250. supaweld.Part1 = realfat
  251. local fat = Instance.new("SpecialMesh", realfat)
  252. fat.MeshType = "Sphere"
  253. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  254. fat.Offset = Vector3.new(0, -0.4, -0.7)
  255. hinum2:Play()
  256. if fatman:FindFirstChildOfClass("Shirt") then
  257. fatman:FindFirstChildOfClass("Shirt"):remove()
  258. end
  259. end
  260. end
  261. elseif key == "t" then
  262. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  263. local goneman = mou.Target.Parent
  264. local gonehead = goneman:FindFirstChild("Head")
  265. local gonetor = goneman:FindFirstChild("Torso") or goneman:FindFirstChild("UpperTorso")
  266. local lightb = Instance.new("Part", goneman)
  267. lightb.Shape = "Cylinder"
  268. lightb.CanCollide = false
  269. lightb.Anchored = true
  270. lightb.Size = Vector3.new(300, 10, 10)
  271. lightb.Material = "Neon"
  272. lightb.Transparency = 0.5
  273. lightb.BrickColor = BrickColor.new("New Yeller")
  274. lightb.CFrame = gonetor.CFrame * CFrame.new(0, 140, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  275. local start = gonetor.CFrame
  276. local finish = lightb.CFrame * CFrame.new(140, 0, 0)
  277. for i = 0,1,.01 do
  278. gonetor.CFrame = start:lerp(finish, i)
  279. wait()
  280. end
  281. gonehead.Size = Vector3.new(50, 50, 50)
  282. lightb:Destroy()
  283. end
  284. elseif key == "q" then
  285. if mou.Target ~= nil then
  286. local dont = Instance.new("Part", sauce)
  287. dont.CFrame = mou.Hit
  288. dont.Material = "Sand"
  289. dont.BrickColor = BrickColor.new("Pastel yellow")
  290. dont.Size = Vector3.new(3, 3, 3)
  291. dont.Shape = "Ball"
  292. dont.Anchored = true
  293. local obj = Instance.new("Sound", dont)
  294. local feats = {463838589, 691897627, 179270320, 425407550, 1074595721, 1065045593, 142688397, 1308566029, 1402510823}
  295. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  296. obj.Volume = 10
  297. obj.Looped = true
  298. obj:Play()
  299. oil.Chatted:connect(function(msg)
  300. if msg:lower():sub(1, 7) == "plastic" then
  301. dont.Material = "Plastic"
  302. elseif msg:lower():sub(1, 5) == "slate" then
  303. dont.Material = "Slate"
  304. elseif msg:lower():sub(1, 3) == "ice" then
  305. dont.Material = "Ice"
  306. elseif msg:lower():sub(1, 5) == "metal" then
  307. dont.Material = "Metal"
  308. elseif msg:lower():sub(1, 4) == "neon" then
  309. dont.Material = "Neon"
  310. elseif msg:lower():sub(1, 5) == "grass" then
  311. dont.Material = "Grass"
  312. elseif msg:lower():sub(1, 4) == "sand" then
  313. dont.Material = "Sand"
  314. elseif msg:lower():sub(1, 9) == "woodplank" then
  315. dont.Material = "WoodPlanks"
  316. elseif msg:lower():sub(1, 4) == "wood" then
  317. dont.Material = "Wood"
  318. elseif msg:lower():sub(1, 6) == "marble" then
  319. dont.Material = "Marble"
  320. elseif msg:lower():sub(1, 8) == "concrete" then
  321. dont.Material = "Concrete"
  322. elseif msg:lower():sub(1, 5) == "brick" then
  323. dont.Material = "Brick"
  324. elseif msg:lower():sub(1, 7) == "granite" then
  325. dont.Material = "Granite"
  326. elseif msg:lower():sub(1, 6) == "pebble" then
  327. dont.Material = "Pebble"
  328. elseif msg:lower():sub(1, 11) == "cobblestone" then
  329. dont.Material = "Cobblestone"
  330. elseif msg:lower():sub(1, 13) == "corrodedmetal" then
  331. dont.Material = "CorrodedMetal"
  332. elseif msg:lower():sub(1, 12) == "diamondplate" then
  333. dont.Material = "DiamondPlate"
  334. elseif msg:lower():sub(1, 4) == "foil" then
  335. dont.Material = "Foil"
  336. elseif msg:lower():sub(1, 6) == "fabric" then
  337. dont.Material = "Fabric"
  338. elseif msg:lower():sub(1, 6) == "yellow" then
  339. dont.BrickColor = BrickColor.new("New Yeller")
  340. elseif msg:lower():sub(1, 6) == "purple" then
  341. dont.BrickColor = BrickColor.new("Bright violet")
  342. elseif msg:lower():sub(1, 3) == "red" then
  343. dont.BrickColor = BrickColor.new("Crimson")
  344. elseif msg:lower():sub(1, 5) == "black" then
  345. dont.BrickColor = BrickColor.new("Really black")
  346. elseif msg:lower():sub(1, 5) == "white" then
  347. dont.BrickColor = BrickColor.new("Institutional white")
  348. elseif msg:lower():sub(1, 4) == "pink" then
  349. dont.BrickColor = BrickColor.new("Hot pink")
  350. elseif msg:lower():sub(1, 5) == "green" then
  351. dont.BrickColor = BrickColor.new("Bright green")
  352. elseif msg:lower():sub(1, 4) == "grey" then
  353. dont.BrickColor = BrickColor.new("Medium stone grey")
  354. elseif msg:lower():sub(1, 5) == "brown" then
  355. dont.BrickColor = BrickColor.new("Burnt Sienna")
  356. elseif msg:lower():sub(1, 6) == "orange" then
  357. dont.BrickColor = BrickColor.new("Deep orange")
  358. elseif msg:lower():sub(1, 4) == "blue" then
  359. dont.BrickColor = BrickColor.new("Really blue")
  360. elseif msg:lower():sub(1, 4) == "cyan" then
  361. dont.BrickColor = BrickColor.new("Cyan")
  362. elseif msg:lower():sub(1, 6) == "pastel" then
  363. dont.BrickColor = BrickColor.new("Pastel yellow")
  364. elseif msg:lower():sub(1, 5) == "ghost" then
  365. dont.Transparency = 0.7
  366. elseif msg:lower():sub(1, 5) == "alive" then
  367. dont.Transparency = 0
  368. elseif msg:lower():sub(1, 5) == "block" then
  369. dont.Shape = "Block"
  370. elseif msg:lower():sub(1, 4) == "ball" then
  371. dont.Shape = "Ball"
  372. elseif msg:lower():sub(1, 3) == "bye" then
  373. dont:Destroy()
  374. elseif msg:lower():sub(1, 17) == "pick another song" then
  375. obj:Stop()
  376. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  377. obj.Volume = 10
  378. obj.Looped = true
  379. obj:Play()
  380. elseif msg:lower():sub(1, 4) == "play" then
  381. obj:Play()
  382. elseif msg:lower():sub(1, 4) == "stop" then
  383. obj:Stop()
  384. elseif msg:lower():sub(1, 3) == "add" then
  385. obj:Stop()
  386. local arg = msg:sub(5, 999)
  387. obj.SoundId = "rbxassetid://"..arg
  388. obj:Play()
  389. end
  390. end)
  391. while true do
  392. for i = 0,1,.001 do
  393. dont.CFrame = dont.CFrame:lerp(tor.CFrame * CFrame.new(0, 5, 3), i)
  394. dont.Size = Vector3.new(obj.PlaybackLoudness/80, obj.PlaybackLoudness/80, obj.PlaybackLoudness/80)
  395. wait()
  396. end
  397. wait()
  398. end
  399. end
  400. elseif key == "g" then
  401. if mou.Target ~= nil then
  402. local MAN = mou.Target.Parent
  403. local MANT = MAN:FindFirstChild("Torso") or MAN:FindFirstChild("UpperTorso")
  404. local hole = Instance.new("Part", workspace)
  405. hole.Shape = "Ball"
  406. hole.Size = Vector3.new(0.7, 0.7, 0.7)
  407. hole.BrickColor = BrickColor.new("Eggplant")
  408. hole.Anchored = true
  409. hole.Material = "Neon"
  410. hole.CFrame = mou.Hit
  411. for i,v in pairs(workspace:GetChildren()) do
  412. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  413. local owtor = v
  414. blacktor = owtor:FindFirstChild("Torso") or owtor:FindFirstChild("UpperTorso")
  415. bodpos = Instance.new("BodyPosition", blacktor)
  416. bodpos.Position = hole.Position
  417. bodpos.P = 5000000000
  418. bodpos.MaxForce = Vector3.new(500000000, 500000000, 500000000)
  419. end
  420. end
  421. end
  422.  
  423. end
  424. end
  425. end
  426. mou.KeyDown:connect(pressed)
  427. end)
  428. tool.Unequipped:connect(function()
  429. remoteequipped = false
  430. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement