Advertisement
Guest User

Apeirophobia Lobby Any Title Script (WORKING 2025)

a guest
Apr 24th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | Gaming | 0 0
  1. --[[ THE VALID TITLE NAMES ARE:
  2. "Supporter", "Chrono", "Reality", "Influenced", "Purgatory", "Bete Noire"
  3. "Breakthrough", "Developer", "Tester", "Cheerful", "King Nothing", "Metal"
  4. "Generous", "Staff", and "Trooper"]]
  5. local title = "Chrono" -- PUT A VALID TITLE NAME IN THE QUOTATIONS
  6. local player = game.Players.LocalPlayer
  7. player.PlayerGui.UI.Frame.mainFrame.titles.list:FindFirstChild(title).owned.Visible = true
  8. player.title.Value = title
  9.  
  10. if player.title.Value == "Developer" then
  11. player.isDev.Value = true
  12. else
  13. player.isDev.Value = false
  14. end
  15.  
  16. if player.title.Value == "Staff" then
  17. player.isStaff.Value = true
  18. else
  19. player.isStaff.Value = false
  20. end
Tags: apeirophobia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement