qosawisconsin.blogg.se

Roblox speed script
Roblox speed script





roblox speed script

By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. You can read up some more on for loops here on the API. for ,v in pairs (game.Players:GetPlayers ())do - returns array of all players which you can iterate through v.Character:WaitForChild ('Humanoid').WalkSpeed 50 - changing walkspeed end. Place it in a server script, Workplace or the ServerScriptStorage. To achieve this you would want to use a for loop like the one I have presented below. Multiply its by speed variable wait (3)-How often it increases end. The math is also made so you cant go below 70 of FOV, but cant go beyond 140, but other than that i cant get my head around any idea as of why this isnt working. We use cookies for various purposes including analytics. local speed 1 while >0 do speed speed + 0.1-How large the increase is humanoid.WalkSpeed 16 (speed)-Default Speed is 16. I searched around many posts in here, but none of them were helpful since it wasnt what i was looking for. Change speed at random times local WlkSpeed while true do WlkSpeed.WalkSpeed 9 wait (5) WlkSpeed.WalkSpeed 6 wait (5) WlkSpeed.WalkSpeed 12 wait (8) WlkSpeed.WalkSpeed 15 wait (12) WlkSpeed.

  • What solutions have you tried so far? Did you look for solutions on the Developer Hub?.
  • local cam = Ĭam.CameraType = Īnd this one is to change the camera type to scriptable, its located in the workspace Local CurrentSpeed = Ĭam.FieldOfView = ((CurrentSpeed / MaxSpeed) * 70) + 70 I tried making a script so it changes the fov based on what i talked above (car speed), but it didnt work. What is the issue? Include screenshots / videos if possible!

    roblox speed script

    I want to make the fov of the player change depending on the amount of speed the car has. What do you want to achieve? Keep it simple and clear! You can write your topic however you want, but you need to answer these questions:







    Roblox speed script