About 362,000 results
Open links in new tab
  1. Should I use string.format () instead of Concatenation?

    Jun 15, 2024 · Formatting is the slowest, but it’s type-safe and allows for specific formatting options, for example %d or %a. String concatenation is better for simple strings, it works well for basic classes …

  2. What is "movement interpolation" and what's the best way to ... - Roblox

    Jun 10, 2024 · What do you want to achieve? I want to make a bee movement system like in the game “Bee Swarm Simulator”, so other people can use it to better show of their ideas for Bee Swarm …

  3. Combat System with Rollback - Scripting Support - Roblox

    Jun 10, 2025 · - Uses interpolation between past frames to get precise rewind. - Skips interpolation if teleportation or warping occurred. • Server reconstructs the hitbox: - Uses attacker’s recorded …

  4. Thousands of Unanchored Parts - Scripting Support - Roblox

    Jul 2, 2023 · I have thousands of unanchored parts in my game, which is lagging the engine a lot, the parts are in relatively close proximity from one another. All of the unanchored parts are client side …

  5. Linear Interpolation - Video Tutorial - Community Tutorials - Roblox

    Jan 3, 2018 · I made a quick tutorial on linear interpolation and applying it in roblox. It goes over what linear interpolation is, and is a relatively detailed explanation on why it works/how to use it. I kind of …

  6. Player Rotation Snapping - Scripting Support - Roblox

    Nov 16, 2024 · That’s just how lerp works, the greater the difference between the starting and target CFrame, the faster the interpolation appears, because the change is so dramatic.

  7. When should I use string.format() over string interpolation?

    Aug 26, 2024 · When to use string.format() and when to use string interpolation ?

  8. How do I remove animation interpolation? - Scripting Support ...

    Apr 2, 2021 · What do you want to achieve? Keep it simple and clear! I want to remove, or at least lower animation interpolation times What is the issue? Include screenshots / videos if possible! When …

  9. Fast flags are being used as cheats - Engine Bugs - Roblox

    Apr 22, 2024 · Certain fast flags are being abused for various cheats in games. Some of these can be super game breaking, others can give really unfair advantages. A lot of people using fast flag editors …

  10. 2 Dimensional Collisions | Fundamentals & Techniques - Roblox

    Sep 27, 2021 · Two Dimensional Collisions Its fundamentals and Techniques In game development and computer graphics, one of the trickiest problem is simulating Collisions between two arbritary …