Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ THE VALID TITLE NAMES ARE:
- "Supporter", "Chrono", "Reality", "Influenced", "Purgatory", "Bete Noire"
- "Breakthrough", "Developer", "Tester", "Cheerful", "King Nothing", "Metal"
- "Generous", "Staff", and "Trooper"]]
- local title = "Chrono" -- PUT A VALID TITLE NAME IN THE QUOTATIONS
- local player = game.Players.LocalPlayer
- player.PlayerGui.UI.Frame.mainFrame.titles.list:FindFirstChild(title).owned.Visible = true
- player.title.Value = title
- if player.title.Value == "Developer" then
- player.isDev.Value = true
- else
- player.isDev.Value = false
- end
- if player.title.Value == "Staff" then
- player.isStaff.Value = true
- else
- player.isStaff.Value = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement