Upscalefanatic3

Button with op commands but not finished

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