kikot

wowa 46554

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