Money A2Z Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. RoLookup - Get someone's Roblox account information from ... -...

    devforum.roblox.com/t/rolookup-get-someones-roblox-account-information-from...

    About RoLookup is a Discord to Roblox bot that is able to find anyone’s Roblox account from their Discord account, and display plenty of useful information about their Roblox account. All you need to do is copy the intended user’s Discord ID, and type .lookup {ID} (More Information Later in Thread) What Does it Do? Displays all of the following information, in a clean embed: Shows Date ...

  3. Past friends checker script - Scripting Support - Roblox

    devforum.roblox.com/t/past-friends-checker-script/2997355

    Technically you can make a script that every time you join a game it stores a new snapshot of your friends list in a datastore. Then to get the people that unfriended you all you have to do is find the people that are in past snapshot and not in the new one. To find the people that friended you, find the ones that are in the new one but not the ...

  4. Account-Age-Checker - Code Review - Developer Forum - Roblox

    devforum.roblox.com/t/codereview-account-age-checker/2165003

    Hello, I know this is a small block of code, but I wanted to know if this is a good way of kicking accounts that are not a week old, really just checking if I should use return later on there will datastore stuff under this. local Players = game:GetService("Players") Players.PlayerAdded:Connect(function(Player) if Player.AccountAge <= 7 then Player:Kick('Account must be a week or older ...

  5. Account Value - Info and FAQ - Bulletin Board - Roblox

    devforum.roblox.com/t/account-value-info-and-faq

    Account Value is a game created by Block Games Studios to help the users of roblox to learn the value of their roblox account using a safe and secure system. Users can simply click a few buttons and the game will automatically calculate everything for them based on the items which they own in their inventory. The game is safe and private as no ...

  6. See you Roblox Account Rarity

    devforum.roblox.com/t/see-you-roblox-account-rarity/2961056

    Hi Developers, I make a system to calculate your Roblox account rarity. It works like this: The system takes the number of the most recently created Roblox account, and then takes your account number and calculates how many percent your number is based on the most recent Roblox account. Example: If the most recent Roblox account was account number 6 billion (6,000,000,000), and your account is ...

  7. How can I detect if the user has safe chat or not? - Roblox

    devforum.roblox.com/t/how-can-i-detect-if-the-user-has-safe-chat-or-not/352496

    You can only check if players can chat or not. You will need to use Chat.CanUserChatAsync. This function accounts for account privacy settings and can be used by the server. There are other methods but they’re fairly unreliable and are client-based. ffrostfall (ffrostfall) September 20, 2019, 3:51pm #3.

  8. FAQ for the game Check a Roblox User's "Last Online" Information

    devforum.roblox.com/t/faq-for-the-game-check-a-roblox-users-last-online...

    This includes user last online info, their outfits, etc. The game does not invent features, it uses what Roblox already makes visible. Several other games, including “Friend Checker”, as well as browser extensions, such as BTRoblox, show the same public data about users and rely on the same exact APIs I use.

  9. Your Name Color in Chat — History and How It Works - Roblox

    devforum.roblox.com/t/your-name-color-in-chat-—-history-and-how-it-works/2702247

    On the left is the old legacy chat, and on the right is TextChatService. Roblox has introduced the new TextChatService as the default chat interface in new experiences, gradually phasing out the legacy chat version (formerly known as the “Lua Chat System”). One minor change with the new chat is that for the default name colors every player has, the “Bright violet” BrickColor was ...

  10. Introducing the Ban API and Alt Account Detection - Roblox

    devforum.roblox.com/t/introducing-the-ban-api-and-alt-account-detection/3039740

    The Ban API Management Dashboard will be available in the Bans section of CreatorHub, under “Moderation”. To find this page, follow these steps: Open CreatorHub and navigate to your experience. Expand the left hand column. Scroll down to the new “Moderation” section. Select “Bans” to open the Ban Management Dashboard.

  11. How do I check if a player has a verified email? - Roblox

    devforum.roblox.com/t/how-do-i-check-if-a-player-has-a-verified-email/1215453

    However, this can still be checked by looking for the Verified, Bonafide, Plaidafied, an item awarded to a user when they link a phone number or email to their Roblox account, in a user’s inventory. local MarketplaceService = game:GetService("MarketplaceService") local Players = game:GetService("Players") local HatId = 102611803.