About 33,600 results
Open links in new tab
  1. Ability to hold down a key to lower movement speed - Roblox

    Jan 26, 2017 · The closest way I can think of replicating this onto PC for varying movement speed would be to use the scroll wheel. It can be easily scripted. Partixel (Partixel) January 26, 2017, 7:24pm

  2. How can I make the walkspeed slower if I walk backwards or

    Jul 16, 2021 · Heres my attempt it works but it also no longer lets the walk keys work. local player = game:GetService(";Players").LocalPlayer local character = player.Character local function SlowWalk() print("InitializeSlowWalk") …

  3. Creating a slower walking animation / Slowing default walking

    Jun 6, 2020 · I have been experimenting with different world settings such as Gravity or movement speed, and it was really fun and fits what I am working on. One of the things I was fond of was player speed customization. I inserted a humanoid into the Starter Player and set it to a high amount. It does what I want it to, but an unforeseen effect of it was that the walking …

  4. Make WalkSpeed acceleration faster? - Scripting Support - Roblox

    Feb 27, 2024 · Hello, I am trying to find out how to make a players WalkSpeed accelerate faster, let me explain: For example if a player has 100.000 WalkSpeed, it takes around 3 minutes for the player to actually reach that full 100.000 speed by default slowly making it’s way up from 0 to 100.000. Does anybody here know a way to make a players WalkSpeed accelerate faster to …

  5. How do I change players walk speed on low health - Roblox

    Jul 15, 2022 · So, my goal is to have an effect when a players health gets low, there walk speed in decreased. I got the blur effect and the sounds to work, now I just need to figure out how to make the effect of slow walking when the players health is low. I don’t know where to start really, I am learning how to script and don’t know the functions of Lua all to well. Anything will help, …

  6. What are the walk animations used for? - Game Design Support

    Jan 21, 2021 · Hello, I want to try to make my game use many features of R15 as possible, such as adding animation packs from the avatar shop. How can I make it so I can use walk animations and what is it used for, I just see it as a mobile exclusive feature because of the fact that you can move forward slow. I only see the run animation as useful. Thanks. I also on I tested my game …

  7. How do you change a player’s walkspeed through a script? - Roblox

    Aug 13, 2019 · I’m no scripter, but I like to think I can script basic things. Well, I can’t. I just mess up somehow. The Problem I’m trying to change a player’s walkspeed through a script in ServerScriptService. Here is how the script looks: wait (?) game.StarterPlayer.CharacterWalkSpeed = 50 It just doesn’t work once the time the script’s …

  8. Slow player's walkspeed when under 30 hp - Roblox

    Jun 30, 2022 · Hello developers, I tried using a tutorial to make it so whenever a player’s hp is less than 30 it slows them down to 10 walkspeed (default walkspeed is 16) but I also have a stamina system which is basically shift to sprint. (changes 16 walkspeed to 21 for a certain amount of time) So the problem is just that whenever your player’s hp is over 30 its set to 16 …

  9. How to manage walkspeed in combat system - Scripting Support …

    Feb 23, 2024 · so i have this combat system, and i try to rework the sprint, and i notice i really have mess up walk speed, between client and server, so i want to start all over again, on the walkspeed management what im looking to in here is: manage stun walkspeed. manage walkspeed when doing an attack. im looking recomendations, or advice, or examples, etc. pls …

  10. Humanoid's MoveTo/Move/WalkToPoint moving character …

    Jul 24, 2019 · Hey guys, I’ve been trying to solve this for quite a while but I haven’t made much progress. On controller, you can move the thumbstick very slightly and it will cause the character to walk slowly in that direction. As you move the thumbstick more, your character moves faster. The problem that is happening with me is that the speed that you were last moving with the …

Refresh