Advertisement
_______homie_______

Untitled

Aug 3rd, 2022
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement