#code-discussion
1 messages Β· Page 94 of 1
my point is work smart not hard
kinda, you should always forsee a future which is more ideal for you
thats why we shouldve all started scripting at 11
u get a job to pay rent and advertise n stuff
i started scripting this year and im 16 ITS OVER for me
we in the same boat
it is not over
Is it bad i technically have like over a decade of studio experience
nah. plenty of adults out there who struggle with the concept of a function
source: university
nto really, a lot of people made shitty ass games when they were kids
i remember using studio in 2014-18 messing with free models
use ur critical thinking on this one
Then starting taking it more seriously ig
tress
mm i guess
Rlly on and off obv
just larp it bro
in 2014 i entered kindergarten bro
ong bro
no no not kindergarten school
I was prob like
i was like 6-7
Slightly older
bro had hidden potential if he was using free models in 2014
how old are u rn
i am 19
you doin uni or gap year
So i was prob like 9-10
ur a 2009 right
i think anyone can tell its a joke btw
are you studying anything rn?
same bro abd copy mods were on my ass eeveryday
i remember doing a mic check and immediately getting banned
was so distraught
good days
im going to do some random thing soon but i have some it internship cuz i also like messing with hands on stuff
i obv rather have games be sustainable
i can easily fake my voice bro i would do that deep ahh eboy voice where it sounded like a motorbike starting
But backup plan is smart
internship is nice
yea u have no time
lol i chose no backup plan
π i tried but i sounded like a squaker on crack lmfaoo
graduated from high school a couple days ago no back up plan
This works if u get lucky
just full on game dev
ur cooked buddy
i think i started scripting exploits before actual lua lmao
bro discord literally made me insecure cus of how people were sometimes some dude said i sounded like a dying goat once
i was such a synapse x fanboy
i have a really good fake voice for some reason
u started skidding buddy
KRNL prime on top
lmaoo bruh π
my parents never let me buy anything digital so krnl was the way
krnl users should be executed imo
i learned a lot from managing modded games with thousnads of players. now im just applying what i know and getting better every day
they did not deserve a scripting mechanism that good
kid u spent money on exploits π₯
wats a function
π
I know someone who is same age as me but made 40k in month from slop π
i am salty because i spent 20 usd and krnl users practically got it for free
whats a function what is that
Hes rlly nice n helpful to talk to
yeah ive seen ppl do that
lemme show you something
your first mistake is cheating on a lego game lol
Cuz he literally gave me so much info abt algo n stuff
Im still like
Not insane but i feel more understanding
bro is set tho if he making 40k usd in a month at 19
bro that was a crazy thing to witness icl
it was the start of exploit drought
ong
we need a job
This just proves ur script is shit
the one girlfriend i had was a egirlfriend in roblox back in 2018
Can anyone tell me which tween this is?
π scripts should be kept small and modularized
its all my scripts combined
you're pessimistic
why would you combine all your scripts
mhm and theres a plugin for line count
i didn't ask if u can write a function, i asked if you could define what it is
its a word counter so i combined my scripts
Just make it readable and not messy and organized
Problem solved
what in the infinite yeild is this daw
And not laggy ah
Theres a plugin for that
thats not the problem
oh ok
U solved another problem congrats
nice
word count doesnt matter
print("Hello world")
theres like no point to some things i see ppl do
oh wtf bro why do you use debris
u can write ur entire game in one word
idk i heard it was better than destroy
so i started using it
if you had to insult someone but you could only use luau to do it, how would you do it
Im so srs why do ppl think saving .0000000000000000000000000000001ms is worth it
Debris Laggy Bro..............
Don T JUse Debris.. Ever.........
theres a point where optimizations are negligible
im still new
Or Father juanitrox will get mad...
i see a lot of that in here sadly
if ur trying to destroy smth after set time just do task stuff
Ur not welcome to niche scripter Team if u use debris
task.delay(5,part.Destroy,part) skibidi
can we all report this post #builder-hiring message
and If u use studio instead of VSC
if you use vsc instead of studio consider yourself an opp
I use studio cuz im used to it
No U should use VSC
ya ik dw
id only use vsc if i use a diff engine or work on a team
To aurafarm and be a Brazillain phonk Funk Eenjoyer :Those Who KNOW π
that needs it
Yea studio Is ZERO aura
What is the difference tho
u use vsc just to write shit code
Me when I look like a pro Dev in vsc Toma Toma...
Aura
u get vcs and wally
ego boost is not valid reason
and typescript
bro and u listen to snowstrippers just to listen to under your spell
What is that ive heard of it but forgo what it does
BAD music taste
GOOD music taste
because of white monsters
Ima google
under your spell is not top 20 snow strippers
Guys Imma send my script and Rate it okay
wow I cnat sednd Gif..
main difference is source control imo. easier to view code history, revert changes and all that
oh typescript is just like js
Roblox has history
10/10
yea but viewing code revisions is garbage in roblox
vsc looks more messy anyways so i feel like it depends on what u like
cuz
i see pros vs cons
find error in the below script:
function onTouched(Obj)
local h = Obj.Parent:FindFirstChild("Humanoid")
if h then
h.Health = 0
end
end
part.Touched:Connect(onTouched)
yea u dont rlly need vs for luau
ya
come on guys anyone with 2 days of scripting experience should be able to point error out
are you trying to say part is not defined i am like half asleep
ding ding ding ding ding
correct
next question:
why use WaitForChild instead of FindFirstChild
messy in what way
vsc looks cleaner
studio is just a direct interface though
local part = workspace.KillBrick
function onTouched(Obj)
local h = Obj.Parent:FindFirstChild("Humanoid")
if h then
h.Health = 0
end
end
part.Touched:Connect(onTouched) find error heere now
or script.parent
Literally only use 1st one if u are waiting for smth to exist but honestly i dont use it much from how i make stuff
its cool till you have 100 killbricks
just make folder and loop
yep
a
collectionservice
yo guys can an exploiter edit module scripts and affect the server
Yo we Are all buying VuukStudio COURSE THIS SUMMER AND BECOMING MILLIONAIRES...
If ur making new killbricks or under models then yea
lmaooo
if they have a backdoor yes
We
you should sign up for hustler's university and escape the matrix
i watched one of his videos which inspired me and then i realized the second half of the video was just selling a course
vuuk studios is the luau version of hustlers university
bro is selling a scam
lets say I save a player's data in a modulescript placed inside replicated storage, I want local script to access it to update UI, is that a safe method
theres literally like 3 channels i recall that do what hes selling for free
Even if not best practices
that wont work if changed on the server
vuuk is a crazy good scripter
they both have their own copy
but i owuldnt wanna learn form him
ohhhh
Fk No..
whats the solution, remote functions?
his portfolio is staacked
i use tables for replication
replica to be precise and fire signals to the scritps i want to use it
u cant even do this im p sure it wont replicate unless theres some new thing just use remote function
dang im gonna have to curate remote functions for a lot of different local scripts then
Imagine ~= nil
Respect button
π
nitpick
how do i make my studio look like that bro
theme
i stopped doing that habit but it doesnt rlly matter
U cna remove the ~= nil and it still work
is all
You need to ask ur roblox studio ai abt world events
i might get silenced for saying this but i think roblox is a project created by jews to then turn every dev at those dev meeting into monsters
yea
@fickle oasis is an ashkenazi jew
hes one of the main leaders
Bro what is that
Roblox analytics
No its bad
What's the ccu
Send link
what the degeneracy
ass
how so
@gray escarp bro how are u listening to fatrat
fire music creator
ya but how is that bad ret
ik
send game
i wanna play it
in the next few lines he said gg five times
4 actually
does having a ton of things in replicatedstorage cause lag? like if i was using tons of models to rep it and put it somewhere would it being in replicatedstorage cause lag?
Pretty much
Server storage is lower latency
so whats better if i wanted to keep a ton of things?
Serverstorage
However, as you know replicated storage has the pro of shared access
Also server storage is more secure
Against exploits
So you have to gauge which one suits your needs
Hello
It depends replicated storage is a place where both the server and the client can access, so if you want your models to be accessed by both client and server, put it there. Otherwise if you only want the server to see --> Server storage, if you want only client --> StarterPlayer
Task.afk(3e7)
Error: Task is not defined in this context
Task.wait(3e7)
Error: Task is still not defined in this context
3e7 means wait 81,721 years
Task isnβt supposed to be capitalized π₯
:)
I just made this planet mining thing I don't even know what to call it but it was a fun experience and gained some knowledge doing it
good job! now make it so that each time u mine a small piece of the planet is destroyed
task.wait(math.huge)
doesn othing
chat what should i make if im a noob
Exactly, blocks your code from running for an indefinite period of time
Math.huge is basically infinity
it is the f64 representation of inf
so it is inf
Yeah and you said it does nothing
Wait that's real thing?
But.. but... infinity is undefined!!!!!!
Math.huge returns a number larger than any other number, or about 2 to the power of 1024
As noted in the documentation
Also if you try to calculate it on any web calculator it will throw an error or infinity
Its such a large number it exceeds the maximum representable value
Notion or Obsidion? for keeping notes while learning programming
π
Real ones use notepad
Then you delete after it gets added to your muscle memory
its mostly personal preference so i'd reccomend trying both and seeing which one you like the most
obsidian def
ai
BrawlDev's playlists
no it runs after 1 frame
Wow
Is the guy who made this experienced or beginner?
Thats just a lie
Are you saying that the code will run once before waiting or it will completely ignore the task.wait?
it will dealy it for 1 frame
because its impossible for the task scheduler to wait inf
And continue running like nothing happened?
yeah it wont be indefinite
they not gonna let you wait for inf
it goes back to 0 iirc
thats not what someone wants to do
if its nan or infinite
Ok then do task.wait(2 ^ 1023) since its still classified as an integer and not infinity
still would wait 1 frame
No. Type in 2 to the power of 1024 vs 1023 into a calculator such as the one on google, the 1023 one will return a number and 1024 will return infinity or an error
the highest you can go is 2^127
trial and error
No way bruh
what if i did 2^127.1
What if i did math.round(2^126.99999)
task.wait(2^127.999999957) is the highest
Anyone got an answer for this?
Also this might be performance based, when i forget to input a wait into a while loop i get a far longer wait before script timeout on my pc vs laptop
nah its hard coded probably
Maybe
Why in the world do you have a 1000 hour session on visual studio
Very unoptimized workflow
Bro why are you making shakeable abs is the question we should be really making
Wdym
Itβs a chest π
Shakable tatas π
yall migrating here
.
No ice boutta come
The code looks fine in my opinion tbh
@ornate needle βshakeintensityβ and βchestbounceβ do not belong in the same script bro what are you doing
Im dying
Go0ner game
In the making
Oh
apperently
Thought u meant like anatomical chest
me too, @ornate needle on sum shit
.
Venom making one of those condo games
lmao
Can someone help me evolve better than basics and some advanced scripting stuff
dungusberry ahh pfp
Its an old referance
no beginner would use trig functions
though i question his name choices and the fact he doesn't know about ternary conditions
how good are you at the basics though
I'd say I'm decent I have some experiance using them
+1 you can't be a beginner and know advanced stuff
Itβs a code for a scripter Iβm hiring
So I wanted to make sure itβs good
see more code? the code doesn't say if that's a good programmer but someone who knows math
try making something like an ability
it both combines the basics you already know + teach you stuff like sending messages from player -> server and managing inputs
i notice you we're able to edit the prices on the client side which is not a good thing because exploiters, so i'd reccomend learning about server authentication
for more intermediate - advanced resources i'd reccomend ocenskiy and suphi kaner + the devforum
O
i notice you we're able to edit the prices on the client side
Good catch
thanks
i think we need more than just a snippet of code to get the full picture
Good job bro now use meta methods within metatables to set up custom class properties
The prices are based on variable in the server
is there any places where he uses alot of if statements or has code that looks like a > shape
oh kk, but how were you able to edit them without going onto server view
nvm
im dumb π
My system was for every part in a folder it would show on the client and if they clicked on it then it would send a message to the server which manages prices
And placing and stuff if failed a message would be sent to the client again telling it the purchase failed
+1 but I'll blame you and the vid quality
i wouldn't really consider you as much as a beginner then
for most projects you can easily build them up from combining the basics you've already learnt
at this i'd reccomend for you to learn about OOP and try making your own games since those will give you the biggest improvements in your skills
also i guess learn more maths like trignometry and linear algebra since those are also helpful for scripting
Oops best
OOP for frameworks
DOD for working with alot of objects
Yeah but I just love the look of Oop in general
true
What is best practice to hire/ pay scripters I keep getting scripters who want initial payment usually half they have great portfolios, then right when they get that payment they dont do any work.
Spread their cheeks
Spread Cheeks aye sir.
Hello Iβm tryna learn how to script Iβm pretty new to it all if anyone has any tips I would be very thankful
Dig in their chocolate starfish
TIP:1 dont hire the female race
I thought the same but didn't want to accuse someone without being 150% sure
you sent 50$ initial payment and calling it a woman problem?
why are scripters so expensiveπ
I need someone to help me script a tattoo simulator im making for my bf but like for free cuz im brokeπ₯
Ive pretty much designed everything but the scripts arent working
πΏ
like i literally designed every frame BUT NONE OF THE FREAKING SCRIPTS ARE WORKING RAHH
50% 50% payment
50% 50% responsibility you're the one verifying if it's an actual programmer or an AI
She is a actual programmer
Verify by asking her to make a script with her screen share on or smth
they r not
i don't
im from the male race
Same but I am not fast enough to win the race
im half way through, thought about quitting but im still standing
you do you mate, but I'll quit and go to the female one at least there I can compete
ay man thats risky but gl. might wanna shave your body hair
Good lad ooga booga men forever
now please hire me good sir
I already got full team of devs atm
dam
What is scoping?
welcome back bro this is thrid time i seen you here
π thanks for the welcoming
what is scoping
im lil bit lazy to explain it rn here the page for it https://create.roblox.com/docs/luau/scope
docs hurt me
why
Because they are hard to understand
the scopeing one is really easy just try
its lettery images
wyall doing guys
I still don' understand so I guess Ill just watch a tut later
trying to learn advanced scripting in a week
just read? it explains the whole thing
my ahh thought you were saying "doctors hurt me"
Lol
cool
chatting in all channels for fun
DISCORD π
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P
MEMBERSHIPS π
Get Access To My Scripts + More Perks By Becoming a Channel Member! π
https://www.youtube.com/@BrawlDevRBLX/join
BEGINNER ROBLOX SCRIPTING SERIES π’
https://youtube.com/playl...
Just search up nesting and youll understand it and more
Idk if a week is realistic but if you work hard you can get pretty far in 3-4 weeks
do half now half later
literally the best strat
That was my strat works most of the time but I high pretty well so when I lose half it's hurts my wallet more
Pay*
guys how do i make inside and outside event
not touched but when he is inside the script activates
everytime you do smth like while, if or for etc. a new scope is created inside those statements
if a statement is inside another statement the scope will be under the previous scope
the scope can also store variables, this means your code is not able to access variables unless your scope can access it
this is why you cant access a variable if its inside a different function
if you have a function inside another function, the function will remember its scope
so if you return that function it will still be able to access variables even when called outside of the scope
these are called closures and are used alot in functional programming
Took me a few tries to get what they mean. the docs should be clearer
thank you i did't wanna explain this to him
can somsone help me with my gamepass code the gamepass isnt working
i can try but i dont make gamepass's
my time to shine
wth
ok send
What's that
you'll have to read it
LMAO
what
It's so funny
Anyways he said help find a problem on his code not write the whole code
but sad because it's true
can you help me
I typically don't know how gamepass functions but send code and I'll try or someon fix it
Me personally I ask for half upfront and half after, but I offer per task if people are worried for scams. Per Task is the best way to protect yourself and still be fair
Each task usually doesn't take very long so if the scripter bails not much time or money was wasted
how much do you think scripting would cost for an RNG game like RNG factory currently on the platform, I'm unfamiliar with the scripting side of development.
LF AN SCRIPTER AND A GUY THAT CAN WORK WITH LIGHT DM ME PLEASE
Hello guys π
i met a proplem i cant fix
the gui that makes everyone screen turn black leaves the top without making it black
enable ignoreguiinset on the parent screengui
okay gimme a minute to try sorry
Worked Perfectly Thank you so much π©Ά
awesome, yw
Guys, how do I add music to Roblox Studio and make it always play?
loop the audio
oh thx
Guys, is there a better way to do this or not, I have a lag compensation system that works really well. It saves the positions of each player every .1 seconds, but i fear that with more than lets say 7 players, it will start to lag. Here is the code
hm
this would be fine
can someone help me with my gamepass it wont work
idk what is scoping but i know hwo to code bits
what gamepass and what's wrong
as in you know boolean algebra?
Alr thanks
????
yo guys i can make discord bots but i dont know were to sell them for robux can yall help me ?
Guys what would you say differentiates between a beginner/mid range scripter and an advanced scripter?
Is it the ability to orgnize code and secure it against exploits
Knowledge in oop, modules, advanced frameworks?
Does anyone have experience using micro profiler to check why there is fps drop ?
u have prob have a mem leak
i doubt that but i can let you try and see it yourself if you are down?
theres prob a issue somewhere in your codebase
u can send me a rblx file of it in dms
and i can check it out for u
if u want
alright
transparency 111 damn bro made sure that its surely gonna be invisible
real
π
Anyone here wanna make a grow a garden template and sell it for like $300 each.
hey guys, i have a script where every second player's head size increases but i need to do that so the head's position is properly changed and the character's body isn't in it, how can i do this?
ANYONE TELL ME WHERE DO I PUT THIS KEYFRAME SO THAT I CAN VIEW IT IN THE ANIMATION EDITOR
put it in AnimSaves
local dict = {
a = 1,
b = 2,
c = 3,
d = 4
}
for i, v in dict do
print(i, v) --> a, 1; b, 2; c, 3; d, 4
end
Horrible example
Wouldn't understand this if I didn't know what it does
brother did NOT have to show his money π
i think he's a troll tho
looking at his comment history here
guys should i create a fps framework without models or i model atleast a gun then start coding
do what you want
π
anyone knows any way to make studio last longer or have longer wait time until it diconnects for when i lose internet
no you can't lol
hello
wsp chat
ΞΟ ΞΉΞΉΞΏ
OOP = object oriented proggramming

why do you hate oops? its easy-
ive tried learning it for days and i only know i need module scripts
sir. what
For days n u are cryn
ikr
?
Try months
nah bro you love poo
ye beo i aint tryin months any time soon
Well I am just starting
I can't wait to give up
Don't complain about something you don't understand when you refuse to learn it
Thank you π
no
nah it messes everything up and makes the code way too long
Probably better than sahib, that's for sure
1 million $ in 1$ bills is still 1m
but then you dont have to pay taxes so its actually 2 million

You pay taxes??
you dont have to if you keep cash
or if you use a UAE bank
oh fuck no
In my country cash is the only currency 
Is this something you made
tf is that supposed to be
other ways are to make unproffesional charities and give them money which you keep and use it as a writeoff
deepseek ai
Don't be jelly in another 10 years it's going to take all our jobs anyway
kindly leave this server π
Please tell me more 
Please don't take it to heart
use loans and pay them using company stock
o k,
i get that AI is gonna like take over most of the jobs but aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa yk
Are you secretly a billionaire
It's nothing we got creativity anyway
buy paintings cheap hype them up give to a muesuem then you save money on taxes
assuming there is enough hype
fake buisness transactions
and write them off
underreport income
use crypto
report personal costs as company costs
still you evade taxes using it
@mo-
use companies that are supposed to "lose" money
oh wait i read it wron-
fake people
undeclared transactions
fake employees
really friends and family
make delays
fake charity donos
personal accounts for business
straight up not giving them
transfer assets
to family
misclassing workers
fake investment losses
"renting" to familt
yo guys how do i get MAP api?
personal use of company assets
non reporting side hustles
crypto mixing services
fake "partners"
that's all
Thank you
yall removed the code from the code-discussion π
Nooo not here too
how do you even get comms with scripting?
hey guys, i have a script where every second player's head size increases but i need to do that so the head's position is properly changed and the character's body isn't in it, how can i do this?
Just accept easy ones if your new
Nah they don't let new people in
Iβm cooked
"min 5 years experience for 30Β’ deal, preferably more experience"
How about I pay you in percent π€
what about your body

Is it a good idea to destory and make anew gui thing or just keep the one you have
Hi, I am looking for the scripter, a decent one, but I don't exactly know how to get one, can anyone help me out?
Im new to this server
Use /post command in cmds
Thank you β€οΈ
What is replicated storage for exactly?
Things you want server and client to be able to access
alright, thanks
is there any way to type annotate the length of an array
I'm having some trouble with making players have two classes that I can call for.
Yo goodmorning, i will soon search for a scripter to code a part of my game, the problem is that i don't know how much this would cost me can you help me to figuree out?
So i will want a menu (i arleady have all the guis), with tweenservices to transition each page
and i want it to handle and equip armor system and equip skills system in menu only, with data store
how much do you think it would cost lowkey?
Does anyone know and good ways/tutorials to learn how to script efficiently?
rbxjs..?
do you think it would be better than python
anything is better than p*thon
does anyone know a better alternative to humanoid:MoveTo()
does anyone know whats that thing called when you got a proximity prompt, upon clicking it then other options pop up like "Move" like when u interact with the proximity prompt it can show other options? like for example you click an object you wanna move lets say a mixer and it then it can show 2 options "Move" and "Mix"
Go to devforum
i dont know what youre referring to
does anyone have any advice on where to learn the essentials of scripting?
learn how computers work and how code runs first
then learn datatypes
and then start scripting
for luau?
it will help a lot
yes, unless you already know another language
i don't, no
π
:Move()
Guides the humanoid in a direction and it keeps walking until you make it stop. Makes movement smoother because :MoveTo() causes an ever so slight stop of the NPC which is still noticeable and very annoying.
The downside to using :Move() is you need to constantly check if the NPC is close enough to a waypoint so it can switch to the next one. But thatβs only needed when youβre using pathfinding or other navigation stuff so
Iβm trying to not use humanoids completely since Iβm gonna be moving large amounts of npcs
How optimized would :Move() be
As optimised as you make it. Aka not spamming it every frame. If you look for optimisation, youβd be better off disablind as many humanoid states as possible
And using only βdummyβ NPCs on the server while handling their animations and looks solely on the client
This greatly improves performance while also giving the client the possibility to adapt things based on their personal or their deviceβs needs
Ok
If you need advice, donβt hesitate to ping me.
Concerning this NPC optimisation topic
i do a moving method that doesnt use humanoids
i store vectors and IDS on the server for verifications then load rigs on the client by sending the vector positions and using buffers/serializing to send batches to newly joined people
and then use pivot to to move all the rigs and an animationcontroller to give them animations
0.33kb/s for receiving data and 4ms frametimes with 50+ npcs
That doesnβt tween it though itβd just be teleporting wouldnβt it
Is it fine if I just dm you instead
its per frame
so its smooth
Can you show me
How are you controlling walk speed and rotations
Is that a website or a discord server or what
a core loop
its just the animation speed
need feedback on this, time slow ability
lerp is kawaii
ur so kawaii!!
jojo
thx you too
It is a website
Guys, do map based NPCs sound cool for a round based pvp game?
thank you so much
are the animations getting slowed down as well or just NPC movement?
animations also get slowed down
it also slows down physics
how do you pull it off with the physics?
this is an older version of the thing but it still showcases the physics
watch this or you think drake should take diddy's place !!! https://www.youtube.com/shorts/r-alhWLUE7E
it's cinematic, great job
so basically manually scale down all motion related properties, reducing AssemblyLinearVelocity, AssemblyAngularVelocity and forces.
thanks
are there any discrepancies with momentum since the velocity is reduced? (e.g: collisions between 2 parts of varying mass)
if you want to completely stop parts you can just anchor them btw
yeah reducing velocity to simulate slow motion causes discrepancies in momentum, it can make collisions less physically accurate.
any idea how you could mitigate this?
just scale all the speeds and forces the same way, so stuff still hits and moves right even when timeβs slowed
yall i just lost some code progress after I closed studio last night. does this usually happen
Did you save?
Hey guys, I learnt to code a little bit on roblox back when I was about 11 but never stuck with it. I want to give it another go as a fun summer project. Any learning resources you guys recommend?
If you learnt at 11 you probably need to learn the basics
So probably just tutorials or documentation
roblox studio auto saves
first time running into this issue
i lost a lot of my code progress from 8 hours ago
Yep 100%
Every so often, you still have to save it before you close it
Check recovery files, check you're opening the right game, the right script
alr
yeah none of the scripts saved
well actually some
but most of it didnt
oh well
no reason to complain just gotta do it again
Why does this not print? When i change the tick from <= to >= it prints but it prints each time i press W once
current tick might be set before the function runs
so its longer than 0.2 seconds
try putting it inside and see what hapepns
or figure out how to make it run when you press w
i did and now it prints eveytime i press W once, but i need it to be when i double tap W
lemme try this c ode rq
Because >= checks if the time between is over 0.2 tick- so if the time between clicking w is >= 0.2 it's gonna work regardless of if you clicked twice
oh yeah
oh ok, but why does it do the same thing with <= now?
ima try to figure it out
ty :)
Just use debugging, print tick and current tick after the if statement
here is the solution
save the new tick as when you press W, and then after checking save the previous one
whatever i just meant, i just throw rarndom variable names around
how do i stop walk animation on one part of the body?
like
i dont want an arm to move
but the rest of the body has to move
yeah i forgot tbh
dw
Typewriter Effect + Making models chat with roblox's chat system (Remade their system because :Chat filters stuff.)
i heard about that, isnt that called a lazy loader
suggestions?
yea
Probs better to nest the previous tick = current tick so a third w press doesn't trigger skating again
idek
you already cached it, use that cache
I'm pretty sure they're new so it's nothing major
its not major but it's bad practice
ya thats true
Obvs but just nothing big
5 days of development what yall thinking
btw how did you tween ur tree like that?
its okay but why are you just completely stealing gag
theres alot of copy already
where do i start learning the basics
youtube tutorials
ik there are a lot of them but idk which one should i choose tbh
watch brawldev roblox beginners scripting 2025 playlist
okay tysm
ok but ur 1:1ing it
stealing the exact same ui
same map
calm down, be creative
valid
Can somone pls try out a game i made am a Roblox game dev
oh hi
yes or no
For me it still registers everytime i press W once π€
What do you need help with
if someone can join my game and get it views pls it good
whats wrong ?
u need to go to settings and enable access to datastore
Show me your game
K am send a dm
game settings or studio settings
game settings
thank you I appreciate it
In game settings, go to Security and enable APIs.
thanks
why does my game keep printing 400 in the text label where is it even getting this number from
this is the original code but all I did was remove the " or 400" cuz I don't want people to start with 400 coins and its still showing 400 bru
yes
It's because when you originally played you were given 400 and it's using your saved data
how do I fix it then
It's not broken
well wtvr how do I make it start at 0 instead
One may infer through simple critical thinking that you can change the or 400 to or 0
But to make your save be 0 you have to change the value to 0 on the server while testing
did that and it is still 400
Did you happen to do the second part?
"But to make your save be 0 you have to change the value to 0 on the server while testing"
no need to be a dck im doing it rn
Consider it constructive harping
Do not update data-stores each time a value changes
Data-stores are rate-limited. You can exhaust the endpoint and start losing save requests
I made a game that randomly generates planets with custom oceans and atmospheres, and can host life what do you guys think?
ai brainwash
?
HELP ME WHAT WENT WRONG
EVERYONE IN MY GAME HAS THOUSANDS OF COPIES OF EVERY ITEM IN GAME
why do u have 5k lines of strings
oh my god wish I knew
it's literally hard as hell to have 1-2 duplicates of every item
ever since this was discovered a few days ago we've been going up with almost a gb every day
wth
instead of judging help wth is wrong w yall, greedy..
how can I even help with that problem T>T
let ur scripters handle that?
ok player data is lost, how do I restore to a timeline before?
i don't have any
multi talented artist
plus 100% goes to me
wth how di u even make a large game T>T
idk
people love me
im funny
ok back to my issue do u know how to restore everyones datastore to 3 days ago omggg
hire a scripter, good investment
hire a good one
hire an expensive and expert to backend data scripter T>T
wsp chat
hiring someone is ur only hope lol
ugh everyone is dumb nowadays
dms
show code
dont do that
if u havent backed up ur data, its not worth it.
Instead, compensate everyone with something
sure
i wanna see what it is
Im betting a band that shit is ass
ok how
How to what
how do I back up my useless players data
like just a really long rollback?
Back it up to a cloud storage like mongo db
Guys do y'all use coroutine, or what it is the best thing to use it for
guys can sum1 fucking help why do buttons in billboard guis NOT WORK
I CANT CLICK THEM
Cloud storage would cost me fortune and I would need to shut the game down for a few hours just to process thousands of players data. I need I need to go back to 3 days ago when everyons data was normal
Are the buttons text or image buttons?
are they scripted?
idiot
ITS NEVER DETECTED
im sorry
how may i help u
i dont do anything but script its not my fault i barely know my way aroundstudio anymore
try to put them in a frame
where is the script located
what is it supoosed to do
like r u trying to open a gui
whats ur game
no im js trynna get it to print "clicked" to make sure it works
if it does then i can work with it
IT DOSENT WORK
dumb female french dog
lets try to open a gui w it or something?
ok
i have a script from my game I love to open buttons let me give u it
no wait give me hierchy to the gui u wanna enable or frame inside it u wanna open
nonononono
ive made so many
thats the only scirpting ive done w gui
but never with billboard
whats ur gameeeee
its like yk the fisch selling dude'
or grow a garden
like that typa of gui
BUT WITH WORKING CLICKING BUTTONS
brain rott game.
yes
WHAT DO U WANNA DO W THE BILBOARD GUI
omg just do surface
bilboard can't be touched
I'm smart
oMg whats UR GAMEEE
im shy >_<
throw money in ur face
turkish lira aint worth shit
so NOWWWW WE WANNA MENTION THIS?
keep ur 20 cents i'll be fine
what da game called!
u welcome :p
Oh u mean.. 20 trillion zimbabwe dollars
thanks iggg
omgg im shyy
