About 3,730 results
Open links in new tab
  1. How to allow infinite jumps? - Scripting Support - Roblox

    Sep 14, 2024 · How can I allow the player to infinite jump? In a way I can turn it on and off with a simple function. I also want a tiny cooldown! I’m new here 👶 and I don’t really know how to do this 😕 Shoutout …

  2. How to make a part that makes a player infinitely jump

    Feb 18, 2023 · hello, i need help on making a script that makes it when u go inside of a part it make the player levitate by making them spam the jump button, i have everything done i just dont know how to …

  3. Infinite jump detection - Scripting Support - Roblox

    Apr 13, 2021 · Hello, I’m trying to make an anti Infinite Jump (server sidded) and I’d need a bit of help starting if someone could help me.

  4. Multiple Jumps System // Animation, Gui text, Particle Effect

    Jan 16, 2023 · Greetings Developers, Today, i’ve made a jump system that allow you to jump multiple times ! This ressource include: The system itself, main settings can be changed. A Gui text which …

  5. Making A double Jump - Scripting Support - Developer Forum - Roblox

    Oct 17, 2020 · So I’m trying to make a platformer that when you press “W” you will jump or If you’re pressing it twice it will jump twice, the thing is it infinitly jumps and wont stop jumping The Script:

  6. How to make a player jump all the time - Roblox

    Aug 22, 2023 · Hello 👋, please tell me how to make the player constantly jumping and can not stop, I searched everywhere, but never found the answer to my question. I mean the player should jump …

  7. Anti Cheat [Fly, Teleportation, JumpPower, WalkSpeed] (Server Sided)

    Jul 30, 2023 · Roblox Server Sided Anti Cheat [Fly, Teleportation, JumpPower, WalkSpeed] (Search Engine) Here’s a quick little script I wrote together for my future portfolios, free to use. Note: It’s not …

  8. Problem with Jump script - Scripting Support - Developer Forum | Roblox

    Aug 25, 2023 · Hi I have this block of code that manages the purchases in the game so there’s a infinite Jump funtion when a player buys it gives the player infinite Jumps here’s that piece of code `function …

  9. How to make a player jump - Scripting Support - Roblox

    Jun 21, 2021 · To make a specific player jump use this script: local ThePlayer = game.Players.[PlayerNameHere] ThePlayer.Character.Humanoid.Jump = true For the specific player …

  10. How do I make a jump script where if you hold down space you

    Jan 7, 2021 · It first disables jumping for the character, and then makes the character jump after they’ve pressed or held down space. The longer you hold down space, the higher your jump will end up …