Advertisement
rohanboi

Remote control script

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