Advertisement
teotv202

Untitled

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