#Ive got a bike bike need help with tweaking physics (Fully functional just physics kinda bum)
1 messages · Page 1 of 1 (latest)
** You are now Level 4! **
give the code
a picture of the damn bike wont do nun
lmao one sec
this is #1020374354867007528, if you need help with physics send us a snippet of the physics code.
if you're worried someone will "steal" your code, trust me literally no one cares enough to. 😭
fair enough
lol what discord automatically sends it as a msg text
this script is in startercharachterscripts
local data = { --roblox stud == 1 ft
--gear info
[1]=1;--casset
[2]={
52;
48;
43;
31;
26;
20;
16;
};
[3]=1;--cog
[4]={
30;
40;
53;
};
--bike stats
--server
[5]=6;--spd
[6]=2;--turnspd
[7]=79000;--turntrq
[8]=2.2;--waight
[9]=2;--fricW_F
[10]=2.25;--fricW_R
[11]=-240;--tiltM
[12]=30;--tilttrqX
[13]=40;--tilttrqY
[14]=30;--tilttrqZ
[15]=48;--up_gyro torque
[16]=2;--slideM
[17]=24;--DriftCtrl : Controlls the drift of the front wheel while turning
[18]=2700;--actDtrq
[19]=800;--idleDtrq
[20]=9999999;--inptrq
--player
[21]=6;--spd
[22]=30;--turnang
[23]=2.2;--waight
[24]=2;--fric_F
[25]=2;--fric_R
[26]=0.85;--tiltM
[27]=0;--slideM
--suspension
--server
[28]=500;--damp_F --critical damp point is 1
[29]=500;--damp_R
[30]=1999999;--rboun_F --max force
[31]=460000;--rboun_R
[32]=85500;--stif_F
[33]=90000;--stif_R
--player
[34]=1;--damp_F
[35]=3;--damp_R
[36]=1;--rboun_F
[37]=1;--rboun_R
[38]=1;--stif_F or compresion
[39]=0.3;--stif_R
--wheel info
[40]=3.5;--tireS_F +0.5
[41]=3;--tireS_R // wheel friction
[42]=2; -- wheelS
--brake info
[43]=1/10;--brake ratio
[44]=500;--brake damp
[45]=1000;--brake torque
[46]=200;--brake power
[47]=-80*math.pi/180;--brake antiforce angle limit ; MUST BE IN RADIANTS ; MAKE SURE NUMBER IS NEGITIVE, OTHERWISE THIS BECOMES A BOOSTER [will no longer have brakeing]
[48]=0;--omni-brake -- 0 off, 1 on
--weight slide info
[49]=1.2;--weight
[50]=2.5;--distance
}
return data```
this is the bike values where you can configure everything basically
server configure aka default settings and player default settings r 1 basically i think u get it
never touch programming again
thank god my spidey senses kicked in, if i hadn't ignored u...
why r we hating
what is this bullshit
configuratioin stuff
pinged the wrong file
but even that shit is not formatted
local data = { --roblox stud == 1 ft
--gear info
[1] = 1, --casset
[2] = {
52,
48,
43,
31,
26,
20,
16,
},
[3] = 1, --cog
[4] = {
30,
40,
53,
},
--bike stats
--server
[5] = 6, --spd
[6] = 2, --turnspd
[7] = 79000, --turntrq
[8] = 2.2, --waight
[9] = 2, --fricW_F
[10] = 2.25, --fricW_R
[11] = -240, --tiltM
[12] = 30, --tilttrqX
[13] = 40, --tilttrqY
[14] = 30, --tilttrqZ
[15] = 48, --up_gyro torque
[16] = 2, --slideM
[17] = 24, --DriftCtrl : Controlls the drift of the front wheel while turning
[18] = 2700, --actDtrq
[19] = 800, --idleDtrq
[20] = 9999999, --inptrq
--player
[21] = 6, --spd
[22] = 30, --turnang
[23] = 2.2, --waight
[24] = 2, --fric_F
[25] = 2, --fric_R
[26] = 0.85, --tiltM
[27] = 0, --slideM
--suspension
--server
[28] = 500, --damp_F --critical damp point is 1
[29] = 500, --damp_R
[30] = 1999999, --rboun_F --max force
[31] = 460000, --rboun_R
[32] = 85500, --stif_F
[33] = 90000, --stif_R
--player
[34] = 1, --damp_F
[35] = 3, --damp_R
[36] = 1, --rboun_F
[37] = 1, --rboun_R
[38] = 1, --stif_F or compresion
[39] = 0.3, --stif_R
--wheel info
[40] = 3.5, --tireS_F +0.5
[41] = 3, --tireS_R // wheel friction
[42] = 2, -- wheelS
--brake info
[43] = 1 / 10, --brake ratio
[44] = 500, --brake damp
[45] = 1000, --brake torque
[46] = 200, --brake power
[47] = -80 * math.pi / 180, --brake antiforce angle limit ; MUST BE IN RADIANTS ; MAKE SURE NUMBER IS NEGITIVE, OTHERWISE THIS BECOMES A BOOSTER [will no longer have brakeing]
[48] = 0, --omni-brake -- 0 off, 1 on
--weight slide info
[49] = 1.2, --weight
[50] = 2.5, --distance
}
return data
format stuff first of all
second of all, learn proper control flow
ur abusing if statements
here now that is formatted
tell me who wrote this
r u saying ai is would do better
this code is stolen. i can tell from the letters
and from seeing a few stolen codes in my time
i made it readable bro
people steal that 😭 that code is so shit
no its a refactored decompile of something
can we lowkey quit the hate
no normal person writes data like this, it is output from a disassembler
fr? idk what decompiler that makes variables like that
ohh disasm
that makes sense
icl u guys speaking chineese
did you write this code?
no
yo, is it an issue if i run it thru ai and give the guy the output
i cant be bothered to fix all of it
that was rhetorical. bruh we can only help you with code you wrote yourself. even if you understood this code any advice we could give you would be meaningless to you and make no sense for you
fair but did u read the issue
ai can't handle something like this, but i am curious what it would say
hot buns
o ya AI also cuts off like 200 lines
** You are now Level 5! **
sorry tldr could you re-state the issue exactly please?
NATURALLY
LMAOOOOO
that code was dubious
is this ai output?
I mean TBH the bike works how i sorta want it to its a specific kinda control system only problem is that it tries to turn at high speed and for fuck all reason the front stucks to surface or like idk and the rear tips up and then 180s lol
yes the code written before was likely riddled with issues, especially with how redundant it was
i'm rather surprised how well it appears to have followed along and restructured things. i don't really have the time to fact check it but it's interesting that this could be a real proper use for ai
i reccomend ACTUALLY LEARNING
i did train it on good practices
and it hallucinates alot, so i dont use it unless when the guy DOESN'T even code his own shi
and i don't know how i should feel about that :\
we can but we wont
code it urself bro or dont claim credit
im not claiming credit i said its a puiblic chassis
its stolen chassis
public doesn't mean not stolen bro
you didn't make this bike therefore not sure what kind of advice you're expecting; maybe google it or look for a different bike maybe
no cap
its a chassis mostly it comes without model or stuff its for u to mess arnd with
and i lowkey got it to kinda work js the front wheel issues
a-chassis is open source why decompile it
alr just ask gpt tbh, bugs like these with scripts u did not code are usually extremely hard for someone else to debug on a timely basis
and im not sure if its even a bug or a feature missing, since i dont rlly get what u mean either
what do u mean
I did its like semi alright
we had diff definitions of semi, u would have had a better idea of what was wrong if u actually did semi
where did you get the bike from?
if you did not code it yourself?
a discord server if you'd like me to send u
my understanding is they want to reconfigure a-chassis vehicle physics because the bike is a bit wonky for a motorcycle-like vehicle, but they've seen it in studio and it has all the hallmarks of a-chassis but the code is unfamiliar and/or unexpected now they ask for help with configuring stolen bike vehicle, i would not be surprised if they got this from toolbox, or....
whats scarier is that with thinking, i can usually solve complex bugs over 100k's of lines over many files, its actually insane how accurate of conclusions it can come to with just greps
dm or guild?
still need human oversight
if the bug isn't nuanced, no
'its a feature not a bug'
😂
did you get the bike from a dm from someone or a guild/channel?
its not relevant to u nw's, i reccomend rewriting the script for ur purpose or use my ai refactored one at ur your own risk
hm tbh im learning as im messing around with it tbh
its more fun this way cusz im also doign like a project i like
lemme send u the serv first pls
if you want to work with stolen code i mean all the power to you but like im not sure what kind of help you're expecting for stolen assets? pretty sure that breaks roblox tos in some way, might even break discord tos on disassembly help
tbh the code is too shit for u to take it, i reccomend using another, that is properly documented and not decompiled so its more readable
** You are now Level 6! **
its deadass not stolen bro its public itsl iterally made and published for everyone to download, tweak.
do u know the definittion of stolen
alr bro a 5yr has better control flow knowledge
i dont understand why the hate even
yes it was decompiled from a live game and then someone slapped weak docs on it
do you?
im ljust having fun figuring things as i go
than just use gpt bro, not the place to be asking for help
I have lol. quite alot.
and u haven't told it to make it more direct and better formatted?
that code is practically impossible to read without an aneurysm.
It did help me understand some of the code to adjust it to some things but more than that is just cutting the code off for wtver
hm how tho?
whats missing
if a random person attaches a copy of some roblox asset in some random discord guild, that doesn't mean it is public. it just means you have access to it. data breaches happen all the time, and sometimes that information is released publicly. if you happen to access that stolen data, which has been made public by the thieves, does that make this stolen data any less stolen?
are we deadass
if I upload a model download of mine somewhere it dosent mean u can take it
yeah bro, buy gpt plus u aint getting help from anyone except a clanker
'upload a model download'?
ICL gpt+ was buns too
bruh you can't just re-upload other people's stuff and call it yours
no ones touching this btw
i figured by ur guys hate
k 
holy shit cant let a person ask for help yall doing ANYTHING but helping
if u had gpted the code, or atleast stolen readable code this would have gone differently
yk what would help? being straight to the point telling me abt issues of whoever wrote the code, instead we should hate on him and then tell him what were talking about
well i cant rly control that. im not a good scripter myself i know mostly basic stuff
tbh if pyro wasent here larping so much id appriciate u prolly more cuz that influence of his wouldn't prolly been here then
well i attached the refactored version somewhere up there, copy and paste it into gpt ul get different results
cuz ur code is ass bro
even worse
ty appricaite it
❤️🩹
holy shit go hate in dms pls<3
i dont wanna see it infron of my eyes smh
what am i doing by asking questions
learning how to skid