Advertisement
IzJaionOp

Spam Cars In Prison life script

May 18th, 2020
1,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:Connect(function()
  2. game.Players.LocalPlayer.SimulationRadius = math.huge
  3. game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
  4. end)
  5. game.StarterGui:SetCore("SendNotification", {Title = "Credits"; Text = "Discord - Voyager#3458 V3rmillion - Duck Guy"; Duration = 15})
  6. local Mouse = game.Players.LocalPlayer:GetMouse()
  7. Mouse.Button1Down:Connect(function(hit)
  8. for i,v in pairs(workspace.Prison_ITEMS.buttons:GetDescendants()) do
  9. if v.Name == "Car Spawner" and v.ClassName == "Part" then
  10. workspace.Remote.ItemHandler:InvokeServer(v)
  11. end
  12. end
  13. wait(.1)
  14. for i,v in pairs(workspace.CarContainer:GetChildren()) do
  15. v:MoveTo(Mouse.hit.p)
  16. v.Parent = workspace
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement