About 11,900,000 results
Open links in new tab
  1. How to use TweenService in Simple Terms - Community Tutorials ... - Roblox

    Jun 28, 2023 · TweenService is one of the many Services in Roblox Studio. TweenService helps you move parts or models around the workspace smoothly. It can be used to create a door.

  2. How can i tween an entire model? - Scripting Support - Roblox

    Jul 18, 2023 · Weld all the parts to a base part, then tween the base part and the welded parts will tween with the basepart relevant to their cframe. set the model PrimaryPart to some main part …

    Missing:

    • Part

    Must include:

  3. Tween | Documentation - Roblox Creator Hub

    The Tween object controls the playback of an interpolation. Creating and configuring a Tween is done with the TweenService:Create() function; Instance.new() cannot be used for this particular object.

  4. Tweening Part Size - Scripting Support - Developer Forum - Roblox

    Jan 2, 2021 · How do I tween the size of a part. Is it as simple as something like Part:TweenSize = Udmi2.new (…) or is it a lot more complex? Here’s a quick run down on the tween service. …

  5. How to tween a part size? - Scripting Support - Roblox

    Jan 9, 2022 · local TweenService = game:GetService ("TweenService") local TweenTime = 5 -- TIme it takes for thee tween to finish local Part = Instance.new ("Part") Part.Name = …

  6. Animate parts | Documentation - Roblox Creator Hub

    Learn how to move parts in Roblox Studio by coding tweens. Rotate, scale, and change the colors of objects.

  7. Introduction to Tweening Models - Community Tutorials - Roblox

    Jul 24, 2019 · It’s very lightweight and covers the necessities through code comments to help guide you on how to perform model tweening yourself. Check it out on the Creator Marketplace: Animating a Model. 4.1. Setting Up the Root. 4.2. Attaching the Model. 6.1. A Bad Legacy Method. 6.2. Using SetPrimaryPartCFrame. 6.3. Orientation of the Root Part. 6.4.

  8. TweenService | Documentation - Roblox Creator Hub

    In this example a Tween is created to animate the position and color of a Part. Because the position and color are part of the same tween, they will change at the exact same rate and will reach their goal at the same time. This code sample includes an example of …

  9. How do I move the Model using TweenService? - Roblox

    2 days ago · You can’t tween directly the Models with TweenService, but theres a basic trick for that: Create a new Part instance and name it “PrimaryPart” for better understanding, anchor it, make it transparent, disable collisions of it, set the size to 0 (0.001, 0.001, 0.001), set the position of the part to the models, then insert it in the model.

  10. Tween+|Optimized & advanced tweening - Community Resources - Roblox

    Apr 9, 2025 · An open-source tweening module for Roblox, featuring advanced datatypes, accurate color interpolation and more customization. 🌟 More capabilities! With all the features of TweenService, and many new and amazing features: Attributes support. Advanced properties: Pivot. Scale. Sequences. Ranges. Strings. Reset tween method. Framerate limit control. Additional tween signals. Update event ...

    Missing:

    • Part

    Must include: