About 127,000 results
Open links in new tab
  1. The future of immersive communication on Roblox

    [Update] November 20, 2023 [Update] November 17, 2023 [Update] November 16, 2023 Hello Creators, Today, we are excited to launch Roblox Connect and calling APIs for creators! We previewed this …

  2. Call of Chivalry Info - Bulletin Board - Developer Forum | Roblox

    Call of Chivalry Info Board ANNOUNCEMENT: We will be experimenting with a new hit detection method next update. It will still not fix your bad internet. However, it may improve hit reg overall. …

  3. Simple modcall system - Resources / Community Resources - Roblox

    Jun 7, 2021 · The very purpose of this category is to allow developers to create models and give them out to the developer community to be used for their games, to reference from or to look at the code …

  4. The correct way to do CharacterAdded and PlayerAdded - Roblox

    Jan 4, 2025 · We MUST call PlayerAdded:Connect () before the first players join the game. We MUST call CharacterAdded:Connect () before the first character respawns. This is normally easy to do for a …

  5. When and how to use them - Community Tutorials - Roblox

    Nov 23, 2019 · Roblox DataStoreService, wonderful thing it is saving data between playing sessions. There are some issues though when trying to Set/Get data which could even lead to data loss - no …

  6. Player Manual (Game) - Bulletin Board - Roblox

    Nov 8, 2020 · Bloxy Bingo - Player Manual If you’re looking for quick answers, the Frequently Asked Questions (FAQ) may be of help. Contents Game Objective Game Play Calling Numbers Cards …

  7. How do i make a Call Mod Button in my Game? - Roblox

    May 15, 2020 · How to create a working mod call and Sending the Mod Call To The Discord Server Channel So Mod’s See it. Contact me on discord for the script : BannersVoid#7698

  8. Is it possible to call an external API from within a game ... - Roblox

    Apr 29, 2021 · HttpService doesn’t make your game vulnerable to exploits and no such warning exists for it either, it just determines if your game is allowed to make calls to external web servers or not. It’s …

  9. How do you call a remote event in the game.Players ... - Roblox

    Apr 10, 2021 · Here is my code below. This code saves a string value on a gui when the player leaves and then loads in the saved string value onto the gui when the player rejoins the game. It does this …

  10. Using _G to for game:GetService() purposes - Roblox

    Jul 22, 2025 · In the ROBLOX Lua environment, _G is a predefined global table that contains all the global variables, functions, and other values that are accessible throughout the game. You can use …