#How do I make the player move in air?
1 messages · Page 1 of 1 (latest)
Remove the ground check that limits the movement?
could you send the player move class?
there isnt one i think so
k
Its just danis movement from karlson
Use codeblocks to send code in a message!
To make a codeblock, surround your code with ```
To use C# syntax highlighting add cs after the three back ticks.
For example:
```cs
Console.WriteLine("Hello World");
```
Produces:
Console.WriteLine("Hello World");
To send lengthy code, paste it into https://paste.myst.rs/ and send the link of the paste into chat.
It literally tells you what to do…
oh i didnt read the part with the link
a powerful website for storing and sharing text and code snippets. completely free and open source.
There is literally a commented line that says // Movement in air, following that is the ground check I told you about 
ya delete that method
That’s not called a method, it’s more like a condition block