About 296,000 results
Open links in new tab
  1. Animation editor seems to break near final keyframes or when

    Sep 29, 2025 · For some reason the animation editor is always snapping to the starting pose on the last keyframe. If there’s multiple keyframes, it seems to break the last and the 2nd last keyframe …

  2. What is Lerp, and is it just a worse version of TweenService? Is it ...

    Jun 3, 2024 · Lerp() just means linear interpolation. It isn’t deprecated, it’s a raw math function that uses a linear function to interpolate between two values. With that said, you should probably just use …

  3. Dynamic fixed camera angles - Scripting Support - Roblox

    Feb 24, 2025 · You can interpolate the camera’s position and rotation over time using Lerp (linear interpolation) or TweenService .

  4. 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 …

  5. Lerping between Multiple Points of Color3 Values? - Roblox

    Apr 14, 2023 · Hi, So Im wondering on how to do this with Color3 values, where I you Interpolate between Points, I already know How to make a Basic Color Interpolation, like for Example a Health …

  6. How do you make a smooth camera like in DOORS? - Roblox

    Jun 23, 2023 · Linear interpolation using mouse delta as input and output as relative camera offset movement from previous frame. Provide more details or existing code if you want extra help, I can’t …

  7. Lerping Objects - Scripting Support - Developer Forum | Roblox

    Nov 22, 2017 · But it will be when the new Lua camera controllers ship in 2018 with interpolation incorporated. He’s giving you an early heads up. Camera:Pan and Camera:Tilt will also be removed …

  8. Texture Filtering - Engine Features - Developer Forum | Roblox

    Feb 3, 2018 · Hey there! As a Roblox Developer, it is currently impossible to create pixel perfect textures for meshes. Use. It would be really useful to asset artists if their decals and textures were not …

  9. Interpolating colors on an EditableMesh - Roblox

    Hey guys so I’ve been messing around with an editable mesh ocean system for the past few hours. It’s my first time using editable meshes and I just got around to coloring the mesh. What I want is …

  10. String interpolation available for Studio - Updates ... - Roblox

    [Update] January 9, 2023 Hello everyone! Without further ado, we’re happy to release a beta feature for string interpolation! Please note, since this is a beta feature, it will only work in Studio. String …