#Flight Physics
1 messages · Page 1 of 1 (latest)
Humanoid.PrimaryPart.Cframe = CFrame.new(0, math.huge, 0)
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
@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??
LOL
Unfortunately that would not be fair for the others who have paid
Can u give it to me on dms??
just the script?
i won't tell anyone
@tulip hornet
Oke
Please Check Your DMs
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
What's the benefit of reaching higher tier
You get more love from me
I would donate to you just because you make your stuff free for people and those people needs get paid paid
all videos??
i watched one
its approz 1 hr long
did you watch the ads?
did you like and comment
i liked
lemme comment
???
You didn't like or subscribe 🤨
trolled
I did
Help
can u give it to me?
please
@livid sparrow
bro just watch the video atp 💀
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
Character is most likely nil or maybe the primary part has not streamed in yet
Try waiting for the primary part
my avatar is r16. could that be the issue?
dont know all i know is that PrimaryPart = nil
i watched the video over and over again and i cant make the hinges it wont work
pls help
im not sure what im meant to say
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
if its not printing then the script is not running
i can move foward and backwards tho
or hindges is a empty table
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
ClassName does work
idk why mine doesnt
if you keep investigating you might find out