#Flight Physics

1 messages · Page 1 of 1 (latest)

fiery marsh
#

I Need The Code For Flight Physics

frigid drift
#

Humanoid.PrimaryPart.Cframe = CFrame.new(0, math.huge, 0)

tulip hornet
#

if you pay $3 you get access to the members section

#

in the members section you can download the script from the flight physics video

fiery marsh
#

@tulip hornet

#

I Don't Have 3 Dollars

#

But I Really

#

Like Your Vids

#

I'm A Subscriber Too

#

I Really Need It For My Game

#

I Can Give 61 Robux Though

#

Can You Please Make An Exeption This Time??

livid sparrow
#

LOL

tulip hornet
fiery marsh
#

just the script?

#

i won't tell anyone

#

@tulip hornet

tulip hornet
fiery marsh
fiery marsh
tulip hornet
fiery marsh
#

Please

#

I Really Need

#

It

#

Just Check My DM

#

Please

tulip hornet
#

I'll do you a special deal you must watch all my videos in full without skipping any ads and I'll give you a test after watching all of them to make sure you learnt everything in each video then I'll give you the fly project for free

#

And you must like and comment on all my videos

frigid drift
tulip hornet
frigid drift
#

I would donate to you just because you make your stuff free for people and those people needs get paid paid

fiery marsh
#

i watched one

#

its approz 1 hr long

tulip hornet
#

did you watch the ads?

fiery marsh
#

yeahh

#

there were a lot of ads

tulip hornet
#

did you like and comment

fiery marsh
#

i liked

fiery marsh
tulip hornet
#

wait

#

im joking that wont help

fiery marsh
fiery marsh
#

I Commented?

#

@tulip hornet

#

See Proof

fiery marsh
#

@tulip hornet

#

@tulip hornet

river relic
livid sparrow
#

trolled

fiery marsh
fiery marsh
river relic
#

Just copy it

#

It's not that long

livid sparrow
#

^

#

i actually have the code for it

#

i ended up finishing the vid or most of it

fiery marsh
#

please

#

@livid sparrow

latent frigate
minor lodge
#

Hi i think this line is no longer valid because I am getting an error that this is not a valid member

local primaryPart = character.PrimaryPart

#

can you help @tulip hornet

tulip hornet
#

Try waiting for the primary part

minor lodge
#

my avatar is r16. could that be the issue?

tulip hornet
ruby slate
#

i watched the video over and over again and i cant make the hinges it wont work

#

pls help

ruby slate
#

Suphi pls help

#

@tulip hornet

#

i tried pressing w,s it wont work

tulip hornet
ruby slate
#

heres my script

#

i watched but before physics part

#

local function Loop(deltatime)
if UserInputService:IsKeyDown(Enum.KeyCode.E) == true then thrust += 2000 +deltatime end
if UserInputService:IsKeyDown(Enum.KeyCode.Q) == true then thrust -= 2000 +deltatime end

for index, data in parts do
    if data.Part.Name == "Motor" then
        data.VectorForce.Force = Vector3.new(0,0, -thrust)
    else
        data.VectorForce.Force = Vector3.zero
    end
    data.Attatchment1.Position = data.VectorForce.Force/200
end

for index, hinge in hinges do
    for index, value in hinge:GetAttributes() do
        print("x")
        hinge.TargetAngle += seat[index] * value
    end
end

end

#

its just in the loop function

#

it wont also print x

tulip hornet
ruby slate
#

i can move foward and backwards tho

tulip hornet
#

or hindges is a empty table

ruby slate
#

pretty sure i didnt miss anything

#

lemme check

#

oh nvm

#

it worked now

#

sorry

#

I think ClassName is the reason why its not working so i used :IsA instead

ruby slate
#

idk why mine doesnt

tulip hornet