Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How to add multiple places inside a place? - Roblox

    devforum.roblox.com/t/how-to-add-multiple-places-inside-a-place/469965

    In Studio, you can do it like this: Go to the View tab on the top bar and click Game Explorer: In the Game Explorer menu, right click Places. Click Add New Place in the menu, after you’ve right clicked Places. Your new place will be created, you can rename it to your preference, and edit it in the Develop page on the website.

  3. Possible to save data across multiple games? - Roblox

    devforum.roblox.com/t/possible-to-save-data-across-multiple-games/274913

    Make a group leaderboard and just put them into diffrent games, the roles for each player would stay the same in each group. If you need a group leaderboard script: game.Players.PlayerAdded:connect(function(Plr) local Stats = Instance.new("BoolValue", Plr) Stats.Name = "leaderstats". local Rank = Instance.new("StringValue", Stats) Rank.Name ...

  4. The ability to run 2 ROBLOX Clients at once

    devforum.roblox.com/t/the-ability-to-run-2-roblox-clients-at-once/28334

    Fundamentally, this isn’t easy to solve - even if this method were patched, a given player could just run 2 clients on 2 separate computers while logged into 2 different accounts, resulting in the same issues that have been listed here. 1 Like. natethegreat2009 (natethegreat2009) September 21, 2019, 2:46am #14.

  5. Where is a way to use two clients at the same time ... - Roblox

    devforum.roblox.com/t/where-is-a-way-to-use-two-clients-at-the-same-time/2392787

    I meant two instances of the roblox client on the same machine. p49p0 (Panthera) May 25, 2023, 12:30pm #4. about that roblox studio has a option to play with multiple accounts, the max is 4 or 5 i think. but if you want to launch multiple roblox player apps, i dont recommend doing it since you will using an exploit which violates the roblox tos.

  6. Mass Uncopylocked | 35 free games and projects - Roblox

    devforum.roblox.com/t/mass-uncopylocked-35-free-games-and-projects/2880269

    Games include Texas Hold’em, Roulette, Three Card Poker, Blackjack, Baccarat, and Slots. Camden at home. Open world revolutionary combat game with server sided flintlock weaponry. Includes sapper construction, regiment and flag spawns, and ticket system in private servers. Naval warfare at home.

  7. [Closed] Game Programmer Open For Hiring [9+ Years Experience ......

    devforum.roblox.com/t/closed-game-programmer-open-for-hiring-9-years...

    About Me Hello! I’m Luis, otherwise known as albiedanoob, I’m 26, and I have been on the ROBLOX platform since 2008, developing since 2012 I can script pretty much anything. I can write code, debug, and optimize really quickly due to my experience in Lua and other programming languages. I have scripted everything from first person and third person gun systems, pirate ship combat, multiple ...

  8. Sudden HTTP 502 Bad Gateway error from multiple Roblox ... -...

    devforum.roblox.com/t/sudden-http-502-bad-gateway-error-from-multiple-roblox...

    I’m getting a consistent 502 bad gateway from several Roblox functions that make HTTP requests. Affected functions include: Chat::FilterStringAsync MarketplaceService::GetProductInfo TextService::FilterStringAsync There might also be a related issue with MessagingService not receiving messages; our Opencloud integration with MessagingService appears to no longer be working? This started ...

  9. How can I use DataStore in many game places? - Roblox

    devforum.roblox.com/t/how-can-i-use-datastore-in-many-game-places/423285

    If your games are within the same universe then you can use Roblox data stores normally because each game in that universe has the same database. This means data stores are transferred between games within the same universe automatically. However if you want to transfer data between games not within the same universe then this is impossible ...

  10. How do multiple places in a game work, and how do I make ... -...

    devforum.roblox.com/t/how-do-multiple-places-in-a-game-work-and-how-do-i-make...

    Hello! I am currently working on a game that requires different ‘maps’ to play on. I am using Terrain, and as I’ve discovered on here, you cannot have multiple Terrain instances swapped in/out. As such, I have to use different places. There is a lot of jargon in ServerStorage and ServerScriptService that is going to be used regardless of which map is loaded. I do not know anything about ...

  11. Is there a problem with using multiple data stores? - DevForum |...

    devforum.roblox.com/t/is-there-a-problem-with-using-multiple-data-stores/2775866

    WizardAnt637101 (WizardAnt) January 2, 2024, 8:12pm #3. ThyPikl: I thought I heard it somewhere that roblox only allow saving about 60 data stores per second across all games. The limit for each server is 60 + (number of players in server * 10) per minute. The only reason saving would be “bugged” is if you exceed the limits and therefore ...