Advertisement
Jack12332

SleepyHub

Oct 10th, 2022 (edited)
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 KB | None | 0 0
  1. if game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Ticket") then
  2. game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Ticket"):Destroy()
  3. end
  4.  
  5. game.ReplicatedStorage.Places:Clone().Parent = game.Workspace
  6.  
  7.  
  8.  
  9.  
  10.  
  11. if game.PlaceId == 4779613061 then
  12. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  13. local Window = OrionLib:MakeWindow({Name = "SleepyHub | South London 2", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  14.  
  15. local Tab1 = Window:MakeTab({
  16. Name = "Home",
  17. Icon = "rbxassetid://4483345998",
  18. PremiumOnly = false
  19. })
  20.  
  21. local Tab2 = Window:MakeTab({
  22. Name = "Player",
  23. Icon = "rbxassetid://4483345998",
  24. PremiumOnly = false
  25. })
  26.  
  27. local Tab3 = Window:MakeTab({
  28. Name = "Exploits",
  29. Icon = "rbxassetid://4483345998",
  30. PremiumOnly = false
  31. })
  32.  
  33. local Tab33 = Window:MakeTab({
  34. Name = "Teleport",
  35. Icon = "rbxassetid://4483345998",
  36. PremiumOnly = false
  37. })
  38.  
  39.  
  40.  
  41. local Tab5 = Window:MakeTab({
  42. Name = "Extra",
  43. Icon = "rbxassetid://4483345998",
  44. PremiumOnly = false
  45. })
  46.  
  47. local Tab6 = Window:MakeTab({
  48. Name = "Credits",
  49. Icon = "rbxassetid://4483345998",
  50. PremiumOnly = false
  51. })
  52.  
  53. local Tab6 = Tab6:AddSection({
  54. Name = "Dev: zzzzzzzzzz#2926; Helpers: Monkey, Koggy "
  55. })
  56.  
  57.  
  58. local Tab1 = Tab1:AddSection({
  59. Name = "Hello, welcome to SleepyHub! "
  60. })
  61.  
  62.  
  63. Tab2:AddButton({
  64. Name = "Fly bypass (Bike Requests)",
  65. Callback = function()
  66. local plr = game:GetService("Players").LocalPlayer
  67. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  68. local roundedPos = math.round(pos.X) .. ", " .. math.round(pos.Y) .. ", " .. math.round(pos.Z)
  69.  
  70. function bypass()
  71. if game.Players.LocalPlayer.Character.Humanoid.Sit ~= true then
  72. rconsoleclear()
  73. rconsolewarn("Please be seated in any vehicle to inititate Bypass. \n - You can also sit in the passenger seat!")
  74. end
  75.  
  76. if game.Players.LocalPlayer.Character.Humanoid.Sit ~= false then
  77. workspace[plr.Name .. "'s Car"]:MoveTo(roundedPos)
  78. workspace[plr.Name .. "'s Car"].DriveSeat:Sit(plr.Character.Humanoid)
  79. end
  80. end
  81.  
  82. bypass()
  83. rconsoleclear()
  84. rconsolewarn("Successful! \n -If anything bugs out after you stop flying type '/respawn'")
  85. end
  86. })
  87.  
  88. Tab2:AddButton({
  89. Name = "Fly",
  90. Callback = function()
  91. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fk7/main/README.md"))()
  92. end
  93. })
  94.  
  95.  
  96.  
  97. Tab2:AddButton({
  98. Name = "WalkSpeed Bypass",
  99. Callback = function()
  100. local plr = game.Players.LocalPlayer
  101. local char = plr.Character
  102. char.Humanoid.WalkSpeed = 40
  103. OrionLib:MakeNotification({
  104. Name = "Notification",
  105. Content = "Press shitf to get your normal walkspeed",
  106. Image = "rbxassetid://4483345998",
  107. Time = 5
  108. })
  109. end
  110. })
  111.  
  112.  
  113. Tab2:AddTextbox({
  114. Name = "Teleport to user (Bike Requests)",
  115. Default = "username",
  116. TextDisappear = true,
  117. Callback = function(Value)
  118. local p1 = game.Players.LocalPlayer.Character.HumanoidRootPart
  119. local p2 = text
  120. local pos = p1.CFrame
  121.  
  122. local plr = game:GetService("Players").LocalPlayer
  123. local char = plr.Character
  124. for Loop = 1, 10 do
  125. local args = {
  126. [1] = "Apartments"
  127. }
  128. game:GetService("ReplicatedStorage").DoorService:FireServer(unpack(args))
  129. task.wait(0.025)
  130. char.HumanoidRootPart.CFrame = CFrame.new(-99, 4, -115)
  131. end
  132. task.wait(1)
  133. p1.CFrame = game.Players[p2].Character.HumanoidRootPart.CFrame
  134. end
  135. })
  136.  
  137.  
  138. Tab2:AddButton({
  139. Name = "Infinite Stamina",
  140. Callback = function()
  141. while true do
  142. wait(0)
  143. game.Players.LocalPlayer.Valuestats.Stamina.Value = 100
  144. end
  145. end
  146. })
  147.  
  148. Tab2:AddButton({
  149. Name = "Infinite Hunger",
  150. Callback = function()
  151. while true do
  152. wait(0)
  153. game.Players.LocalPlayer.Valuestats.Hunger.Value = 100
  154. end
  155. end
  156. })
  157.  
  158.  
  159. Tab2:AddButton({
  160. Name = "Infinite Karma",
  161. Callback = function()
  162. while true do
  163. wait(1)
  164. game.Players.LocalPlayer.Valuestats.Karma.Value = 999999
  165. end
  166. end
  167. })
  168.  
  169.  
  170. Tab2:AddButton({
  171. Name = "Infinite Skittles",
  172. Callback = function()
  173. while wait() do
  174. game:GetService("Players").LocalPlayer.PlayerGui.Run.Value.Value = true
  175. game.Players.LocalPlayer.Character.Resistance.Value = true
  176. game:GetService("Workspace").LocalPlayer.Resistance = true
  177. end
  178. end
  179. })
  180.  
  181. Tab2:AddButton({
  182. Name = "Removes Karma Alert",
  183. Callback = function()
  184. while true do
  185. wait(1)
  186. game.ReplicatedStorage.KarmaAlert:Destroy()
  187. end
  188. end
  189. })
  190.  
  191.  
  192. Tab2:AddButton({
  193. Name = "Removes Traffic City Noises",
  194. Callback = function()
  195. while true do
  196. wait(1)
  197. game.SoundService["Traffic City Noises"]:Destroy()
  198. end
  199. end
  200. })
  201.  
  202.  
  203. Tab2:AddButton({
  204. Name = "Remove Damage Blood",
  205. Callback = function()
  206. game.Players.LocalPlayer.PlayerGui.Dmg:Destroy()
  207. end
  208. })
  209.  
  210. Tab3:AddButton({
  211. Name = "Anti Blur",
  212. Callback = function()
  213. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sdfe3/main/README.md"))()
  214. end
  215. })
  216.  
  217. Tab3:AddButton({
  218. Name = "Anti Combat Log",
  219. Callback = function()
  220. game:GetService("Players").LocalPlayer.PlayerGui.Stats.CLog:Destroy()
  221. end
  222. })
  223.  
  224. Tab3:AddButton({
  225. Name = "HitBox",
  226. Callback = function()
  227. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/dedefe/main/README.md"))()
  228. end
  229. })
  230.  
  231.  
  232. Tab3:AddButton({
  233. Name = "ESP",
  234. Callback = function()
  235. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fwfveef/main/README.md"))()
  236. end
  237. })
  238.  
  239.  
  240. Tab3:AddButton({
  241. Name = "Chat SPY",
  242. Callback = function()
  243. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/defefef/main/README.md"))()
  244. end
  245. })
  246.  
  247. Tab3:AddButton({
  248. Name = "Pick Up Tools",
  249. Callback = function()
  250. local g = game.Workspace.tools
  251. while task.wait() do
  252. for fk, fl in pairs((g:GetChildren())) do
  253. if fl:IsA("Tool") then
  254. if fl:IsA("Tool") and fl.Name == "Phone" or fl.Name == "Crate" then
  255. else
  256. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(fl)
  257.  
  258. end
  259. end
  260. end
  261. end
  262. end
  263. })
  264.  
  265. Tab3:AddButton({
  266. Name = "Quick Buy Food",
  267. Callback = function()
  268. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sasasas/main/README.md"))()
  269. end
  270. })
  271.  
  272.  
  273. Tab3:AddTextbox({
  274. Name = "Kick Player Fist (Bike Requests)",
  275. Default = "Player",
  276. TextDisappear = true,
  277. Callback = function(text)
  278. for i,v in pairs(game.Players:GetChildren()) do
  279. if (string.sub(string.lower(v.Name),1,string.len(text))) == string.lower(text) then
  280. text = v.Name
  281. end
  282. end
  283. -- main scirpt under
  284. if not game.Players.LocalPlayer.Character:FindFirstChild("Fist") then
  285. game.Players.LocalPlayer.Backpack.Fist.Parent = game.Players.LocalPlayer.Character
  286. end
  287.  
  288.  
  289. local alive = true
  290. local name = text
  291. local kid = game.Players.LocalPlayer.Character
  292. local kiddie = game.Players[name].Character
  293. local startpos1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  294.  
  295. local plr = game:GetService("Players").LocalPlayer
  296. local char = plr.Character
  297. --tp bypass
  298. for Loop = 1, 10 do
  299. local args = {
  300. [1] = "Apartments"
  301. }
  302. game:GetService("ReplicatedStorage").DoorService:FireServer(unpack(args))
  303. task.wait(0.025)
  304. char.HumanoidRootPart.CFrame = CFrame.new(-99, 4, -115)
  305. end
  306. -- end
  307. task.wait(1)
  308. char.HumanoidRootPart.CFrame = startpos1
  309.  
  310. local ohInstance1 = game.Players[name].Character.Humanoid
  311. local ohNil2 = nil
  312. local ohNumber3 = 1
  313. local ohInstance4 = game.Players[name].Character.Head
  314. local ohBoolean5 = true
  315. local ohVector36 = Vector3.new()
  316. local ohBoolean7 = false
  317. while alive do
  318. task.wait(0.05)
  319. game.Players.LocalPlayer.Character.Fist.LocalScript.Script.e:FireServer(ohInstance1, ohNil2, ohNumber3, ohInstance4, ohBoolean5, ohVector36, ohBoolean7)
  320. kid.HumanoidRootPart.CFrame = kiddie.HumanoidRootPart.CFrame
  321.  
  322. if game.Players[name].Character.Humanoid.Health <= 25 or alive == false then
  323. local args = {
  324. [1] = game:GetService("Players")[name]
  325. }
  326. game:GetService("ReplicatedStorage").CarryingServer:FireServer(unpack(args))
  327.  
  328. repeat
  329. task.wait(0.2)
  330. --tp bypass
  331. local plr = game:GetService("Players").LocalPlayer
  332. local char = plr.Character
  333. for Loop = 1, 10 do
  334. local args = {
  335. [1] = "Apartments"
  336. }
  337. game:GetService("ReplicatedStorage").DoorService:FireServer(unpack(args))
  338. task.wait(0.025)
  339. char.HumanoidRootPart.CFrame = CFrame.new(-99, 4, -115)
  340. end
  341. -- end
  342. task.wait(1)
  343. char.HumanoidRootPart.CFrame = CFrame.new(-2740.23071, -184.292358, -2930.51563, -0.684846103, 0.106422901, -0.720874488, 1.90580485e-09, 0.989277601, 0.146047324, 0.728687763, 0.100019939, -0.677502871) -- Place to TP
  344. local args = {
  345. [1] = game:GetService("Players")[name]
  346. }
  347. game:GetService("ReplicatedStorage").CarryingServer:FireServer(unpack(args))
  348. task.wait(0.9)
  349. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = startpos1
  350. task.wait(0.2)
  351. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = startpos1
  352. task.wait(.2)
  353. until not game.Players:FindFirstChild(name)
  354. end
  355. end
  356. end
  357. })
  358.  
  359.  
  360.  
  361.  
  362.  
  363. Tab3:AddTextbox({
  364. Name = "Kill Player Fist (Bike Requests)",
  365. Default = "Player",
  366. TextDisappear = true,
  367. Callback = function(text)
  368. for i, v in pairs(game.Players:GetChildren()) do
  369. if (string.sub(string.lower(v.Name), 1, string.len(text))) == string.lower(text) then
  370. text = v.Name
  371. end
  372. end
  373. local Target = text
  374. local dead
  375.  
  376. if not game.Players.LocalPlayer.Backpack:FindFirstChild("Fist") then
  377. return notify("No fists found!", 10)
  378. end
  379.  
  380. if not game.Players.LocalPlayer.Character:FindFirstChild("Fist") then
  381. game.Players.LocalPlayer.Backpack.Fist.Parent = game.Players.LocalPlayer.Character
  382. end
  383.  
  384. if game.Players[Target].Character.Humanoid.Health >= 1 then
  385. dead = false
  386. end
  387.  
  388. if game.Players[Target].Character.Humanoid.Health <= 1 then
  389. dead = true
  390. end
  391.  
  392. local ohInstance1 = game.Players[Target].Character.Humanoid
  393. local ohNil2 = nil
  394. local ohNumber3 = 0
  395. local ohInstance4 = game.Players.LocalPlayer.Character.Head
  396. local ohBoolean5 = true
  397. local ohVector36 = game.Players[Target].Character.HumanoidRootPart.Position
  398. local ohBoolean7 = false
  399.  
  400. while dead ~= true do
  401. task.wait(.04)
  402. game.Players.LocalPlayer.Character.Fist.LocalScript.Script.e:FireServer(
  403. ohInstance1,
  404. ohNil2,
  405. ohNumber3,
  406. ohInstance4,
  407. ohBoolean5,
  408. ohVector36,
  409. ohBoolean7
  410. )
  411. end
  412. end
  413. })
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421. local Tab3 = Tab3:AddSection({
  422. Name = "GUNS"
  423. })
  424.  
  425. Tab3:AddButton({
  426. Name = "Infinite Ammo",
  427. Callback = function()
  428. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  429. if v:IsA("Tool") and v:FindFirstChild("Stats") then
  430. task.spawn(function()
  431. while task.wait(5) do
  432. if v.Stats.ClipSize.Value ~= v.Stats.ClipSize.Original.Value then
  433. v.Stats.ClipSize.Value = math.huge
  434. v.Stats.ClipSize.Original.Value = math.huge
  435. end
  436. end
  437. end)
  438. end
  439. end
  440. end
  441. })
  442.  
  443.  
  444.  
  445.  
  446. Tab3:AddButton({
  447. Name = "One tap",
  448. Callback = function()
  449. local meleeRemote = game:GetService("ReplicatedStorage").GunRemotes.Impact;
  450. local OldNameCall = nil
  451. OldNameCall = hookmetamethod(game, "__namecall", function(Self, ...)
  452. local Args = {...}
  453. local NamecallMethod = getnamecallmethod()
  454.  
  455. if not checkcaller() and Self == meleeRemote and NamecallMethod == "FireServer" then
  456. for i=1, 15, 1 do
  457. OldNameCall(Self,...);
  458. end
  459. end
  460. return OldNameCall(Self, ...)
  461. end)
  462. end
  463. })
  464.  
  465.  
  466. local Tab33 = Tab33:AddSection({
  467. Name = "(Bike Requests)"
  468. })
  469.  
  470.  
  471. Tab33:AddButton({
  472. Name = "Apartment bypass",
  473. Callback = function()
  474. game.ReplicatedStorage.Places:Clone().Parent = game.Workspace
  475. end
  476. })
  477.  
  478. Tab33:AddButton({
  479. Name = "Apartment 1",
  480. Callback = function()
  481. local plr = game:GetService("Players").LocalPlayer
  482. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  483. task.wait(.1)
  484. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  485. end
  486. })
  487.  
  488. Tab33:AddButton({
  489. Name = "Apartment 2",
  490. Callback = function()
  491. local plr = game.Players.LocalPlayer
  492. local workspace = game.Workspace
  493. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-175.904221, -457.964905, -493.479797, 0.0789805874, -2.37789219e-08, 0.99687618, -4.13485459e-08, 1, 2.71294027e-08, -0.99687618, -4.33620748e-08, 0.0789805874)
  494. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  495. task.wait()
  496. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  497. task.wait()
  498. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  499. end
  500. })
  501.  
  502. Tab33:AddButton({
  503. Name = "Apartment 3",
  504. Callback = function()
  505. local plr = game.Players.LocalPlayer
  506. local workspace = game.Workspace
  507. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-0.532082677, -457.913483, -112.602715, -0.000539803877, -4.52883206e-08, -0.999999881, 6.60640032e-09, 1, -4.52918947e-08, 0.999999881, -6.63084831e-09, -0.000539803877)
  508. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  509. task.wait()
  510. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  511. task.wait()
  512. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  513. end
  514. })
  515.  
  516. Tab5:AddButton({
  517. Name = "Skip loading Screen",
  518. Callback = function()
  519. local LP = game:GetService("Players").LocalPlayer
  520. if LP.PlayerGui:FindFirstChild("Menu") then
  521. LP.PlayerGui:FindFirstChild("Menu"):Destroy()
  522. end
  523.  
  524. if LP.PlayerGui:FindFirstChild("Agreement") then
  525. LP.PlayerGui:FindFirstChild("Agreement"):Destroy()
  526. end
  527.  
  528. LP.PlayerGui.Stats.Enabled = true
  529. LP.PlayerGui.twitter.Enabled = false
  530.  
  531. workspace.CurrentCamera.CameraType = "Custom"
  532. local char = LP.Character or LP.CharacterAdded:Wait()
  533. workspace.CurrentCamera.CameraSubject = char:WaitForChild("Humanoid")
  534. end
  535. })
  536.  
  537. Tab5:AddButton({
  538. Name = "Anti AFK",
  539. Callback = function()
  540. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/dfefefe/main/README.md"))()
  541. end
  542. })
  543.  
  544. Tab5:AddButton({
  545. Name = "Anti Ragdoll",
  546. Callback = function()
  547. game:GetService("ReplicatedStorage").Modules.RagdollHandler:Destroy()
  548. game.ReplicatedStorage.RemoteEvents.SetPlayerRagdolled:Destroy()
  549. game.Workspace.Ragdoller:Destroy()
  550.  
  551. while task.wait(1) do
  552. if game.Players.LocalPlayer.Character:FindFirstChild("Ragdolled") then
  553. game.Players.LocalPlayer.Character:FindFirstChild("Ragdolled"):Destroy()
  554. end
  555. end
  556. end
  557. })
  558.  
  559. Tab5:AddButton({
  560. Name = "Anti Camera Bob",
  561. Callback = function()
  562. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sfegrgr/main/README.md"))()
  563. end
  564. })
  565.  
  566.  
  567.  
  568. Tab33:AddButton({
  569. Name = "Bring Car",
  570. Callback = function()
  571. local plr = game:GetService("Players").LocalPlayer
  572. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  573. task.wait(.1)
  574. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  575. end
  576. })
  577.  
  578.  
  579.  
  580. Tab5:AddButton({
  581. Name = "BoomBox",
  582. Callback = function()
  583. _G.boomboxb = game:GetObjects('rbxassetid://740618400')[1]
  584. _G.boomboxb.Parent = game:GetService'Players'.LocalPlayer.Backpack
  585. loadstring(_G.boomboxb.Client.Source)()
  586. loadstring(_G.boomboxb.Server.Source)()
  587. end
  588. })
  589.  
  590. Tab5:AddButton({
  591. Name = "No Face",
  592. Callback = function()
  593. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/wqqqq/main/README.md"))()
  594. end
  595. })
  596.  
  597. Tab5:AddButton({
  598. Name = "No Head",
  599. Callback = function()
  600. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fdqqqqq/main/README.md"))()
  601. end
  602. })
  603.  
  604.  
  605. Tab5:AddButton({
  606. Name = "bald",
  607. Callback = function()
  608. for i,v in next, game:GetService('Players').LocalPlayer.Character:GetChildren() do
  609. if v:IsA('Accessory') then
  610. v:Destroy()
  611. end
  612. end
  613. end
  614. })
  615.  
  616.  
  617. Tab5:AddButton({
  618. Name = "No Legs",
  619. Callback = function()
  620. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/eqqqqq/main/README.md"))()
  621. end
  622. })
  623.  
  624.  
  625. Tab5:AddButton({
  626. Name = "No Arms",
  627. Callback = function()
  628. game:GetService("Players").LocalPlayer.Character.RightUpperArm:Destroy()
  629. game:GetService("Players").LocalPlayer.Character.RightLowerArm:Destroy()
  630. game:GetService("Players").LocalPlayer.Character.LeftUpperArm:Destroy()
  631. game:GetService("Players").LocalPlayer.Character.LeftLowerArm:Destroy()
  632. end
  633. })
  634.  
  635. Tab5:AddButton({
  636. Name = "No Name",
  637. Callback = function()
  638. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/wwdghjhgfds/main/README.md"))()
  639. end
  640. })
  641.  
  642.  
  643.  
  644. Tab5:AddButton({
  645. Name = "Join Low Server",
  646. Callback = function()
  647. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fgf/main/README.md"))()
  648.  
  649. end
  650. })
  651.  
  652.  
  653. Tab5:AddButton({
  654. Name = "Loud Sound",
  655. Callback = function()
  656. local args = {
  657. [1] = workspace:FindFirstChild(game.Players.LocalPlayer.Name .. "'s Car")
  658. }
  659.  
  660. game:GetService("ReplicatedStorage").TireSmoke:FireServer(unpack(args))
  661.  
  662. local args = {
  663. [1] = game.Workspace[game.Players.LocalPlayer.Name .. "'s Car"],
  664. [2] = 1000,
  665. [3] = 1000,
  666. [4] = false,
  667. [5] = 1000,
  668. [6] = 1000,
  669. [7] = 0,
  670. [8] = 1000,
  671. [9] = false
  672. }
  673. game:GetService("ReplicatedStorage").CarSound:FireServer(unpack(args))
  674. end
  675. })
  676.  
  677.  
  678.  
  679.  
  680.  
  681. end
  682. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement