City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. "Your connection is not private" - Platform Usage Support -...

    devforum.roblox.com/t/your-connection-is-not-private

    For windows 10: Right click your network icon in windows 10 (Looks like a Wi-Fi or ethernet icon) and select “Open Network & Internet Settings”. Near the bottom, select “Change Adapter Options”. image 578×509 33.7 KB. From here, right click your primary network adapter and select “Properties”.

  3. What are connections, and how do they work? - Roblox

    devforum.roblox.com/t/what-are-connections-and-how-do-they-work/2431432

    The :Connect(fn) is a method of roblox events. This method returns an RBXScriptConnection. This can be stored as a variable like when you return values in a regular function. The RBXScriptConnection is usually used to disconnect the event later when it’s not needed anymore through :Disconnect()

  4. Roblox silently loses connection without notice or rejoin option

    devforum.roblox.com/t/roblox-silently-loses-connection-without-notice-or...

    Roblox silently “disconnects” without warning/notice after playing for roughly 5 to 20 minutes (if I’m lucky). So what happens? After playing Roblox for what seems like 5 - 20 minutes, the game seemingly “freezes” or “disconnects” but without a warning or popup screens. Everything that is server-side and other players will stop moving or hover mid-air if they were jumping with ...

  5. Roblox silently loses connection without notice or rejoin option

    devforum.roblox.com/t/roblox-silently-loses-connection-without-notice-or...

    From what I’ve observed, there’s an absence of a mechanism to patiently wait for the connection to stabilize and then reconnect, which seems to be a key factor in these disruptions. It’s worth noting that many other games utilize such a system, where a brief wait period allows for connection stability before initiating a reconnect. It seems peculiar that Roblox doesn’t incorporate a ...

  6. Roblox Kills Internet Connection - Game Design Support

    devforum.roblox.com/t/roblox-kills-internet-connection/1913332

    Above is a short video recording of the problem I am experiencing. Around 1:05 is where the client freezes and the issue occurs. When I try to use Roblox Studio or join any Roblox games my internet gets completely shut down for a couple of minutes before coming back on again. Every device connected to my WiFi loses connection.

  7. What is a variable connection? - Scripting Support - Roblox

    devforum.roblox.com/t/what-is-a-variable-connection/1299293

    Heres a wiki link to learn more about them. Variables (roblox.com) :Connect () essentially binds functionality upon an event triggering. :Connect () has one parameter ‘function’, meaning when the event you use :Connect () on does happen, the function inside the parameter runs.

  8. Failed to connect to the game. (ID = 17: Connection attempt ... -...

    devforum.roblox.com/t/failed-to-connect-to-the-game-id-17-connection-attempt...

    As far as I know, It could be possible that the Roblox server itself isn’t capable of handling huge amounts of objects, your client connection is stable and your device is strong enough to render the objects but the server might have trouble synchronizing every object due to the high amount of assets needed to load, this may cause lag spikes on the server and connection instability between ...

  9. How to detect events' connection? - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-detect-events-connection/962254

    local a = workspace.Changed:Connect(function() end) print(a, a== Enum.ConnectionState.Connected) → Connection, false what should i do? 🙁

  10. Network Optimization (2021) - Preventing High Latency - Roblox

    devforum.roblox.com/t/network-optimization-2021-preventing-high-latency...

    This means that most of the queue is taken up by your data, and, due to how Roblox prioritizes packets in the queue, eventually, the queue can get big enough where Roblox isn’t really being prioritized anymore, since there is a lot of old remote data from several seconds ago that Roblox sees as data that needs to get sent sooner.

  11. Discord Integration: A guide on using Discord through Roblox...

    devforum.roblox.com/t/discord-integration-a-guide-on-using-discord-through...

    Introduction I’ve been scripting for a long time, and as a result, I’ve come up with various different ways to do things as opposed to more traditional methods. One of these methods I’ve come up with is using Discord Webhooks to track and/or notify me of whats happening in my game. Without further ado, here’s the tutorial. What is a Discord Webhook? a Discord Webhook is a handy little ...