[Solved] How to double jump to fly or smth? [closed]
Asked by
5 years ago Edited 5 years ago
So far i have this idk how to go further:
01 | game.Players.LocalPlayer.CharacterAdded:Wait() |
02 | local Character = game.Players.LocalPlayer.Character |
04 | if Character.Humanoid.HumanoidState = = Enum.HumanoidStateType.Jumping then |
05 | local BP = Instance.new( "BodyPosition" ) |
06 | BP.Parent = Character.HumanoidRootPart |
07 | game:GetService( "UserInputService" ):Connect( function (Input) |
08 | if Input.KeyCode = = Enum.KeyCode.W then |
EDIT: I solved my self its now good funcitoning
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?