#code-discussion
1 messages Β· Page 185 of 1
for combat systems thats the servers job no? or am i missing something
the client needs to know of other clients states
for responsive combat, if I am checking if a client is blocking the communication from client->server->client again will have latency that will affect combat
if the statemachine saves on the server how do clients access it
yeah fair enough, at the end of the day you can always selectively replicate
all those remotes are better than using like attributes
one remote with different params?
yea
yea
hell no
when does the scam come up on the website after it's been resolved?
whats better for a round based game, a while loop or runservice?
should I have my game run in a while loop or should i put it under heartbeat or
Can someone help me with testing my matchmaking system real quick?
The system is all ready, I just need to make sure it works, it will take a few seconds
sure
Can you please join this experience?
can anyone give me some tasks so i can train my scripting skills
idk wym by that, my whole game round based game runs in a whileloop, from function to function, intermisison to game begins to game ending etc
is there any benefit to having it run using runservice instead
I don't think that's necessary for a round loop
having it run using runservice?
Not really, and you can pretty much handle the round logic without being in need of using loops or RunService either
Yes
how would you handle round based games without using a loop
You can also use events for more precise conditioning
You'd need a function repeating itself continuously
That's just the same as a loop
one massive function with its finish line just being the function itself?
The same logic, but not exactly what a loop does though
well not a conventional loop but it is a loop yeah
What's the difference?
There's no do
Anyways so it's just that no do? What's the difference with it?
do is a condition, this one doesnt have a condition
They practically do the same
i feel like one massive function would look more disorganised
I would personally do small functions wrapped in a loop for control
back when i was making a prototype i did multipel scripes that enable and disable one another
though that was too much hassle
Functions repeating themselves are considered recursion and loops are iterations
thats why i did indeed
Using a loop is probably the best practice, but you don't necessarily have to use loops
whats the benefit to recursions
Recursions are used for different fields such as muli-checking tables and so
i did it like this instead? though one guy here had mentioned using attributes and attribute changed signal and god that was a life changer
Also that (it also depends on how often you use them, though)
Oh don't worry, it would also work
What are you using both for?
Both connections yes
i thought i had to use module scripts before but attributes make it easier
gui live updates intermission, number of players timer all of that
Do you put all attributes of the game in one config instance?
i create them on workspace
and then i update them through script
when needed to
local scripts catch the signal
do some checking and update the gui
for now im not aware of an easier way to connect server sided event changes with local gui updates
Oh yes I figured, though what's different with using instance values (numval, val etc) and this?
RemoteEvents?
you mean creating and int or bool value inside workspace or?
Yes
how is that an easier way
Using a single instance for all the attributes is simpler than having seperate values stored in the game overall
They may be easier yes, but you'd have to send every client a message for each update
I figured such, I'm planning on changing the way I handle server data to replicate
attributechanged signal appears to be so much more simpler
In the way notitachi mentioned they've made the system, client handles the updating phsae instead
And it's also a lot more customizable on the client side
server changes the attribute client catches it and updates accordingly
its so simple so easy compared to what ive tried before
tried using instances and module scripts π
Yes, and I'd say it's more efficient than server firing a remote event continously for all the clients
If this topic is about sever attributed to GUI client we probably should skip this
tho portion of my tables are stored within a module script
so its more practical and versatile when adding shit like spectator mode
I still, in the present day, don't understand why people are in need of using ProfileService
what makes a combat game 'skill based'
It's really easy to avoid dupes and data loss if you know how a session lock works
is it timing window? parrying stuff? or what
Nothing, people will say whatever they want
Keeping weapons/classes (or whatever the game has inside) balanced is the key π
how does your queue system work
I'm just blatantly using 5uphi datastore as my base for a more intuitive datastore for me
then what does the opposite of skill based mean> is that p2w
anything with robux is p2w for them don't bother
It uses MemoryStoreService to store the queue and MessagingService for match publishment
Yes, such as "early access" to weapons they will never make balanced until they come out for free
oh maybe I should get an actual queue system instead of just the teleport service private match type
so the queue isnt server bound?
Oh nope, it's inter-servers
New terms for me, care to explain?
Inter-servers and server bound?
Yes
i aksed her if the queue was only locked for the players within the server or can it reach other servers where players are in queue
so it queues two players in diff servers
Inter-servers (or traditionally global) stands for something which works within multiple servers or simply all the servers
Server bound is a system which doesn't reach outside the server it's running in
So essentially like datastore data?
so two ppl queue from diff servers and it works?
In this example, my queue system being inter-servers means that it matches people across serverse
Yes ^^
You're welcome, never be afraid of asking
Oh that's great
It is, especially when you notice that you can scale up infinitely throughout the learning progress by gathering more experience
You'll always get better as you keep doing it
yeah and i just fucking love the dopamine hits when I succeed in creating something
its addicitng
like oh shit this works and i did this
Lol yes, but it is actually the hardest field to acquire the dopamine income though
As you can't really see anything visually until it's done
Also that simple mistakes may lead to failure very often
yesterday whilst i was trying to implement spectate into my game, some line of code that i havent even touched that has NOTHINg to do with what i was doing started acting up
Do you guys also construct systems mentally? Like full systems just using your mind no writing or making
i think everyone should do that
so i just reversed the version, fixed some minor shit and called it a day
sometimes it do be like that
how else
Oh very cool
Oh, as a high school student (yet), if I make a structure in my mind and want to keep it I just write the whole code down somewhere
you think of an idea, and you use ur current knowledge to derive a way to make it reality
I literally pre-wrote the queue system on my notebook beforehand
im tryna make an advanced ai i dont know if its possible on roblox but basically it'll analyze players and patterns and act based on it.
Hm for me I just structure them and make them once I can
Possible to some extent I'm guessing
it is but for now, with minimal work what i can do is, make it local and make it analyze the attacks of players thats happening in that combat instance
But Roblox pathfinding is kinda weird, never tried it myself but I've seen people lose their minds over not going stairs
Local AI for an npc?
it'll improvise its own strategies like finding the weakest player or finding the player that has done the highest damage and try to raise the heat level
enemies in my game always try to raise heat level, which is like a server sided meter to measure how aggressively does the ai attack
well for local i mean, isolated state of combat
Like some hello neighbor shit
Oh
Hello neighbor fell off
have each attack be assigned a code, have the ai memorise codes for a certain period and then use counter moves that counter the most apparent code it memorised
and the peak of this would be having an external db analyze all the attack patterns, movesets being sent to the db 30 seconds before any server is deleted
like a data lake
yeaah well the peak of this system
Bot?
My brain always itches when I read of brainrot texts
neural networks, ai learns based of reward and punishment, when it succeeds its rewarded vice versa its punished
lol
blud is not cold
yeeeeah in essence its similar
how the fuck can a bot have emerald one
http services are a fuckup
The lion..
I thought you were a bot mb
so im hesitating on making it external for now lmao
Is that a copypasta or some shit
technically yes
because my ai uses parallel lua for some shit so really its a fuckup if u pair it with http requests
yo guy`s i need help with a script for my punching anime
Your shit is gonna get throttled bad
never use roblox pathfinding
its an experiment you know
Itβs hit or miss
I agree.. probably
theoretically it works
It works if you're not into something perfect
but it'll differ in application
if not i'll just make a dumbass smart ai, like the usual ones
lol
What is parallellua, never tried the connect parrarell event
the problem is they made it too general and tried to make it fit every situation but as a result it does work very well
wehreas if u make ur own pathfinding that is specialized for what u want it will work a lot better
multi threaded scripts
parallel is only good for things that take a lot of computation like generating a large map most of the time it is worse because of overheads that are necessary for creating more threads and also increased complexity
You can also actually manipulate Roblox's pathfinding for a more customized usage but yes, creating your own one would probably fit the best
i mean it depends on whos doing it
and if u know what ur doing
Multi-threading is a good feature yes but unnecessary in most of the situations
u shud make it non parallel first then identify the performance issues and try to parallelize those
Uh what are those
Like spawn/coroutine/ that one I forgot
Thanks I'll come back if I don't understand it
its honestly a bad choice for 90% times
??
i need a script for my punchiing anime
Which part exactly?
whichever part he doesnt understand
My bad, wrong mention
^ This one
bad choice idk, is it unnecessary? sure
so coroutines and scripts all run on one core so its not actually parallel (each thread running on different cores) its time shared
I don't think I should be studying parrarell processing yet
yeah its like
after ur like done with series stuff and the standard
most people dont even use it ig
im just gonna like make a base ai module that would run a mob and a boss and decide on how smart or dumb it is based on attributes
for now
lmao
Do you guys have tips for good practise on making systems/just in coding in general?
study whatever helps ur game ideas
yo this for roblox only or general code
oh fuck so no like c++ or smth?
ok
or java or idk
started messing with heuristics
6 7
so I just made a random script for fun to like learn more of functions but when I run my script its keep saying Workspace.Script:2: Incomplete statement: expected assignment or a function call and my script is: local function idk(number1, number2)
Local result=number1 + number2
print(result)
end
idk(5, 2)
looking for a quality scripter we pay with $ and %
local lowercase
local result = number1 + number2
oh thanks I didnt notice that
someone had problem with lsp like me?
what do u want
yo
500 robux if someone fix few bugs in my donation game
500 
bro stop already
you've been asking this all day when you could've just fixed them yourself
Looking for someone who can make me a custom quirk for a MHA game I want to be able to do VFX maybe a little cinematics but overall good skills aswell a script them
pay?
Cash or Robux either oneβs fine regarding how much you want you can DM me about
how long does it take to be able to like do the hiring tasks in dc
like the basic ones
i got an understanding but wondering
dont even think about it if you're not advanced
alr
who wanna join a community for making simple roblox games
Anyone need a obby templlate for sale (Robux Cheap)
Yeah honestly a lot of the channels are a bit cooked, too many people to have actual dev discussion happen lol
I suggested before there should be a sort of dedicated category for ever-so-slightly more experienced people just to filter it out nonsense, not sure if that will ever happen though
there is advanced-code and no one uses it
kinda like advanced code if advanced code didn't suck as a channel
oh
yeah in the suggestion thread there was a whole convo about that, point was that I don't really want to limit people by hyper-specific qualifications, just more of a "creator's corner" where people who have verifiably been a part of a development process get whitelisted
Like I don't think people care about people who suck at coding asking coding questions, they just care if that person is actually a normal person willing to learn or if they just want you to script for them
in that sense a more general creator's corner with a few select rooms that getting access to one grants access to all would fit an interesting all-in-one development purpose where mid- and large- size developers know they aren't going to get jumped by a bunch of nonsense, without so specific of criteria that you have to one-by-one apply for specific roles like Advanced Code
was not a bad idea i think, that thread was poppin for a while months ago
cus like realistically whether you are a coder, modeller, producer or audio engineer, you probably have good reason to be reading/using various different creative rooms (since a lot of things integrate into other systems in development)
if the choice is "Ask a very serious question in Code Help/Discussion and get brick walled/ignored" or "Go out of your way to apply to Advanced Code, a dead chat", I'd rather a middleground choice of "Ask the question in the all-skill-groups Creator's Corner code discussion channel and get real advice"
@sage ermine do you know me
don't complain about issues you don't have solutions for 
im famous
Also sorry when you replied to me I assumed you would like conversation
ig you were just whining for the sake of whining so go off queen
no and i doubt that
what
the.. website?
is that roblox scripting assistance
yes?
yes but it was called scripting helpers back in my day
i left
Well you got one thing right at least chief
Do you want something I don't understand
no
ok
i just remember u had a tower game
that is true, yes
yup ik
code help is the same group of people flooding it with irrelevant conversations instead of actually helping people
ye
really we don't need a code help and a code discussion channel publically accessed because both end up with a weird mix of spam conversation and most of the questions that do get asked are pretty gnarly
hard to even really judge the people not helping when 50% of the questions are like dog poop poorly worded
Creators Corner Category that anyone with any skill role can access any of the rooms in == less spam, more usefulness, but not as exclusive as advanced code
Friends lol
Is there any way to check if a user has favorited your game without using avatar service? A good example is rivals?
so u wanna work on the game or not dms
Yes
Is that even possible
kk
Yo, my game's voting scripts for map voting and stuff is completely broken, and so is the switching teams mechanic, anyone wanna help me bug fix and add a couple things for 2k robux?
Yo who can help me script a bike e to mount and e to dismount and normal wasd movement and last of all how the player should sit on the bike hand on handle torso bent not to much and legs where it meant to be
guys can I think of physics assembly as a collection of parts connected to each other and they depend on one part to do stuff
or should I just think of it as a collection of parts
Hey I wanted to know if anyone had experience coding camera angles, lighting and production type stuff for roblox?
whatβs the difference between a server script and a local script?
one executes code on the client and one executes code on the server
who wanna join a community for making simple roblox games
i do
dms
are assembly a group of parts and when moving the rootpart it moves the assembly
I can script simple system for 1k robux
who wanna join a community for making simple roblox games
How do u type in scripter hiring
?
/post
thanks
Do you want me to script for you?
What can i help you with?
No im good 1k for a system is very ahh pricing
?
1k robux β οΈ
thats slavery bro
No its simple system man no big deal
Nah is 1k robux low??
Oh
I can script simple systems for 5k robux
just develop a game bro you can make alot more robux
robux commissions are not worth it
Is anyone hring any UI Designers? I am looking for any freelance jobs(short term) DM me for more info I will give you my portfolio from there.
It is LMAO
The way clients offer extremely low pays on complex tasks in scripter hiring is wild
Percieve this absolute abomination of a post
20 hours a week proficient experienced developer for 150 dollars
LMAO what??
For 150 dollars best I can do is let u suck it dry king
Some tho are fair ive seen studios giving actual yeaely 40k pay
Or some paying in thousands
And then u see this embarrassement
These posts should be removed man
earn more than this shit working in mcdonalds at 20 hours a week

Exactly
this shit crazy
ong
Deadass someone gotta tell that guy to delete the post
yeπ
brody think scripter codes 100 lines in a sec
@fringe totem ur post is embarrassing delete it king
LOL
bro get off me
7+ ppl already dmd me
how is it embarrising
@fringe totem wth is this shit bru 20 hours
he gonna be paying 1 dollar an hour
what are u guys talking abt
wdym 20 hours where did i say that
BRO THATS NOT ME
LMAO
oh
I JUST CHECKED
frick
WTF R U GUYS TALKING BOUT
my bad
its fine lmao
π π
Insane how misrrable ppl are
whos that person then ?
7 ppl dmed you? Tell them off and spare them
Tho iom believe that a single bit
OH SHIT UR RIGH
SORRY THAYS NOT U LMAO@fringe totem
Nah ur post is decent
Forgive me king
its fine LOL
@cinder jetty YOU delete the post
minimum wage is better than this
wtf
5 years experience too
how do i apply for programmer role
" AT LEAST 20 HOURSSS"
ye
thats is the most shityy hiring post i ever seen
ye
at least not " 20 HOURSS AT LEAST"π€
ye they are also polite sometime i wana help them but my school agh pain in my ahh'
if the ai isnt bullshitting then you would make 150 dollars in 11-12 hours by working at mcdonalds
in the us
fr
i hate how these people think years = experience
i actually respect them if they're not spewing bs and actually are looking for help
someone thats been scripting for 2 years can be better than someone thats been scripting for 5
yeah
also how do u prove uve been scripting for that long
2 years usually isnt that far off in skill from 5 years in my experience
how long you have been doing something souldn't be important for hiring
with 2 years experience you can make almost anything
someone in this chat the other day said hes been coding for a week and just lies to people about their experience π
what should matter is ur portfolio
and doing commissions in scripter hiring with chatgpt
after that you just try to make ur code more effecient and stuff
exactly π
yea theres always more to learn
i dont have 5 years of experience but that's how it feels like
like typechecking networking
i like this one and 1k bucks are great pricing and 15% at the end ya got the money and if goes viral more money
u start entering a new territory beyond lua in my opinion
picking up new programming concepts and other ways of structuring logic
yeah
who like veichle system?
gl getting that one buddy
Homeless ppl who beg earn more
i aint going to do comms buddy i am saying this is an good deal and offers should be like this

a game like that takes atleast a month to make not worth it imo
how did yall realise you were good enough to start taking commissions?
should i just go ahead and look for some
ive been scripting for 1-1.5 years
i can make basically anything
wdym you not making the hole game at max 1 or 2 weeks to make all these system at normal pace you not modling or anything else?
ive made multiple small projects and stuff
never

you can always be better
tru
i tried one time it was shit experice
im saying to script a game like that it would take atleast a month
i dont do commissions anymore they dont make much
there are 6 system to be made at max 2 weeks how much time you need to make 5 to 6 system there are only mentioned 6 systems for me 2 weeks at max idk about you
or make ur own game
huh
tbh best way is working with and 100 ccu game for %
you realise they want you to script the entire game its not just specific systems
you have to integrate it into the game itself
well then you gotta do all the marketing, building, modeling etc
frick my keyboard
i aint doing all that
shit ahh up keyboard
making an hole game is nuts
and not even decent at 3d
i can make a cashgrab by myself only thing i cant do is build
i was trying to make stuff with a friend but that mf refused to learn blender even though he was supposed to be a builder n stuff
then i just left him cuz even i was better
just use stud boys 
fr i just dont have enough creativity to build tbh
ye
whole*
i have many cool ideas in my head but being garbage at blender is a pretty huge drawback
i made my first build but then i dont make bc its kinda boring just to build
so i cant make the cool stuff
mb my keyboard keys dosent work some time i am thinking of getting new one any suggestions?
yeah the only things i can do is some mid ui design, animating and scripting ofc
thats great some ppl can only do one
but when it comes to building and modeling hell nah
i can only really do scripting, ui and basic building / modelling
modling just take time not worth it make an model for 4 hours ffor 5 bucks i am good buddy
im horrific at animating
well some people are extremely fast at it trust me
and its super boring to me
ill probably never learn it lol
for real
oh
thats fair
thats good acctually tbh only cash grab game works in today generations soo ye
not just scamming little kids with a simulator game
yeah actual decent games dont get enough attention with all these brainrot games floating around
co onwer what is you game about ?
yeah but that's just the curse of roblox
most players are little kids
so the algorithm will always push garbage games
sadly
unless the little kids gain intelligence, however that is just never gonna happen
can smbdy make me a rollerskating system EXCACTLY like the one in this game ill pay like 10k or however much it cost for it
wow dude
how could he
hes chill
ask in #scripter-hiring vro
takes to long to make a post in there

yeah its so that people dont post bad posts
Hey i can
Im new
its all good bro im just kidding
Skill issue.
H
Scripting Simple Systems for robux who want me to script for him???
Ok
Oh I thought u hireing
Dm
No
Nvm then
Ok
SCRIPTER FOR HIRE CHARGE 500 2 YRS OF EXPERIENCE
mb
Yo
Who can help me script a bike e to mount and e to dismount and normal wasd movement and last of all how the player should sit on the bike hand on handle torso bent not to much and legs where it meant to be
πΊ
i got a problem with a roblox gear i think its a simple fix and and just cant figure it out could someone help me rq
how many worker cores does Roblox allot ?
Who needs a animator
2 to 4 i guess
do u actually know?
because i heard some people say 3
but i only have 2 for some reason
well i have more but roblox dosnt let u use them π
max is 8
they dont let u use 8 tho
but roblox average user 2 to 4
ye
so how many are we allowed to use...
8 is just an limit
if there is someone who has a ugc/clothing group and want to boost sales shoot me a dm!
2 to 4 only i guess differnt for some ppl like some got 2 and some 3 and some 4
weird
how do i get 4?
ye
idk
local part = script.Parent
while true do
part.Touched:Connect(function()
part.BrickColor = BrickColor.new("Really red")
local newpart = Instance.new("Part")
newpart.Size = Vector3.new(4,4,4)
newpart.Anchored = true
newpart.Position = Vector3.new(math.random(0,25),math.random(0,25),math.random(0,25))
newpart.Parent = workspace
part:Destroy()
part = newpart
end)
end
get rid of while true do
ic
so when u touch the part
u want it to delete that part, and make a new part, that can also be destroyed when its touched?
hm
help pls
ok wait
local part = script.Parent
local function handler()
part.Touched:Connect(function()
part.BrickColor = BrickColor.new("Really red")
local newpart = Instance.new("Part")
newpart.Size = Vector3.new(4,4,4)
newpart.Anchored = true
newpart.Position = Vector3.new(math.random(0,25),math.random(0,25),math.random(0,25))
newpart.Parent = workspace
part:Destroy()
part = newpart
handler()
end)
end
handler()
Im on phone so that sucked to edit, but i think you want something like that
local function makeNewPart()
local newpart = Instance.new("Part")
newpart.Size = Vector3.new(4, 4, 4)
newpart.Anchored = true
newpart.Position = Vector3.new(math.random(-10, 10), math.random(0, 10), math.random(-10, 10))
newpart.Parent = workspace
newpart.Touched:Connect(function(hit)
if hit.Name == "Baseplate" then return end
if newpart:GetAttribute("touched") then return end -- so it dosnt run the code blow more than once
newpart:SetAttribute("touched",true)
newpart:Destroy()
makeNewPart() -- spawn the next one
end)
end
makeNewPart()
try this
Quick questionβhow do I get the Luau Scripter role? Iβve already made a game, so do I need to create a brand-new project to show my skills, or would it be enough to share a video of my game along with some code (like behind a function or something)? dm me for youtube showcase video im to low level to link it
Yo
Yes
Gyuys
ineed help in organising ui
Do i use multiple screen guis or one screen gui clled main and then like a Frames section and stuff
just use one
U'd usually need another GUI if u have something like a loading screen, which you need to display earlier than everything
Wellp, it's your project, who's gonna stop u xd
Is there a plugin that allows you to manually assign the type of _G
Just don't use _G π
Global π₯
SCRIPTING Simple Systems for robux who want me to script for him
oneee
shutup
how do you turn on the Show Orientation thing on a part in the new Roblox Studio Update?
Please dm me I need help rq at coding - paying 200 robux if working
@open gyro
How to post
In our marketplace (#marketplace-info), we have 2 different ways of making a post; a hiring and hireable post.
Hiring posts are posts which allows you to seek for developers.
Hireable posts allow people who are hiring to find you.
Hiring post
To make a hiring post, use the command </post:0> in #cmds and fill out the required fields. Remember that the marketplace doesn't accept % if your game hasn't made profit yet!
Hireable post
To make a hireable post, you first need your respective skill role; refer to the command /tag view apps for the application link and guidelines. After you get your role, use the command </post:0> in #cmds and fill out the required fields.
Please check our Marketplace Post Rules before posting.
You can also look at #tutors if you are learning to code -- or if it is a programmer/scripter you need, go or post in those categories. Check rules first.
We can also help for free if you minimise your issue and send a code snippet in #code-help
One message removed from a suspended account.
Hey! I'm kinda new in scripting and I need some TIPS for my new LUA journey. I finished BrawlDev beginner playlist but I would like to try something like making a fishing system just like the one in Fisch (without "SHAKE" thing). Any help pls?
go ahead, make it
we allow you
Well, I'm struggling with the 'catch' part
what did you watch a full tutorial series for if now you cant figure a solution to this
well you arent specific at all
you just say 'i have a problem, someone help'
only now you started going into detail slowly, but we still dont see your code ...
Okk, let me show you
Need a scripter will pay very good but you should have tons of experience in events
man, I can't upload photo. Anyways, if you played Fisch there is a bar, where on it the fish is moving left to right. Also you have a small bar where you follow the fish with it until you reach the fish
if yk what I mean
Do you know any youtubers that helped you in scripting?
It would help π
no i didnt watch tutorials
just go code and youll learn
Ensure http requests are enabled in your game settings in studio
One message removed from a suspended account.
Any errors?
who tf r u
bro there is work for 2-3 days
if u gonna work 4h a day
its good enough
ye keep yapping, i dont give a fuck btw
touch the grass and get a job instead of bullshitting and yapping about someones post on this dc server
ur expecting 5 years of experience and 20 hours in a week for 150 dollars
do you not realise how undervaluing that is π
the post is embarrassing and youre getting criticised for a reason
does not change a THING
7.5 dollars an hour? lmao
mcdonalds pays more?
do you think people youre looking for (5 year sof exp btw) are worth 7.5 dollars an hour?
how is that not undervaluing
12.5
????
do you read your own post
what the fuck 20 do
?
you could learn other languages, get a degree and get a wayy higher pay then these roblox comms
ure so fuckibg stupid lol
work AT LEAST 20 hours per week
20 is the minimum amount of hours youre looking for
its in your own post
4h everyday
IN A WEEK
i dont care your posts says 20 hours per week AT LEAST?
it doesnt matter? what the hell is wrong with you
for the pay youre doing thats still 7.5 dollars an hour
if ure not old enough to even understand the post so
youre a moron?
good luck, get a job
i have a job
so stupid
i have a minimum wage job in a third world country that gives me more than what youre offering to your scripters
that is fucking wild
yeah thats why u sit here and yapp about someones posts
sure u has work
i believe
yes because its embarrassing, youre really sensitive to criticism lmao reflects on your stupid ass post
"minimum 17 years of age but 5 years of experience"
fucking insane
that scripter has no self respect
as matured people, dont you understand that its best to argue in hopes of resolving the conflict rather than to prove your right?
so please ladies and gentlemen
this isnt an argument this isnt a debate this is someone not handling criticism
be considerate
it isnβt argument, there is just a dumb kid w no life
by the looks of it its sounds like an argument
see what im saying?
ye
just ligting the wood now aye
cause hes unable to handle criticism
yeah sure
ur vocabulary and sentence structure reflects your post quite well
if he doesn't understand, then just don't make him understand
you got me there, im busy anyway
like leave it as is
im speaking 4 languages
if there are peopel willing to take on his offer then nothing i can do man π
π
well now you both can go and live on in the real world
but that type of post is way below what the standard should be and heavily undervalues developers especially the ones hes looking for, their skills and time spent in honing the same
ill stay here for gathering some intel
it genuinely negatively affects the community as whole and such posts should be removed
bro if u dont want, dont dm, and keep crying
One message removed from a suspended account.
sad
why tf ure making an argument
get a life and a job
if anyones willing let them take it on
of course it is, many other peopel criticised him with me, its beyond insane
its way below average pay
and it shouldn't be a standard
especially considering hes looking for 5 years of experience at least?
some countries get payed lower than that for physical work
5 years my ass for 150 dolalrs u get a hello world printed in purple
in a whole day
keep fighting with freedom not with me, ure not the only one who can change it
oh nah π
and some countries pay massively higher than that for much less work
what the hell does that mean
exactly
there should be a standard, not this absolutely attempt at ressurecting slavery
im talking about this
dont want - dont dm
guys this will waste more of your time and have little to no effect even if the issue gets resolved
why tf ure making this circle
im sure slaves in egypt had more rights and bigger pay than what this dude is offering
so yeah go back to doing what u were doing
no
explain this to this unemployed final boss
its okay i mean
neveu just let it be, go recruit some people
Could be, Iβve heard of people having issues with discord and Roblox but Iβve never had any myself
i already got scripter
btw, i got over 40 dms
thats nice bro, i hope he does good
thats crazy lol
ill give him a tip prob
honestly check portfolios and ask questions
like simple questions with the lua alanguage itself
most of it are kids π
yeah
One message removed from a suspended account.
they can fake too js saying
btw, when i was saying ill pay 500+
i personally fell victim of this
there was so much scammers
whats ur story
never do a 50/50 unless hes like properly checked
hired a bunch of people of donation games (b4 i found this server) payed 50% upfront some with rbx and rest with gift cards
not so well lol
ima making new project soon
the game is easy, ill pay 400 for scripting the entire game
hope it goess welll bro
what genre
farming sorta?
pretty simple game
15k chars?
nah js a regular cash grab
like pet sim
im not really a fan of roblox anymore
like the steal a smth games?
no, simulator
ohh i c
steal smth is a death idea
kids still like it tho
steal a games are the best for playtime rev
a really popular type of fps games get payes alot
and super unique games inc too
ive been working on one game with a crazy idea like 4 months ago
but i dropped it cuz i dnt have sufficient self development
im making like a grow a garden + pet sim + rng game
it was obvious lolll
u wanna check my game out? i wont continue it for atleadt 5 months tho
do u think any kids like @ocean oasis will be yapping that 300 bucks for a full scripting game is βNOT WORTH ITβ
ayo bro, u dont gotta pull that out
u have ppl offering thousands and some offering full 40k yearly salary to script games to them, depends on the size and complexity and the experience youre looking for
for the experience youre looking for and the amount of work needed done, your pay is undervaluing
ure not the only one wants get on this job lol
get on the ground, stop flying in sky, nobodies will pay u a lot in roblox
god help me understand how this reply has any value or correleation with what i said
except studios like big games
people are millionaires off of roblox king
roblox isnt a small side hustle in this day and age
i just know chatgpt formed that post for you lmao
or someone else did for sure
have u seen here atleast twice an offer for more than 1k bucks for a full game?
personally i didnt
? ive seen double offers for simply polishing an already existing game
ive seen people offer fulltime yearly jobs ?
personally I have thats why im criticising you
not-itachi, lets just chill abit, think about the night sky , thats what i do when im in these situations
tf why are u telling me did he not summon me again when i left
yeah i know
personally i dont think a conversation defuser is a necessity
i gotta go bed yall
good night
goodnight bowskis
good night
js asked will kids like u yapp or no, seems yes, u need β40k a yearβ to work
keep flying in skyβs, nobodies will pay u even 10k for a full
scripted game
ur incoherency is pissing me off
"kids u yap or no, seems yes, 40k to work u need"
literally what id expect a viking to be talking like
cavemen had better english
i bet u speak one language, and its english
and yes to answer u, when ur game is bringing u hunderds of thousands of dollars a year, id expect to get a cut equivalent to 40k minimum
but yeah its useless to tell this to someone like u
especially if i did most of the scripting work and made ur game funciton
were not talking about this when ur game makes millions of robux everyday, were talking about beginners
that dont have this amount of money on start
a beginner like you that doesnt have that much money to start off with shouldnt be looking for a highly experienced scripter to work 20 hours for you for 150 dollars
its so simple man
who tf r u that y can be telling me what should i do
lol
ure taking this too close to the heart yk
so funny
ahh, 19 yrs old wants 40k a year being a roblox scripter
drama drama
has anyone tried roblox's official signal module
clothes id keep removing from my shirt and pants on my place, what could be the problem ?
are you serious
that's been a thing this whole time
?
are BindableEvents still efficient?
people use custom signals nowadays
i figured out a way to do it with a module script, i know they are efficient so i wont risk it
ya thats also a way but signals are cleaner
i mean i dont care really about cleaner i just need it to be efficient
the performance gains are negligible here
and the price is big
unclean code
yeah search signal in roblox models
local base = game.Workspace.Baseplate
local function yes()
yes()
print(base)
end
base.Touched:Connect(yes)
how to yes your studio
if by efficient you mean speed, usually most signal libraries are faster
some of the ones like roblox's and signal+ have typing support too
pov you open up code from yourself from 4 years ago
whats the best way to learn scripting other then watching tutorials
Reading the docs
By doing
doing what scripting? whats the use of it if he doesn't know the language twin
Ofcourse you need the basic knowledge, but the rest you learn over time by trying.
i dont know the basic language how do i learn?
i did write something but idk what i did
You want to hop on a vc channel, then I can help better.
no worrys, join private-2b
one min
am i the next terry davis?
divine intellect
im only halfway through my 3 hour tutorial
it doesnt seem THAT hard right now
does it get worse?
Easier
hilarious
coding genius
how long does it take to learn lua
probably 7 months or 1 year
random numbers but alr
learning basic lua isnt hard understanding the keywords you need to use in order to make something work is
if ur only getting into scripting rn bc you wanna know how long it might take you to learn it and be able to really script then dont learn it at all
i wanna get into scripting because i like to make games, i want to make money, and i enjoy coding
you can get a good basic understanding in 2-3 days
watch BrawlDevs tutorial series
and FOLLOW it exactly
then make your own version
of what hes doing
anyone want me to script something for them? name the price!
script a OS for 67 pennies
I feel like once you get past that what gets really hard is making code clean organized readable and easy to expand or that might just be me
clean code is the death of inspiration
so real lol
js pull a pirate software and use millions of IF statements and numbers for values
ive quit many projects cause i just couldnt make clean code π
thats legit any scripters code from when they started
π
it lwk hurts reading my old code
honestly when i get around to starting my game im js gonna leave hundreds of notes on values for changes
doesnt need to be clean just understandable
once i found out its just all literal equations though i found code to be much easier
I think the first thing begginers should learn is how to use tags and attributes properly its such a time saver
ive only started last night so its not good but yk
noted
i get most attributes like workspace.baseplate.attribute
idk what tags do tho
its really good for code that u know u will add stuff later on so u dont need to add that object over and over
OH
a good example for collection service would be doors it allows you to read every object with the tag
like local baseplate = workspace.baseplate.texture
instead of having to create a variable for each one
also thats not how u get an attribute
its :GetAttribute("attributename")
good to know
does this just line up with anything before it?
like Baseplate :GetAttribute("attributename")?
u need to get the part with the attribute
local baseplate = workspace:FindFirstChild("Baseplate")
baseplate:GetAttribute("isPart")
this is like 40 minutes ahead of what im doing rn
im abt to get into events
five
and you can do stuff like
local baseplate = workspace:FindFirstChild("Baseplate")
local attribute = "isPart"
local defValue = true
for _, v in pairs(workspace:GetDescendants()) do
if _:IsA("BasePart") then
_:SetAttribute(attribute, defValue)
end
end
whats the difference between
Local baseplate = workspace.Baseplate
and
Local baseplate = workspace:FindFirstChild("baseplate")
why learn attributes if u dont need them
better to have an arsenal of weapons you know how to use rather then only be able to wield one sword
tho theyre as simple as it gets really its just set and get
youd learn that stuff on the go anyways
attributes are a bad example anyway cus theyre something you learn in 10 seconds
find first child is used for safety
same with wait for child
im pretty sure there is a difference between them but i dont remember what it is
waitforchild waits
thats not a good way for beginners to think
findfirstchild nils
robox names are so freaky
:GetChildren()
david knew
I wouldn't consider it a safety thing, but it does prevent errors in certain cases if that's what you meant
its better to use findfirstchild than just do worksapce.Part
based on this amazing example
findfirstchild - van will return empty if child isnt found
waitforchild - van will wait in front of the school till a child is found
π
actually waitforchild
Only if workspace.Part doesn't exist when the game loads
isnt that what a safety thing is
wait for child is better stuff like if ur creating it using code i would say
but its just a good practice to use wait for child for most of ur variables
to prevent problems inthe future
if you can afford to wait then waitforchild
π
why are you so freaky
π
so all the services etc you wanna waitforchild
Its good practice to use it when you should, not to just use it on everything. Most of the time you won't actually need waitforchild, you'll just slow your code down
well it kinda explains why most roblox pds are developers its cause david made the names really freaky
What?
wtf
ye nvm im tripping
is you talking about
i meant everything apart from services that youd put at the top
if someone actually did WaitForChild("ReplicatedStorage") that would be hella funny