so i have a custom jump that sets the velocity of the players torso up and forward and it worked fine but when i swapped the startercharacter for a custom one it started only moving forward a tiny bit and it would go instantly and it stays the same no matter what the velocity i set it to is (the upward velocity works totally fine though) and i got no idea why (im new so it might be smth simple or obvious)
#velocity with custom rig being FUNKY
1 messages · Page 1 of 1 (latest)
ok i actually thought of smth and figured it out and the reason its not working is bc the character is touching the ground when the forward velocity is set so is there a way to like turn of friction or smth or do i just need to set the hip height a tiny bit off the ground? (i tried it and setting the hip height so the feet are off the ground doesn't work so im lost🤔)
video
and code
🙏
my tiny brain aint reading all those
im pretty sure its hip height
oh then uh
its prolly the server fault
there's a way to solve it tho
i just dont know 🙏
aughhhhhhhh
** You are now Level 1! **
did you apply the velocity direction correctly
im pretty sure it sohuld be the velocity direction problem
its too smooth to be related to the character physics
ya and you do move forward but only a tiny amount
actually lemmi check smth rq
forward?
since when did forward direction come in the chat
arent you supposed to push it upward
but it got pushed backward up instead
🙏
no thats just liek without the custome rig
its the first vid i sent
its supposed to be moving forward/bakcward liek teh second one
oh bruh
anchored?
nah it all unanchored
oh bruh
anchoring it just locks me in place
theres a way to like send a code thingy right?
** You are now Level 2! **
bc if i just copy it in text its to long
yes
paste bin
wait how do i do it?
plr.character:findfirschild("HumanoidRootPart").Anchored = true
** You are now Level 13! **
🙏
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
be warned my code is trash
can you make it a file
and send the file ehre
it
it'll automatically change it to readable code
oh ok
i only been coding a few weeks
ok its too nested
instead of doing
if Input.KeyCode == Enum.KeyCode.Space then
end
do
if Input.KeyCode ~= Enum.KeyCode.Space then return end
try changing it
it'll be more readable
then send the script again
i messed around with some custome physics and it working now yipieeeeeeeeee (it might not be the best solution but its good enough fr fr)