Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Solved] How to double jump to fly or smth? [closed]

Asked by
dekkeda 30
4 years ago
Edited 4 years ago

So far i have this idk how to go further:

game.Players.LocalPlayer.CharacterAdded:Wait()
local Character = game.Players.LocalPlayer.Character

if Character.Humanoid.HumanoidState == Enum.HumanoidStateType.Jumping then
    local BP = Instance.new("BodyPosition")
    BP.Parent = Character.HumanoidRootPart
    game:GetService("UserInputService"):Connect(function(Input)
        if Input.KeyCode == Enum.KeyCode.W then
            BP.Position = 
        end
    end)
end

EDIT: I solved my self its now good funcitoning

0
Please try to write a bit more code, it looks like you stopped writing for no reason. sleazel 1287 — 4y

Closed as Too Broad by sleazel, KDarren12, and Goulstem

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?