How to Add Double Jumps (30 seconds) - Roblox Studios

  Рет қаралды 3,184

Maze Sunshine

Maze Sunshine

Күн бұрын

Пікірлер: 15
@mazesunshine3946
@mazesunshine3946 Жыл бұрын
local maxJumps = 2 -- amount of jumps in the air local jumpCooldown = 0.1 -- how fast you can jump again while in the air local userInputService = game:GetService("UserInputService") local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local jumpCount = 0 local canJump = false local function onStateChanged(oldState, newState) if newState == Enum.HumanoidStateType.Landed then jumpCount = 0 canJump = false elseif newState == Enum.HumanoidStateType.Freefall then wait(jumpCooldown) canJump = true elseif newState == Enum.HumanoidStateType.Jumping then canJump = false jumpCount = jumpCount + 1 end end humanoid.StateChanged:Connect(onStateChanged) userInputService.JumpRequest:Connect(function() if canJump and jumpCount < maxJumps then humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end)
@BotamisPrime
@BotamisPrime Жыл бұрын
Holy crap tysm I needed this for my new obby
@mazesunshine3946
@mazesunshine3946 Жыл бұрын
You're Welcome!
@Mittin1
@Mittin1 Жыл бұрын
well it works and its useful thank yu brother
@mazesunshine3946
@mazesunshine3946 Жыл бұрын
Your welcome brother!
@LukaPlemeniti
@LukaPlemeniti Ай бұрын
it rlly works thank you your awesome 😀
@ェエェ
@ェエェ 9 ай бұрын
how do i add an animation to it
@Relatable_as_hell
@Relatable_as_hell 2 ай бұрын
You are the best person ever
@CuRioSitYNeXusQueSt
@CuRioSitYNeXusQueSt 7 ай бұрын
i tried it and worked but only once, if i die its doesnt work
@BallerIsCool966
@BallerIsCool966 22 күн бұрын
put it in starter character scripts instead. worked for me
@Masomel
@Masomel 3 ай бұрын
Your the best!!!
@Suvboom
@Suvboom 6 ай бұрын
BRO WHAT DESCRIPTION VIDEO
@TheRealPaintist
@TheRealPaintist 11 ай бұрын
W channel
How to Make a Sittable Seat (30 Seconds) | Roblox Studios Tutorial
0:38
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Nintendo Switch 2 REVEAL In 48 Hours!
7:05
Mr. Robot Jo
Рет қаралды 1,7 М.
СОЗДАЛ ИГРУ ИСПОЛЬЗУЯ ТОЛЬКО ChatGPT
6:01
Robert Sergeev
Рет қаралды 205 М.
The Animators So Good, Mojang Hired Them
12:58
XayXay
Рет қаралды 1,4 МЛН
I Made a Mobile FPS Game For the Blind
6:11
Libo Dev
Рет қаралды 9 М.
The Most Impressive Scratch Projects
11:00
DenshiVideo
Рет қаралды 5 МЛН
I Tested Bonzi Buddy Against My Real PC
12:00
Crypto NWO
Рет қаралды 790 М.
The biggest lie in video games
15:18
AIA
Рет қаралды 2,4 МЛН
Portal with 3 parts: is this possible?
14:12
optozorax
Рет қаралды 185 М.
10 Stages of Every Blox Fruits Trader
12:50
Frostt
Рет қаралды 210 М.