The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Booth Sniper script pastebin roblox
By Booth Sniper on 2024-09-21 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. repeat
  2.     wait()
  3.     for i, v in pairs(game.Workspace:GetDescendants()) do
  4.         if v.Name == "Booth" then
  5.             val = v.Name
  6.             if string.find(v:FindFirstChild("Banner").SurfaceGui.Frame.Description.Text, "rent") then
  7.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Banner.CFrame
  8.                 fireclickdetector(v.Banner.ClickDetector)
  9.             end
  10.         end
  11.     end
  12. until game:GetService("Players").LocalPlayer.PlayerGui.MainGui.NotificationFrame.Visible == true and
  13.     string.find(
  14.         game:GetService("Players").LocalPlayer.PlayerGui.MainGui.NotificationFrame.NotificationText.Text,
  15.         not game.Players.LocalPlayer.Name
  16.     ) or
  17.     game:GetService("Players").LocalPlayer.PlayerGui.MainGui.BoothCustomisationFrame.Visible == true



  • Recent Roblox Scripts