About 20,200,000 results
Open links in new tab
  1. Reverse and speed up/slow down time with ease - Roblox

    Sep 28, 2020 · Ever wanted to reverse time, or speed it up or even slow it down? This module is for you! You can get it here: https://www.roblox.com/library/5752328856/TimeModule. TimeModule:Track(BasePart part) -- Track the given object. TimeModule:Untrack(BasePart part) -- Stop tracking the given object.

  2. Time Scale Framework Tutorial - Community Tutorials - Roblox

    Dec 20, 2020 · What Is Time Scale Framework? ⚡ Time Scale Framework is something I wrote to allow time to slow down or speed up mid-game. Learn More Setup ⌛ Grab the model link and insert it into studio.

  3. Slow the Time? How is that made? - Scripting Support - Roblox

    Sep 30, 2020 · There is no easy way to “slow down” a game, and coding something in slow motion would require a good amount of code. And what exactly are you trying to code in slow motion? If you are coding characters, I would suggest slowing down walk speed and slowing down animations.

  4. Time Scale Framework - Community Resources - Developer Forum - Roblox

    Nov 8, 2020 · Ever wanted to speed up time or slow it down? This just might be the resource you’re looking for! I have created this resource for a project of mine which I’m working on & would like to share the core mechanic of it with the community.

    Missing:

    • Roblox Studio

    Must include:

  5. Slow Time System help - Scripting Support - Developer Forum - Roblox

    Mar 11, 2023 · making a slow time system is not the easiest task in the world, ill tell you now I’d do it. a TimeSpeed numberValue in ServerScriptService to keep track of timeSpeed and allow easy access for other server scripts. num = num or 0 local t = os. clock () repeat task.wait() until os. clock ()-t > num*(1 /game.ServerScriptService.TimeSpeed.Value)

    Missing:

    • Roblox Studio

    Must include:

  6. Slow down or speed up part physics for slow-motion and time ... - Roblox

    Nov 18, 2016 · Games like CS:GO / CS2 use it under the name host_timescale x, this could be made using Physics FPS and Delta time by mixing around the values, which is why the CS:GO / CS2 command “boosts” Framerates even though they don’t, it’s just a trick.

    Missing:

    • Roblox Studio

    Must include:

  7. Change the speed of an animation - Scripting Support - Roblox

    Nov 13, 2020 · Is there a way to change the speed of an animation without having to edit it? Yes, there is! You can adjust the speed of an AnimationTrack (An animation after it is loaded by the …

    Missing:

    • Roblox Studio

    Must include:

  8. How to Make a Part That Slows Down Players in Roblox Studio! ⚡

    Want to create a slow-down trap in your Roblox game? In this quick tutorial, I’ll show you how to make a part that reduces a player's speed when they touch i...

  9. AnimationTrack:AdjustSpeed | Documentation - Roblox Creator Hub

    When speed is equal to 1, the amount of time an animation takes to complete is equal to AnimationTrack.Length (in seconds). When is adjusted, then the actual time it will take a track to play can be computed by dividing the length by the speed.

    Missing:

    • Roblox Studio

    Must include:

  10. How to make a part slow down the player in Roblox Studio

    Using a very simple script we can slow down the player when they are walking on part of our level. This can be used for sand, or goo, or anything you can thi...

  11. Some results have been removed
Refresh