About 3,770 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. 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 …

  4. 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.

  5. 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 …

  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. 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 …

  8. 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 …

  9. 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:

  10. How do I counteract infinite jump/fly exploits? - Roblox

    Jan 25, 2020 · Raycasting is your friend. You can’t effectively immediately detect if someone runs a script that gives them flying/infinite jump powers, but it certainly is possible to counterract. …