#code-discussion
1 messages · Page 322 of 1
nope
thats the guy I sadly sold it to
Tycoons, especially prolly at that level, could have really nice and well engineered backend code
How many visits did it have when u sold it
and IIMA
the code in build a tycoon is garbage
kk np
like 5-6 million
Combat games for example could look really hard but most of the works are into animations, vfx and models
the new owner did nothing with the game and its somehow still alive
Combat games are hard. End of conversation.
yes
its much more than just m1 scripting
not really
STAY UPDATED:
https://discord.gg/USJbgeBywB
GAME LINK:
https://www.roblox.com/games/5984473875/Samurai-Parallel
SONG:
HIGH VOLTAGE - 礎 (Foundation)
alot goes into ping compensation, netcode, and etc
I'm making one right now, I know it looks hard but there are just 4 tasks input buffer, replications, interpolations and Spatial Partionning
netcode is easy
I could see ping compensation being a bit difficult
Combat games aren’t hard if it’s pure PvP
what are you using spatial partitioning for
If you make PvE and you actually care about making something you can be proud of it
Brother...
That’s where it gets more difficult
pve is easier to make
It isn’t
To not show players animations that are 10K studs away from you
BUZZ WORDSS
thats not spatial partitioning thats just a magnitude check...
oh bruvhmalaw
If you make slop where the NPCs all take the same position on a hive mind and all a player has to do to beat them is click M1 and a couple skills
Yes thats pretty easy
But it’s slop, nothing you should be proud of
npcs arent hard to code
Go do it
i mean this is kinda true but
err 404
Yea thats not the type of NPCs I’m talking about brochacho
i am tho?
If you read shit instead of assuming your the smartest person in the room with an unwavering opinion
aged in roblox 16-17
Well Im not 16+ but on roblox i am
try again
any NPCs are easy to make
join
no
ure easy to make
yes
The logic it needs to actually be a challenge for players
Is challenging
It isn’t the hardest thing to create
But there’s a skill to it
ye of course but that guy is saying it's like doing leaderstats
no
I agree with you I was just adding on
is this ur main discord account
seems "alt-ey"
Moving 5K NPC in the same time needs big optimization
Ask his social security number next
yk if ur programmist its doesnt mean u should yell abt it everywhere buddy
programmist?
Also saying youre a programmer in your bio isnt much
parallel luau
split work between players
dont do stuff for npcs that arent close to players obviously
Are u being serious
dont know what big optimization would you do
no one forces u to do that
"just because you have a name doesnt mean you should say what it is to people who ask"
its by choice
I dont even program
for others atleast
ofcourse you joined today
my dev servers
and u trying to blame some1 for that choice lol
nobody blamed anyone
it was a question
Yea says the guy repping the gods of g**n server
Ye you're rigth not big optimization
That’s not even the best way to do it
@somber blade read context before you yap
legit calling him an alt
how would you do it then?
whats the R and the Blue roblox one, also why no rsc
-# rsc is a bad server please dont join it
i asked if hes an alt you bum
same thing
I will block you right now
Im banned from rsc for 6 months because I ghosted someone for 4 days
do that lol
💔
dont cry baby
R is https://rbxmath.org/
blue roblox one is roblox central don't join it
great site
Send me inv link
thanks
i cant even join
bot central
Guys, is there any issues that needs to be fixed in ProfileStore by loleris?
you can only have one data template per store
I had to make 2 separate stores
trading
u can't atomically modify 2 keys
- Create NPCs on the client
- Let the server handle decisions and authorization
- Sync actions using server time so everything stays lined up
- Transfer primary authority to the targeted player’s client for smoother movement and combat updates
thats literaly what I said
🤦
It is not
yes it is
this is the basics
he wanted optimization
bruhvmalaw
Interesting, could you be more precise so that I could that to mine
later am playing a game rn
Ok, so multiple templates per store allowed, but I'll set a limit to not over-charge the server when I save data
Any other suggestions for issues in ProfileStore by Loleris?
Sup
Hi how you doing?
Good what about you
Doing great, what have you been on recently?
it stores a bunch of extra stuff
What's the problem with storing extra stuff?
double tapping is probably your best bet
1st tap for tool tip, 2nd tap for selection
I also got the suggestion to have three dots (…) above items which open the tooltip
could work also if you can fit that button in nicely
or just hold down tap
Those are some variables that are important to the proper saving of the data, you can't get rid of them
why is saving when the profile wascreated important
that straight up seems useless
Did you read the code?
in case the guy just leaves all of a sudden in the beginning
Yep
just use lastupdate for that
I dont see why it is necessary to have two
this is useful even for something as simple as badges, for example, the guy joins during alpha, does nothing and leaves, then comes back to beta
its important so that you save his progress from when he joined during the alpha stage of development and then bring it back up when he joins during beta so that no data is replaced/lost (for example, something the alpha badge would give and you don't want to get rid of it by accident when the player joins again)
from what i see
A variable like this is 160 bytes, a data-store JSON key can handle data to 4 Mo so 4 millions bytes so I don't know what you're mad at
A variable is pratically nothing in size
its useless
it has some uses
last time i checked it is free on roblox
yeah
Did you read the code to say that?
It can cost you a ban if you do things wrong tho
no
there are rate limits and size limits
Dang, you must be creating GTA 6 to be aware of 160 bytes out of 4 millions
as far as im aware thats based on ccu
so it wont be an issue
is it?
something like 10 max requests per second
but i dont think size will be an issue in general if you actually know what youre doing and save what you need
500 requests per minute
It could be and then you'll need to use sharding but it's for games that needs to store huge amount of data such as Pet Simulator 99
Json
honestly the size limits are huge
how do i send photos
You just need level
Hovering on mobile is js getting the centre of the screen
i have a .gettarget modulr thay works on every device
including vonsole
and it uses raycasts so it supports raycast params
(First person only and works on console too)
otherwise hover isnt possible on mobile
or atlesst yu need a specific frameoerk
"hello world"(print)
i say this and do this
How could I create a system in Roblox where players can paint directly onto their own character in real time using a brush tool?
Would it be better to use:
- Decals
- Small welded parts
- SurfaceGui/ImageLabels
- Mesh-based solutions
- Anything else?

tool = script.Parent
tool.Activated:Connect(function()
local debounce = false
local part = Instance.new("Part")
local hey = math.random(-256, 256)
local hey67 = math.random(-256, 256)
part.Position = Vector3.new(hey,100,hey67)
local yo = math.random(1, 10)
part.Size = Vector3.new(yo,1,yo)
local light= Instance.new("PointLight")
light.Parent = part
light.Brightness = 100
light.Color = Color3.new(1, 0, 0)
part.Color = Color3.new(0.666667, 0, 0)
part.Anchored = false
part.Parent = workspace
part.Touched:Connect(function(otherPart)
local character = otherPart.Parent
local humanoid = character:FindFirstChildOfClass("Humanoid")
if humanoid and humanoid.Health > 0 and not debounce then
debounce = true
humanoid.Health = 0
wait(0.5)
part:Destroy()
end
end)
end) is my code good
Thats not even what I meant by hovering being annoying on mobile but you might know that since you just used it so you could start bragging
No
ok elaborate
press tab again for if statement
It does the job
This BETTER be ragebait
It is
sudo umount /dev/sda1
Hey, quick question. If we send using remote event an integer like 123, is it made so that it only sends an int (1 byte) or does it send a double number everytime??
I need to know cause if it is only sending integers, it'll be better if I use bitpacking rather than using vector3int to update my npcs pos
its 9 bytes
always?
if you want to pack data use buffers
it's not serializing?
it seems worst than vector3int
a vector3 int is 7 bytes
yeah
and if you want to send multiple ones in a table it will increase
i'm using that so I can do smthg like that:
Vector3int16.new(
self.Id,
chunkX,
chunkZ
),
Vector3int16.new(
math.floor(localX * POSITION_SCALE + 0.5),
math.floor(position.Y * POSITION_SCALE + 0.5),
math.floor(localZ * POSITION_SCALE + 0.5)
),
a buffer will be constant bytes + 2
so I should switch to buffers?
yes
buffers are just bytes
yo i'm so dumb
well nvm everything is just bytes
yeah
but if u know low level language they should be easy
just an array of bytes basically
man i'm so dumb
why
when I used buffer last time I missused like I thought iwas bits instead of bytes
that's why I got bad results lol
1 byte is 8 bits
yeah Ik but like I didnt pay attention, idk why
yeah Ik IK, but I was used to train some bitpacking on python and idk what I kept thinking that I was using bits but it was bytes
I'm so dumb lol
u can do bitpacking with buffers too
there is no link but yeah idk
use bit32
yeah but I want too much, like I need around 96 bits per npc
guys which one looks better for my rpg-parry based game (red or white) for in white vfx the sword is gonna be white idk why its red
white one is way cooler
shut up you asked me to ask people
well u will have to look at your data to see where u can reduce it, also i can recommend using EncodingService to compress buffer
so buffers are implicitly compressed with that when u send them over?
guys please someone give your honest opinion
white
White i think
u can still use encodingservice if u want a more aggressive compression lvl
i just started coding lua which is my first ever line code, any advice for learning it or websites that are free that I can use to learn?
i recommend watching TheDevKing beginner and intermediate courses on youtube
white
yo just use task.wait() and make the variable names different
Any idea as to how i could weld a hinge to a part and have the hinge rotate? Welds and Motor6Ds stop it from rotating and WeldConstraints make the base part rotate with the hinge
I’m trying to code a system for my game that cuts trees like lumber tycoon and Oaklands and I’m new to coding, anyone know how I can do it
devking is so good 🥺🥺🥺
I'm hiring someone to make me a Mario cart type map but a bit different
Should i add/remove any function?
why would u need to?
what you actually need to do is use types
types are a standard
you should never be using untyped code
just say priorities bro
it exists for a reason
wrong
theres like 0.001% of cases where you would need it to be untyped
who told u dat ☠️
theres 0*
it doesnt make a difference at compile time
it just makes it more easier and faster to write because of intellisense
well explain then
typechecking = "i dont trust my natural human instincts and i let isreal do my thinking"
u literally dont need types
what reasons would you need to use untyped code
theyre good to use but u literally dont absolutely need them
u may dont need to use types — its an option, but when u work on a big games or team where you have to be professional then you have to + jsdoc
you dont need a lot of things
u can make perfectly fine functional code w/o types
you dont need variables
you should if you value ur time as well as clarity
how do u think people were scripting before types in roblox lua
chatgpt
chatgpt didnt exist yet son
skidding
insert mrbeast skidding gif
notice how i said “make”
(i dont have it favorited)
remember the old API lol
no i started in like 2023 lol
newgen
i could add in 1 print and say I made something
lock in
i started whenever the old icons were erased
however long ago that was
still more knowledgeable than u bro so its okay
wow
send successful games
i only do commision
i have like 1 contributed game w like 2m visits tho
- larp wizard
to me, first i will simplfies the function names. e.g.
ReturnStates -> all
GetState -> get
SetState -> set
RemoveStates -> delete or remove
ClearAllStates -> clear or clearAll or clear_all or destroy
- makes 300 robux a month
im a kid bro
i made like 50k 2 weeks ago
we're aware
you can be employed as a teenager
you can still be employed
scripting has levels bro im a random high school student competing in an ocean of software engineers
i only work in summer
i need to hang up the keyboard
gonna be cooked in this economy if you want to buy anything for yourself 😢
especially ddr5 ram
To have your game restored, please ensure that all chat, custom chat, and ugc text input surfaces in your games are correctly calling TextChatService and FilterStringAsync or are otherwise rate limited to only allow user input once every 30 seconds.
What is it mean?
what hidden devs commissioner is giving you this amount of coin
idk
have you even looked in #scripter-hiring
consistently
with reasonable workload
@vagrant shoal can i see a successful game from u that isnt slop
success is success, no matter how small
slop doesnt count as skill tho
I script for ColdWorld Visuals and ColdWorld Hood and related/affiliated studios
what do you consider slop first of all
contributed until it was released
name 1 script
tuff
The gun controller
Yo guys share your code editor colo
this the best one
Extra 2
cascadia code semilight font
mine is similar but i prefer red
i used to do red too
but realized how much easier blue is on my eyes when scripting late at night
thats fair. blue is awesome. i prefer red as a color and idm the red at night personally
red is kinda just a loud color
everyones different so
this looks cool too
how did you get the custom icons?
i didnt know you could do that with roblox studio i only have customs for vs code
Guys so i have a state manager but my issue is like how can the client know what state it is?
Using a remote event wouldn't work because its a fast pace game
fast pace or not should be irrelevant
Ok
you can update it normally with a remote
So like in the state manager everytime a state changes it fires a update to the client?
in essence, yes
if you want to add optimizations like flattening updates to one event per frame, you can do that. but that is unnecessary unless you are running into performance problems
the core of it is sending updates on each change
That would be more efficient than using a Boolean value right?
is your state just a boolean?
Ye
if you only have 1 state that is one boolean, you can just use a bool value
creating an entire replication pipeline for a single bool is needless overcomplication
well 'entire replication pipeline' makes it sound larger than that would be, but the point stands regardless. a value is fine in this case
why not cache Signal.new() type
was too lazy
if you go scripting for perfection in every work you do you'll never publish games
so writing it thrice is quicker?
if its a personal thing then sure
yes?
bro what
are you one of the oddballs that writes it perfectly from the start
sometimes
it takes more time to delete all the typeof(Signal.new()) and replace it with the newly declared cached type
i use vsc so it does it for me
oh that makes sense
guys im new to coding so if i do :connect(function(...)) can the ... be a name of the function or doees i have to be a code word depending on whatss behind connect
if you do
end)```
the function doesnt have a name, its just kinda chilling there
but you can also do
```function WorldDomination()
end
:Connect(WorldDomination)
you can call the function in other places too
thank you
the no-name function is known as an anonymous function, btw
yo
anyone know the fix to unstable connection in team create
my wifi is fiber
1gbps
and ive been getting locked out of scripts all day
i will have to warn you if this isnt fixed in ten minutes im kicking the bucket
... is known as a Tuple (a list of values). in this context, it signifies that you can put any number of parameters (or whatever the event passes through) into the function. notice how the ... is inside of the parenthesizes of the function
it's either roblox or your wifi. idk how anyone is supposed to help
in many ways
bro i cant even save to roblox
what is this shit
Sent message to save game before Team Create turns off. - Studio
23:03:59.117 Saving to Roblox... - Studio
23:07:59.046 Untitled Experience save failed. - Studio
23:11:50.949 Saving to Roblox... - Studio
cant even disable team create really?
Guys so my game works like this:
RunCode remote event with data -> client
local Functions = {["Abc"] = function(LocalPlayer, State) print(State) end}
Client: Oh ok Lemme see if i find the function
Client: Runs the function
So i don't make a ton of remotes
i am just 13 can anyone teach me developing games just a brief in roblox
u dont im just saying it is
cause ur sending the extra data over the network
Oh the data is like enemy position attack speed
no i mean the data is like the extra string to know what to run
It doesny really matter though
A number surely is more efficient than strings
yeah it is
But i don't think i need to save up that much network
I'll keep it in mind tho
Thanks
yeah it doesnt rly matter im hust saying 
I use that remote event for almost everything lol
there is nothing brief about learning to make games, it takes time, effort, and practice to get good at it
you should start here:
https://www.youtube.com/playlist?list=PLQ1Qd31Hmi3W_CGDzYOp7enyHlOuO3MtC
https://create.roblox.com/docs/scripting
based
Wdym?
based
guys can some one tell me how to add grid texture on all sides of a part ??
Whose better brawl dev or gnome code or the devking
Yo guys
me
attempting to handle 60k+ triangles 
The hardest part is finishing the last 20%
in a texture object there is a property on what side it appears on the part. Just make 6 textures and make them cover each side
depends who you are but yeah, though some people (like myself) have trouble getting past the first like 10-20%
could anyone help with debugging my code
can anyone recommend good horror game to play on roblox
yes its called steal a brainrot
mulberry county's pretty good
its cliche for a lot of the start but it does get quite creepy
the last 20% usually ends up being the first 80% anyway
cus i already know decent python, i find it even harder to get through these tuitorials cus i already know the logic so its boring and im not really learning anything new fun stuff but i still dont know enough of lua-roblox specific stuff (like all the weird explorer functions which is 90% of roblox lua) so its been tuff
previous programming experience is a big plus and definitely gives you a head start, but you still need to at least skim through the foundations to understand the syntax
the fact that you have that experience, though, means you could probably just go into making a game
i mean when i read some code i can most of the times understand the logic
reading and writing are quite different
i mean i cant even fully read the whole thing properly cus i get lost when yall do those 'game services' and all those roblox specific commands like rotatecamera etc etc
ah, yeah, that's something you can really only properly learn by either reading a LOT of commented code/docs, or (preferably) writing code using it
gotta endure the boring to get to the fun
what ive seen is that lua (for roblox) is more about tweaking values and calling specific already-in-studio functions than strong logic (usually)
that is typically what using a game engine is like
lots more api calls than raw language knowledge
like i use Unity to make games more than i write normal C#, so i find it harder to make a standalone C# application because ive spent way more time with the Unity api
so a game engine is just an api library 😭
most people here discourage it
i like it personally, but it's pretty weird in roblox
roblox doesnt natively support oop technically, it doesnt have classes or anything
it uses something called metatables
which is basically a table with functions and values in it that can act as an object
you never have to use it, but there are definitely cases that would be preferable to use it
does youtube vid help
i wanna learn script
if you follow along it will
if you just watch it probably won't
id rather not 😭
how does method overloading or ridding work then
i dont think polymorphism exists in roblox
you can redefine the function, but its not actually overriding anything
in my experience, i see a lot of oop hate (on roblox) is passed down generation to generation with no real defense. its literally an entire paradigm. it has its uses, and it also has its flaws and cases where it shouldnt be used. i dislike seeing people discouraging the entire paradigm as if it is some objective reality that "roblox oop = bad"
you can try to call literally any function in a metatable even if it doesnt exist, itll just error if it doesnt
yeah i dont really understand it either tbh
yeah pretty unfortunate to see
i enjoy using it over not using it when it fits
but i also come from OOP-based languages so maybe that has something to do with it, idk
what
thats so painful
probably a pretty big factor. OOP is just a super common paradigm regardless, especially in game development
i also dont think it has inheritance but ive never looked into it
where most runtime "objects" are, well, objects
but if u are familiar with OOP languages primarily, then yea. huge factor

game development is all just oop (is what i thought till now)
roblox especially encourages it
so without inheritance are games redefining every hero individually in lets say a hero shooter game with rivals like 3 classes
i personally think thats a pretty cool thing. once you understand basic programming logic and the luau syntax, OOP comes pretty intuitively and is easy to manage, even with luau's flawed OOP
ahh claude guy welcome welcome
😭
yes 😊
thats SO inefficient
is there such a huge lack of actual programmers in this space or something then
i wouldnt rush to that generalization
i mean i do wanna properly try out all the stuff here but id need to learn all the 5 gazillion engine apis and their gimmicks
ps1 game
its peak
Can anybody tell me have they ever used HapticService
Which is better, playing animation on client side or on server side
lowkey, server side is better with making anim equal for everyone
and which animations should be on server side
and which shouldn't
like cutscenes in fighting scenes, should be in local side?
yo im 16 learning how to code in roblox how long do u think it will take me to get good
playing directly on client or playing from server will achieve the exact same thing
player has network ownership of their character
depends on how much u actually learn per day, you can get pretty good in like 3 months already i'd say
so anims played on the character will be replicated to all
3 months is a solid timeframe
must be consistent with disciplined micro goals for every step
k
hmm welp guess i gotta start grinding
yeah exactly, but it also heavily depends on learn ability and also if a persons actually interested in coding
btw if u want we can make sum systems on weekends and compare them, and think bout better solution and etc
dont give up and for every problem you can't solve, come back tomorrow and try solve it again
sounds fun to me, what u think
Yeah that sounds good
Understood
alr, we can try in sunday of this week
same time as now?
Alr
Yep
client
there are 8 year olds 100x better than u lock in
I just started to learn legit today i regret not starting earlier
8 year olds that has no knowledge of something basic, while he does
i think comparing 8 y.o with 16 y.o is js lowkey
strange
dw about the time, you can get good with this at any time
what
the hell
k
vro
are u saying
this, I remember doing a project in C that applies filters to image and just couldn't make it work
no i said there are 8 yr olds better than him
specifically in scripting
ehh i mean
skill issue
1/1b 8 yr old
there were tons of 8y/o coding in like 2018-2020 era btw
no ai back then too
way earlier than that mud
not even basic stuff but full systems
ai is ruining creativity lowkey does it even make sense to learn how to script in todays era
i think the example is js silly
yes
it does
i see ppl creating games on roblox with only ai
only slop
anyone can make a game
idk, i only saw 13 y.o ppl, but never 8 y.o
the leetcode bandits do not appreciate this statement
i used to watch my dad code when i was 9 ish
AI combines what already exists
basically, AI is just taking already existing data and changing them
what does ur dad code in
for solution of the problem
while scripter can create new ways or find new ways of making stuff much easier
than AI does
i mean, talking like AI can replace scripters is straight bs
it can and will
loll
it can replace all the mid scripters
well
say goodbye them
depends on the language, AI and itself's data.
mb i sound silly but i don't think yet, that AI is something that able to replace real ppl, after all someone needs to check if the script is good enough, if it works the correct way
well i guess u can use ai as a tool to help u code and to speed up the process but not making it do everything for u
and you cant guarantee that AI's work would success
unlike most of the experienced scripters
AI is great technology, but ppl keep overglazing it
js look how much problems AI causes when it gets involved into creating or making systems
i love u chatgpt 😍
Claude better
claude is def better than chatgpt
i lowkey think ppl are overglazing ai
i got that feeling for sum reason
like it's great technology
very good
it can speed up most of the process
but it's not "job stealing" thing
I see guys creatin rblx games with strictly claude and making money off of it so idk
can guarantee those games suck from the view of an actual developer
give some examples if u have em
would be great to look on
claude guesses like 60% of the time
chatgpt genuinely mogs claude bro + it has image gen
"Chatgpt mogs claude" where?
claude cant watch videos too
wrong
nah why then ppl would waste alot of money
to keep their claude subscription on
lmk when claude has image generation and can watch video
so, that should change everything?
chatgpt is only better if you pay
I think steal a brainrot had majority of its code written by ai
i dont think so
"i think"
someone told me
no bruh
it was created alot ago than most of ai got popularized
can u give some examples
people only use claude to script so theyre so convinceed claude is better than chatgpt
claude goes way more in depth than chatgpt does on the free version
claude literally guesses like 60% of the time bro
claude creates better presentations btw
i thought this convo was about scripting with ai..
my fault
in free version
doesnt every ai guess
why do u mean by guess
no
presentations? 😭 claude creates the WORST presentations of them all
cya
comparing claude with chatgpt
it was so bad
i made mine with chat gpt
i mean its not great
he with claude
i got an A he got an F
his was full of misinformation and looked junk
What do you mean by made ur with chatgpt
your teacher must be real dumb
chatgpt presentations are better than claudes lol
my presentation with chat gpt
why?
like u made it fully by chat gpt
cant tell that you used ai 😭
yea
yo ucouldnt tell
how so
i asked him what to put in my presentation and what to say
you mean there were no changes of design, text or anything else?
chatgpt is very distinct in the way it writes
bro
i meant creating FULL presentation by itself
without changing nun
mb he changed those moments
i did not change anything, i literally asked him what kinds of pictures etc... i should put with what text
with large -
i told him not to use -- these and write like someone in my age
How old is ur teacher btw
me?
not you
i know that its called an em dash lmao
oh
do you
its called em cuz its as long as the letter
you just said "-- these"
cuz im playing world of tanks
how does that relate to our conversation
you type a lot for someone currently playing a game
"Hi Chainsaw man"
Yo how much do the top 10 developers in roblox make?
"I mean, you have chainsaw and you're a man"
alot
much more than we think they do
like 500k a yr
much more
id guess like top 0.5%
hmm like 3mill
or more
i saw a dev talkin about
his income
from a 5k active game
(it's dead rn)
he had 15m from prems
playing
in one month
its already like 52k dolla
why from 4k visits there is only 10 "highly engaged players" bro what the f*** is this
with old "30k = 105$" conversation
I heard wolfpaq is the richest dev
brookhaven dev?
yuh
if i were to earn that much i would earn around 5k a month because our criminal government takes 99% taxes if we would earn that much
in my country you would get assaulted
Go to cayman islands its free of tax
which country 😭
russia i assume
"fine"
?
oh yeah i forgot to say
thats worse than roblox devex 💔
imagine if roblox only took 5% of what devs make
if u earn over 137k
dolla
you gotta pay 30%
yea
as long as you dont earn as much you'd pay 10% tax rate
roblox would die tbf cuz servers cost alot and all the other stuff
wouldnt be profitable
the 6 billion AI systems they have
the 30 billion palantir surveillance data capturing units
what abt 50/50
i hope they start taking 70%
bro
brother
its fine as it is now
as long as they will earn money
and as long as we will do
welp i got to go study
actually
look
i think most of changes came in
only cuz of em getting sued
so they can make new changes, clear their reputation in eyes of investors and countries
and parents
Yo I am hiring a scripter for 50/50 split
as long as they will keep trying
no one even talks about roblox getting sued atp
they'd hire the most experienced lawyers
and defend themselves easily
Racing game ~ f1,gt,Hypercar
yo how long have u been scripting?
how do i script my ma2 file?
uhm this might be out of the topic but is anyone here using claude code for some personal projects or something? im just getting started and wanted to know which are the best skills for it to do things properly
im mixing claude code + antigravity + n8n to create entire agent ecosystems
yo guys Im working as a data scientist and cyber security. Im new at roblox scripting but i can script well because im fluent with coding and systems. I want to earn some extra money, should i do that? Can I get hired as a roblox scripter?
roblox uses Lua language
are u familiarized?
im pretty sure you can earn extra money from roblox programming, but have u ever tried to do it yet?
i mean, inside some games already
sketches, projects...
anything
dont share links
I code 2 scripts one for Chunk rendering one for data managing in roblox games
Nah 0 experience
i suggest you to check out #scripter-hiring to check some offers people are publishing in demand of what they look for
I send some messages but no one come back to me
or if u have some experience, anything, then check #scripter-hirable and offer your services
I dont have any roblox games or projects yet just some ready scripts
I send them my Linkedin github and portfolio site
if you have some free time then do a couple of things, test them out, record it and paste evrything in a drive folder, as your basic portfolio for now, maybe try doing stuff thats in demand right now
but it has to be ONLY in roblox
I put my 2 scripts to github
people hiring you in here for roblox games do not really care if you know python or whatever
they want the lua scripts part done, and thats all
can i send my scripts to you from DM? i published it open source
dont stop sending dms to people replying to their offers in #scripter-hiring
im not hiring anyone hehe
im also a guy looking for money
I know, i just wanted you to check
ok send it
I respect people who took the time to master C
I just skimmed over it and learned C++ instead lol C just seemed really annoying never really used it again
once I remake the obsidian notebook app using C
I'm a nerd who's only been coding since I was 11 years old.
and how old are u now
C sharp is nice
He is right
Started same time as me
if you learn one of the C languages its easy to learn any language
im 18 never been more than 1 week trying to learn how to code
i prefer other stuff
but since chatgpt released 5 years ago i got my sight in AI
I learned C# and Java at the same time and for a while I confused them a lot
Respect
if you know software engineering the AI is a godly tool
its called λ
Which language you started with?
Lua of course
Roblox is what got me into writing code
my father handles software engineering, and i handle AI
wtf
youre lucky my father is a farmer
mine is a nerd
awesome
mine is gone
Yo @quaint tree come out buddy
he got the Linux GNU title like he got it when linux first came out
this is one of my dads companies certifications
I just started software because I had no money and my uncle gave me a 1gb ram arch linux laptop
I have the 1st too
whats a map in c++
“What is air”
how did that one dude from chromaclash achieve roleback in roblox
alat to call apis
When did I ever call myself professional
lol
I make fpv drones
i am crying
Hidden trolls
oh
how long will it take me to learn lua to a level i can build pretty complex systems like rollback or deadlock-like movement (momentum-vector based)
^^ i know a decent bit of python
it took my 13 days
ehh tbh i dont want to talk about it
between scripting i had huge gaps
like HUGE
damn
reasons were different but always it caused delay of the things i was doing before
yea
i would like to script consistently
but lowkey i want to live
not fake 100%
and he's keeping allat for himself
thats how it works nowadays
what
bro theres like 82735646 different apis with 87236489 different features
i mean it is just calling engine apis but
better get to reading
@brave viper dm me
any sources to learn for people with prior coding knowledge
i dont wanna watch those yt tutorials where they be teaching what does else if elif do
how about
experimenting
and learning along the way
and maybe a bit of claude ai
🤮
guys how can i be able to post in for hire ???
you are blacklisted
d
hello guys
first : get a scripter role from HiddenDevs wep
the website?
We're a community of skilled creators. From programmers to graphic designers - we provide a platform to communicate, share, and transact amongst other fellow creators.
yea
hello
open this link , open Applications and submit from this icon
We're a community of skilled creators. From programmers to graphic designers - we provide a platform to communicate, share, and transact amongst other fellow creators.
i've found it
gotta do what ive done in rsc
but is there a level to get accepted or how does it work
oky
Need help with fixing a system in my game willing to pay robux if you can help dm me
Making my own multi-anime/shows based roblox game!
Planning to hopefully release in 5-6 months
AND NO THIS IS NOT A KAMEHAMEHA
#roblox #robloxvfx #vfx #games #RobloxDev #robloxdeveloper #RobloxStudio #RobloxVfx
a user reported their data being reset, when i tried reverting their key it failed to, is there another way?
bro pls dm and teach me
playerstore?
regular datastore?
GitHub got hacked, but don’t panic, my repos are completely safe
when yall say theres some good roblox scripter what makes someone better than other at calling apis
knowing how to use them
i mean thats just basic awareness once u spent a small portion of ur time reading threw all the apis and their gimmicks no?
most people arent rewritting logic
any good module or framework for movement?
the NoviniMovement module
just what I needed
bro why did you need this, you screwed the rest of us over 😭
i love the bolded text at the top of the screen
lfw isnt allowed in this channel, read the above bot message
this is fire
local wait = task.wait()
why wouldnt this work
because of the parentheses
we all do this
who is do 😭
so. much
like what
it doesnt work :(
rest in peace son
everything
aervial
mend_thelegend
Natheus
hello
Aervial
bro stop
when you click the button to buy something and moves and you buy something else and then you still dont receive anything because
what
didn't ask
carbonate_cat
ok
u guys js on some bs huh
yeah
nah
regardless you shouldn't have functions calling each other without a way to exit, especially if you're not yielding
that's just asking for a script execution timeout
ok
yeah you really should never use functions actually
cache at the end i think
what do you mean? i have to have it there for uvs
wait no make a shallow copy in the cache
its because you're using the cache reference
and its being changed later
ok i got it working though i feel like i could optimise this more
why not just store the vector
why construct a new vector
if i did they would link causing alot more issues for the next vertex that uses the cache
vector's don;t have an memory address
vectors are immutable
a vector is more related to a number then an table
in luau
oh, i guess its just the table. Thanks
holy args omggggggg
Fr seems like decompiled code
