#code-discussion
1 messages · Page 189 of 1
what exactly are network modules? ive seen people talk about them, are they essentially just modules used to streamline usage of remote events, functions, bindables, etc?
this part is the else statement
yooo
Doing free coms dm
nvm my stupid ass isnt using pairs
💀
?
you dont need it
for i, v in arr do works
also u need a or statement here
if v:IsA("MeshPart") or v:IsA("Part") then
end
ah okay thanks
ya i realized thanks tho
ig it is
if u alr learned an coding lang then ya its easy
i would say
yooo
let me hold your hands when I tell you this..

i learned c#
acct i currently learn it
couldn't find the bugs tho LOL but looks easy
😭
how do i make this better
ya c sharp is fun
it's hard asf tho 💀
what u tryna do
ya it is
a button so when click its pressed down instead of expanding like it does on the x currently, which gives an unrealistic look as things that are pressed in either a 2d space should be scaled on the y
additionally, make sure your remote is secure, as click to give stat could lead to bad security
is this better imma make it smaller
i have a profileservice is that secure enough
how do you even think of how to do that 😭
im learning scripting and idk where to start for stuff like that
yooo
tween service
..
Guys quick question
If I wanted to code a door in the style of entry point/notoriety/hellmet/bodycan
How would I go about doing that
I’ve found how to make a standardized e to open door
But not a more advanced door lol
Tween the number counter it’ll look better
na i got an idea
What would you say is the most lucrative scripting niche
furry rp games
how tf do you fix ui corner clippings on smaller screens
they do NOT answer shit 🥹
wdym scaling
😭
yo
idrk much about roblox studio stuff but ik how to design them 😭
wsp
u said u got an idea
yeah im using chatgpt to help 😭
1. Hello World in Roblox
Scripts live inside Roblox objects (like ServerScriptService, StarterPlayer, etc.).
print("Hello, Roblox World!")
➡️ When placed in a Script, this runs automatically.
2. Roblox Services
Services are the backbone of the Roblox API.
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")
Players → manages players in the game.
Workspace → contains 3D objects.
ReplicatedStorage → for sharing objects between server and clients.
3. Player Events
Detect when a player joins or leaves
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
print(player.Name .. " joined the game!")
end)
Players.PlayerRemoving:Connect(function(player)
print(player.Name .. " left the game!")
end)
yeah
then PLEASE lmk
did you make the UI in figma or studio
figma??
are you supposed to just use imagelabels as frames
if its about in roblox studio i have 0 clue
bro 🥹
yes great idea
how do i know this?
not this type of game

way diff, 13+
you literally described it
ok so 99 nights in the forest but not for children
terrible idea
there's way more
its not like 99 nights
round based, u got classes and roles
1 life, atmosphere and the setting is what mainly gives the player horror
horror is just the fear and tension to not lose ur shit, the way enemies (NPC or players) move and appear
this is literally it ...
yeah but its not like decaying winter
either that or your descriptions are horrible
or maybe the same description but way different execution
executed differently
apart from a small bunch if youre lucky
I mean decaying winter sucks ass
our game is way different even tho it shares the same description
is DW even sandbox based
yet it has all the players interested in that specific game type
and has like diff classes with roles
ye i think so
it has classes but they dont do much shit
like u can be survivor or a sabotage role
so like u can harass players or survive the harassement
y know it would be better if you gave an example of a similar game, on or off roblox
yo, how do I make it so a frame covers the entire screen like a loading screen
DW doesnt have crafting, loot storage for later, shops and other shit
because for now you managed to describe 99 in the forest and then decaying winter
Its a mix of multiple games if you think about it
Rust + SCP SL + Crim + SCP CB
ok so a hybrid between them
or to none
rust has a specific community
scp has different community as well
you would be aiming for totally new group of people
Yeah, it comes down to execution
if we manage to add into the game what they like, some of them players might like this shit
this game tries to be its own thing but will have a community made up of diff players from other games
this game is kinda its own thing, simple shit but unique enough
shouldnt you be making whatever you want anyway
I lowkey just woke up tho
a decent game will always get some players
Yeah, just our game relies on players before and on launch
so good to have a community
with sneaks and some demo gameplay not released
its not the playercount that would keep your rent paid but at least someones playing your game
Guys i need a scripter that know everything about steal a brainrot and who can do us a new update and fix some bugs.
Easy work and you can speak to the owner of the game to ask for the tasks dm me

whats ur game
13+ players kinda good to buying shit, they earn their money and their interest might not even change
if u dont mind
scroll up
im horrified by steal a brainrots code
like i wanna see the sneak peaks
We didnt go public yet
can someone help me out
search it up
Guys i need a scripter that know everything about steal a brainrot and who can do us a new update and fix some bugs.
Easy work and you can speak to the owner of the game to ask for the tasks dm me
Add me and I send the video once we went public about the game
I did, ai isnt telling me shit 🥀
Guys i need a scripter that know everything about steal a brainrot and who can do us a new update and fix some bugs.
Easy work and you can speak to the owner of the game to ask for the tasks dm me
We pay
@torn cargo
1,1
it should cover whole screen in game
its only in studio where its goofy like that
unless you did the size wrong ofc
enable ignoreguiinset in properties on the screengui
? Wdym? Is it open source?
no i was helping these guys before and they have a stolen copy of it
where would you get that

how would i know
why does code discussion exist when theres code help
u talk about code
lmao send
Discuss ~= help
I have to make a character animation service for handling facial and body animations. Do you guys think I should make a central service that contains an array of references to characters along with whatever methods needed for triggering animations, should each character have its own script with events on it for triggering different anims, or should I have a central service with events on each character?
why bro. ur not gonna learn shit
I think events or no events could both be good options but events might be simpler to code because then every script that calls animations doesn't need a reference to the character animation service
chatgpt is only good for syntax
me bored 😖
@tired roost is this u
nope
guys can u give me some ideas on what to script im a beginner btw and know some basics
if i have a textlabel on the client thats supposed to show a certain player's stat, should i use .Changed() event then update the textlabel? or just constantly update the text label in a :Heartbeat() connection
especially if i have to update multiple textlabels that will display different stats
.Changed() fires for everything, use :GetPropertyChangedSignal()
whats better bytenet or knit?
Cursor and argon is so epic
alright
thats better than using heartbeat?
instance:GetPropertChangedSignal() if you want to track a specific value being changed
why?
Does anyone here code but like not Roblox shit
guys, my data will look like
Key = userID
Value = {
"Cash" : int,
"Inventory": [
{id, quantity}, {id, quantity}, {id, quantity}, ...
]
"FurnitureData" : [
{name,x,y,z}, {name,x,y,z}, {name,x,y,z}, ...
]
"PlotData" : [
{
self.Index,
self.Plant,
self.Cultivated,
self.MatureTime,
self.WaterCD
},
{
self.Index,
self.Plant,
self.Cultivated,
self.MatureTime,
self.WaterCD
},
.
.
.
]
}
should i use multiple datastore
or just put everything in one
Just use one if you can. You’ll need to either limit inventory and furniture data or have a backup datastore for if they exceed the size limit for the amount you can store at once.
One
use one and compress it to buffer
Can someone here tell me the context of saving inventory with datastore?
There’s no context, you just have to save it using a datastore
No like I mean like using a for loop and then using what like making a table and insert all the data inside inventory folder to that table and then save it on another table and then get it as get async data and then would I just make new stringvalues with the datas name or what (Sorry for my horrible grammer)
All inventories should be a folder inside Local Player
The way you display this data is up to you actually
You just have to save/get/modify through a table value
Server will have that piece of data, and client will receive it though replication with remotes
DataStoreService needs a table only to save and load data so basically in inventory you should make it a folder and in that inventory players either gets StringValues or BoolValue as their data in the inventory and then when trying to save it you should insert every stringvalue or boolvalue to the table because datastoreservice doesn't accept folders and only tables and if you're trying to say inventory should be a table that's wrong since the player would need the inventory as folder to get access everytime like Inventory Gui you will make a for loop value to get all data in inventory folder and make guis as you want and if it was a table you would a remote event to do that and get inventory data from Client
You don’t need an folder to display it
It’s a way to
But not required, and honestly not the best
Indeed it's not nescessary but it will be difficult to get the table from Server to Client
Remote function
Bindableevent
Remote function also exists
Is so client make a request and server respond with something
And instance type of a signal
I already know but what it does in scripting
I never knew that thanks
Ok but you don’t need string values
I will need IntValues instead
The way you said here, is likely you want to save these string value instances
Which is not possible
Because you can’t save instances
i feel bad for you using ai to script 🥀
How much % do u guys usually take
That’s what everyone’s been saying for like 3 years now, yet here we are
No one works for percent
Wasnt my question 😂
People do if the game has. potential or the owner is popular made previous games shi like that
Wdym then
i mean so far AI scrioting a perfectly working combat system fopr my game
depends on how much of the game you are scripting
Most simple question ever no way u need me to explain it
send it here lmao
Yeah, but those scenarios are few and far between
claude ai
Only scripter on the team, not crazy work like combat systems. Just fundamentals and such
yea but he could be in hte scenario
if you are the only one dontt take less than 30%
i mean the combat system
well its not done yet , i made 4 m1s but decided to scap the animation so nothing is happpenign how ever when i had the animations everything was working fine
ok send it tho idc if its ot done its working
so then the code is shit?
ok sure
uh no
u said a fulll working ocmbat system its literally just 4 punch animations with :TakeDamage() LOL
he wouldnt know
and he's gonna refuse sending it in here
bc he knows its ass
no im generating one on my phone bevcause i just left my house fr school
but this one should work though its less specific
also why would in lie about smth like that
like what
wdym like what isnt there that one guy on youtube thats makeing a whole fps game witrh claude
or am in buggin
it's not optimized, it's not modular, it's not that readable, also the code is not documented, the code is ass
I'm not even gonna say your code, because you didn't even make it
not everything has to be modular i know pros make everything modular but i can make a good game without it
your AI code is absolute slop and it's more horrid that my niece learning to code
LMAO
IT'S USING "wait"
uh yealike i said i gace like 1 command obviusoly it woudnt be that good
mhm stop making exvuses
but yea why would i lie about it , i woudnt want to script if i have a tool that does it faster and better than i do and it actually works
I can make it so much better with less lines, and with less time
excuse 1
you're not gonna make it far at all
yea but i would have to pay u for it , and if both scripts work and i want the free one , im picking thre free one
works? when you try using it for actual things your cooked
ok suree
well the one im using works
good luck trying to upload like 10 scripts for the AI to read
ai is horrid for coding whole projects
it's horrible.
firing an event after playing an anikmation is not that impressive 😭 and u do not need 100 lines for that sh
its ok for writing small pieces of code, but even those often fail
na its worst skill is bug fixing
i dont even try to ask it, to fix itself
local
If you got a hunfred line code with one line you forgot to add isntead of ai to add it it rerqrtes ur whole code in double the lines hoping to fix the bug
never works, always produces a "OH! Youre right, here let me fix X!" -> rewrites everything, yet still has X issue
now my shit dont even compile!
2 new issues occur
Because the AI code is slow, bloated, and inefficient, while also prone to bugs and not having an easy way to fix or identify them if you don’t know how to script
yea ai is alr for one script simple stuff but when u start adding more scripts and shi ur cooked
Yeah, doesn’t remember stuff well enough for complex shit
if player with not very good footballing ability joined ur club but he fit the system very well and made everything tick , u woudnt buy a more expensive player
If you want it to make a part turn different colours for you on a timer, it can do that, much more and it’s cooked
holy analogy
because itrs doing well for me
why would i change it
lets be g real
come on boys
the fuck did I just read?
What ppl in here tryna tell u is that. AI cannot fix long and complicated code and it will not take over programmer or coder. It can only fix simple problems and yes it can sometime fix ur problem but mostly it will just not fix ur problem and create more problem or still keep the problem in the code
Therefore, using AI is not a good way to code.
Damn right I’d pay for the more expensive one. Tf kinda analogy is this?
You’re also missing the point. AI scripts do not achieve what you need them to achieve. By being slow and inefficient, you create lag and other issues for your players.
For example, that script you generated there shouldn’t be playing the animations from the server, the client will replicate them. It’s also loading the animation to the humanoid instead of the animator, which it shouldn’t be doing
the 4 if statements and wait(0.5) got me dead
Also if u want to learn how to code u should not rely on AI too much
"Please only show me the lines I have to change, don't write the entire thing again"
looking for feedback
i want to introduce i frames into my hurtbox combat system which relies on player touched to deal damage if i just turn all the parts of the player cantouch to off is that a good way to do that?
or is there a more reliable or better way
?
why was i pinned
well general purpose LLM's are
custom trained models are MUCH better for their trained purpose
play animation on viewport
viewports suckk
it look like puppet without joints
viewport isnt ass if you know how to do lightings properly
They’re still not good at scripting. They can do basic stuff or tell you how to structure a system, but they are not good at making entire complex systems
guys whenever i put animations into my script it plays them like shit and repeat and it dsnt work pls help
How long does it take to learn how to script to a point where you can do comms?
Also what's the best way of learning?
yo what is the average priec of buying a whole game
show script
send in dms
@wary star i wanna contribute sir
I was gonna look up a tutorial on how to do that
How do I make an slap hand
hello, quick question
yo wtf is this?
ANANTA is a free-spirited Urban Open World RPG where players can play as a variety of characters. Click to pre-register: https://t.co/5E6FqM52Fy
is it possible to get incoming HTTP requests in roblox scripting? maybe there's like an option to use TLS encoding in order to get incoming requests to the game
or is it only sending request for now with HTTPService
yep
directly listening isnt possible
https://devforum.roblox.com/t/roblox-long-polling-a-nodejs-module-to-make-real-time-communication-easy-scalable-version-now-available/1286177
how ever u can take a look into this
Recently I have had the need to make real-time communication from Roblox, to my own APIs, as of right now Roblox has no way to use things like websockets; because of this we have to use alternatives like Long Polling, which keeps connections alive to receive messages as soon as they occur. The Defenition of Long Polling Long polling is a tech...
Hello,
I'm a Scripter, I been in Lua for about 2 years now
Payment: CashApp, 5-30 dollars
If your someone who just wants a system to be built I'm your guy for short straight to the point jobs
Would work on a game but not taking percentages, maybe robux, always USD
Let me help you make something great
How difficult is it to script a functional round based game system with stores spectate and map voting system? If i was to hire someone what should be the minimum experience they should have to be able to make that
very difficult
almost impossible
Agreed
Would need to pay minimum like $5000 USD
And of course only some people would have enough experience
Hahaha
So whats the minimum experience i should look for when hirinf
Or does it even matter
It’s a pretty simple thing to do tbh. Depends exactly what you’re looking for and how you want it to interact with existing or future systems, but it should be doable by anyone who is proficient at scripting
Don’t need anyone crazy skilled at scripting to get it done
Ok thanks
thats ez
@tired remnant do u take commissions
@ocean oasis dm
Sure
see you there
Is anyone of u guys new to roblox game development then dm me or if u r an experenced dev then dm me
what do i have to do with this issue Multiple StyleLinks under RobloxGui may result in undefined behavior
ui for scripting work dm me ✌️
guys is it normal to use ai to write my script faster?
cuz i write like 8 word minute
i still know how to write a script manually
but that shi takes 5 hour to type
if u still understand what the ai writes then i guess its fine
how long for me to be able to script a combat system if i started today 🤓
Looking for any scripters from the phillipines or something
hey guys im new
hi new
:/
i been 4 year scripting and still dont know how to make combat system
its like going to final boss of scripting
Skill issue honestly
its like beginner level
'final boss', what the hell was bro doing for that 4 years
what kind of math do u do
1+1 = 3
thats complex in america
guys quick question
hello
hello
does anyone know how I might script an advanced door
I just started scripting last month and I'm not even consistent
yea
an ADVANCED door
what does advanced door do
does it open in both axis or what
No its not fam🎋🎋🎋
u have NOT been scripting for 4 years 
like
y'know hellmet, entry point, notoriety, bodycam?
those sort of games
I'm tryna make a door like that
I gtg ill be back ltr
na i dont
i have been scripting for 10 years
as in i tried 10 years ago for 1 minute
which has started the timer
👍
you wanna help me make a crime game?
Smth niche like a steal a game or a DCO.
sure
what's a dco?
explain?
hey guys, im sending 2 arguments through remote function where the first one is player and the second is another thing, when im printing out the second thing on the script from which im sending the request it displays the text that i stored but on the remote script it returns my player in both arguments??? why is that
I may have understood you wrong, but when firing an event from the client side, the player is automatically passed in as the first argument, it is just hidden
oh so i don't have to pass the player as the first argument on the client script?
Nope
this is so stupid but so easy thanks 😄
should I delete the baseplate in all my new games?
are u being fr rn
can anybody tutor scripting for robux
yes yes I'm a beginner
In games where it's not relevant, where would the baseplate be?
and it's too late I've already deleted it
if you dont need the baseplate then just delete it
basic common sense dude
most people dont have it unlocked
yo guys, i am basically trying to advertise my game rn, i got 15 ad credits, i want to spend 10 ad credits rn, but roblox will only let me spend 10 for 2 days, is there a diff way?
Guys i need a scripter for my steal a brainrot game to do an little update we pay 3 usd and you need to know steal a brainrot very well
3 usd
that's not much
looking for anyone that knows hwo to script preferably someone from like the phillipines so i can pay you minimum wage from that country yearly
dm me
Ok
i need help on smatbone
scam. new acc
guys does anyone know why my shirt and pants template blanks out everytime i reopen studio?
can an exploiter fire remotes while passing on a different player as an arg instead of them?
no
No
Need with npcs using SimplePath module getting stuck on walls!
I tried using “self._agent.PrimaryPart.Position - Vector3.new(0, self._agent.PrimaryPart.Size.Y/0.75, 0)”, but I’m still getting the same issue.
try local targetPosition = Vector3.new(x, y, z) + Vector3.new(0, self._agent.PrimaryPart.Size.Y * 0.5, 0) path:Run(targetPosition)
like this?
self._path:ComputeAsync(self._agent.PrimaryPart.Position - Vector3.new(0, self._agent.PrimaryPart.Size.Y * 0.5, 0), (typeof(target) == "Vector3" and target) or target.Position)
https://www.youtube.com/watch?v=4j58MlczwHc
How do u think this guy pulled it off
The start to a GTA V inspired character controller
is it rthro or rig yall think
self._path:ComputeAsync(self._agent.PrimaryPart.Position - Vector3.new(0, self._agent.PrimaryPart.Size.Y * 0.5, 0), (typeof(target) == "Vector3" and target) or target.Position)
I mean try it
looks fine to me
just did, same issue. It's like, if the player is on top of the stairs, then the npc stops at the last stair, and has to wait for the player to come back down before following them again
OH
?
wait i had that issue when I tried to make a pathfinding system before
you did????
how'd you fix it>
?
self._path:ComputeAsync( self._agent.PrimaryPart.Position, typeof(target) == "Vector3" and target or target.Position )
Does that help
hello
still getting the same issue, unfortunately. here's the full code for context, if that'll help:
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
alright
i need a video of a script for combat that is real and fake
It's pretty long for an npc pathfinding system no?
it's the simple path module, so yeah. Wish there was a simpler way I could do this. If it is alright with you, do you still have that pathfinding system to tried to make before, and if so, could you share it with me?
Yeah ofc it's a bit janky
do you want me to send you a rbx file
sure!
alright. Thanks!
np
hello @nova magnet can you help me
with?
yeah i can help w scripting what is it though
looking for anyone to help script a steal a brainrot based game if you do you will get a 10% cut of all the games earning and just letting you know we are gonna put robux into the add system and advetiste on socail media to get player and robux if intressed please reply
let me know if anyone tryna join my dev community. we build stuff, ask for help etc
hi does anybody know how in battle grounds game people spawn in with a cosmetic and weapon like this
why is it so tough to get comms
As in
a
get scripting comms
let me know if anyone wanna join my dev group. we help each othr succeed
looking for experience builder to help me build a hood game
no like they wont even respond
show me some of ur work
dm
ok
lol
its not
You send portfolio?
Id assume he either dms people with 'hi' or his portfolio is doodoo
yo
how do I get skills
like the roles
i'm experienced in js py lua c++ but ion how to get roles for it
make app
Show
dms
guys i want to start scripting i need to learn in it , how to get started?
yt is shit
idrk the lua language
learn it
then where do i learn it from
no, github
typically doen via welds or accesories
theres many free online resources on learning lua
for begginers
LOL
I wouldnt recommend diving into analizing code of existing games unless you know your programming basics
otherwise you might as well stare at paint dry cause you aint gonna understand anything
can u share some in dms? please!
i only work with people that can spell because if the ads have spelling mistakes its gonna go bad for yall
okay
how did u guys learn how to script
video
yt?
thats when i started, if i had to do it over again i would incorporate as much docs as possible for learning as they provide one of the best and up to date information.
you don't learn everything
You dont
yea
You learn enough
i still learn new stuff and forgot old stuff everyday
all the new systems and stuff, thats what the documentation is there for though, learning scripting in my opinion is more just learning syntax and how to describe variables, but most important in my opinion is learning where to find the information and how to use that in scripting.
wym bruh i thought u gotta learn eerything
bro i cant even spell this too hard fuck this
lol how would you learn everything
Its like trying to learn english by memorizing the whole dictionary
Not how it works
in english all you need to know are the basics and infer stuff, similar to scripting in a way.
You learn the foundation and go from there
ohhh
but once u learn the basics how do people make games what do they do
Practice
you start with basics
- variables
- tables
- metatables
- game values
- what are functions
- game-services
- oop
and then they just start with their first "project"
examples:
ui that you can write text in and it displays on a part
simple features
handcuff-systems or whatever idk
and then they start with their first game
I have never seen a worse road map in my life
tyy
To understand metatables you first need to know what functions are..?
yes probally lol
💀
start of with functions and then with variables i believe thats better
Needa make my own scripting course ngl
you dont
@raven marsh All of them are ass, and their isn't really any good ones for more advanced people
I remember I was following unity courses and implementing them into roblox like 3-4 years ago
$50 course bruh wth
https://www.unr.edu/writing-speaking-center/writing-speaking-resources/basic-sentence-pattern-in-english
http://oed.com/?tl=true
In English, sentences usually operate using a similar pattern: subject, verb, then object. Learn more about this structure and its components.
The OED is the definitive record of the English language, featuring 600,000 words, 3 million quotations, and over 1,000 years of English.
Thank me later
so cold vruh
The jump from variables to tables
Lmao
^^^^
chicken.
Geek ass response
- variables
- all the different types
- if statements
- for loops
- functions
- while loops
- for i,v loops + arrays
- tables
tables before for loop
no
yes
this also terrible
none of u can make a proper one
🦒
no but i know who can...
You don't need to know how tables work to understand
for i = 1,10 do
print(i)
end
Luau Learning Roadmap (50 Steps)
Basics
- Understand Luau (Lua + Roblox features).
- Install Roblox Studio, open script editor.
- Insert
Script/LocalScript. - Write comments (
--,--[[ ]]). - Create variables (
local x = 10). - Local vs global variables.
- Numbers, strings, booleans, nil.
- Arithmetic operators (
+ - * / % ^). - Comparison operators (
== ~= < > <= >=). - Logical operators (
and or not). - String concatenation (
..).
Conditions & Loops
- Simple
if. if ... else.elseif.- Nested conditions.
- Short-circuit logic.
whileloop.repeat ... until.for i = 1, n do.- Difference
whilevsfor. breakandcontinue.
Functions
- Define functions.
- Parameters.
- Return values.
- Multiple returns.
- Local vs global functions.
- Anonymous functions.
- Pass functions as args.
- Closures.
Tables
- Create tables.
- Arrays.
- Key-value tables.
- Access with index/key.
- Modify/add values.
#length operator.- Iterate with
for i = 1, #t. ipairs.pairs.- Nested tables.
- Remove values (
= nil).
Roblox-Specific
- Access objects (
game.Workspace.Part). - Create objects (
Instance.new()). - Change properties (
part.Color). - Events (
part.Touched:Connect). - ModuleScripts.
ScriptvsLocalScriptvsModuleScript.- Services (
game:GetService). - Player handling (
PlayerAdded). - GUI basics (
ScreenGui,TextLabel). - RemoteEvents & RemoteFunctions.
lets just use this
b
🐫
Hey!
You can't just make it more in-depth and act superior!!!
But yeah, that's pretty rigourous
wb oop or remote events ????
fuck remote events
bro i didnt even read it i jsut copy pasted it from my friend gpt
That's just introduction
fr
oii lad
how tf else do u communicate from client to server
ong
I was trolling
fr
Sarcastic comment
say pwetty please with a cherry on top
bro he just sarcastic and racist rn
🤓
i agree
Ong, the biggest issue people have is that they're unable to use the roblox documentation and do research
i agree
what are documentations ???
e
a
Doubt: Do i make the item spawn synced across servers or let servers decide individually?
Depends on the type of game you're making, usually it should be for the servers to decide individually
Its like a farm, rpg theme game
What item are you trying to spawn exactly like, is it an event or something?
@quasi grotto
Random herbs & shrubs
Let the server spawn them individually for variety in every server
The player should be able to hop servers for other herb & shrubs if they arent satisfied with the ones in their own server amirite
🥺 gulp
Does anyone need cheap dev? Or like work on small project? I'm available and dm me
how much
Guys can anyone help with a egg hatching system but instead of eggs it's slap hands☠️
waste of time
Selling this Slap Tower Type of game 1:1 (DM FOR THE PRICE and Screen Shot of the game!)
Lf a coder
How much you paying
buy roblox games dm
guys is it beter to solo dev or team
🐺
🐔
like hire people and u manage?

How can I remove shift lock part phasing? I don't want people with shiftlock to be able to look through walls and stuff, I know deepwoken has a mechanic like that
Custom camera
Me when I change one variable name
what API do i use to display in my game how many upvotes my roblox game has?
bro i interviewed this dude for the scripter position and asked him how he'd save the progression of a quest bla bla some more
.. he said.......
|| quest = 10 ||
insane.......
it works tho
quest = 10 💔
can the player leave the game and it has to save ?
nah 10 = quest thats the only answer
universe doesn't work since it shows only the game favorites and not game upvotes
lmfaoo
the actual answer was
let quest = 10
💔
let mentioned
CONST
float
wouldnt it be easier to ask for portfolio than to do beginner level interviews on everyone
i did
Works just fine:
woah i gotta see ur post
and i got..... quest = 10
its not on HD
😔
Why not just review their portfolio?
how tf bro, when i do it i get a warn saying that it doesn't have access
for 17 people to apply it mustve been something good
where was it
ohhh
i got like 5 good
saying talent hub really explains it
answer dm's
yeah LOL
nvm i did smth wrong, it works with this link tysm
You can't make requests to Roblox within Roblox. You also need to provide the game's universe ID, not the game's place ID
mf told me to hire him
mf asked to give him the riddle
i hope this aint bannable
i already have warns from the time i sent vomiting horse
do i use a proxy then?
Yes. roproxy is still live
idk about that
found some reddits saying it's bannable
You're fine
i get the 403 error though, does it mean i have no acess?
Show me the request
GET https://games.roproxy.com/v1/games/votes?universeIds=8715185834
WOW
i did nothing
at least theyre sorry
why did roblox have to make displaying upvotes so hard
makes no sense
such a simple thing
to be so hard
bro i cant find a commission here or in roblox talent hub
anyone help?
get good
anyone want a developer?i can model make ui sfx pretty much a whole game
omg guys look
the other half to these % hiring posts has been found
Could anyone send me a script how to check the follower count of a player?
u need a gud portfolio for anyone to consider hiring u
i cant even find them
either in roblox talent hub they dont respond or in here i cant find
go to hiring section
that means ur too late
oh ok
yo one problem in the hiring section there are basically no commissions there
??
There are shit ton of commission opportunities on there every day
what i mean are the quick ones not the full time ones
Idk what to tell you get better and do the full time ones
i mean its my first time and i realy never did anything so im looking for small ones
Oh fair enough
Keep looking and advertise yourself better
Im asking help here for a random color changing script cuz the help chat is cooked.
Like, i want my vfx/parts to change colors based on a pallet of color i give it but cant find any that does that
rand(0, 255), rand(0, 255), rand(0, 255)
😎
Does it work with a already defined color pallet?
(im ass at coding)
it should change it to any color
you would have to define variables
then pick them like 1-10 or sum
math.random still your best bet on that
My brain is burning rn but thx for the help, ill try that
But bro
They are having a whole debate on the definition of "gender"
I cant with ts bro 
On the help code channel
Thx bro
I haven't used luau in a while so I don't remember
but I explained it how I understand it
I'm also on mobile so that can add to the confusion
color3.fromRGB(255,255,0),
color3.fromRGB(blablabla),
...}
while true do
wait(1)
part.Color = colors[math.random(1, #colors)]
end```
i typed all ts give me my robox
so i just copy paste this in my script?
How do i loop it?
local colors = {255, 0, 68}
color3.fromRGB(255, 0, 68),
color3.fromRGB(0, 0, 0),
color3.fromRGB(255, 255, 255),
while true do
wait(0.1)
part.Color = colors[math.random(1, #colors)]
end
it is looped
i wonder what i did wrong
bro
told u i was ass at coding
u dont have the part yet
put script in the part and instead of "part" do "script.Parent"
also u should keep the blablabla its necessary
whats best way to make car move, i dont want turning just breaking and going faster
is there a script that checks how many followers a player has?
whiletruedo

I hate ts statement
feels like ur just writing a normal thing 😭 im so used to reading the "While True:" in python
lua is a python language
idk how to explain it but it came from python
Infinite loop
whatever the word is
yes but using wait in whiletruedo is like
a crime
there's a better way to do it
I forgot what it was
doesn't mean it's the best way
It is the best way
sure
this is good though
ts is fine
saving one line for overhead yessirrrr
Infinite loop is better and more clear
With putting it on the same line, ur relying on an implicit cast from number to true
slightly less performant (cuz of overhead on evaluating the condition) + people no likey, in a real game its not really a big deal, plus most devs think that its clearer to do while true do task.wait
it's good for things that require it
I don't think there's any other option then doing it the long way
I think
wym
What
like spawning in a cube with a random color that changes to random colors
would be easier to have the wait after it
im still dead laughing
i genuinely interview someone and when i ask how would they approach saving a quest's data and they reply with "quest = 10"
insane
not good
it didn't lol
oh
whatt even im smarter than that (i need to learn data store)
whats this response even about though
must be a joke
no way someone would respond like that without elaborating
because 90% of the scripting community are skids
What's your game about
I don't share my game publicly
Why
higher chance of being stolen
are you intrested in helping
im in the 10%
im in the 30%
Depends what's it about and how it will benefit me
labubu
yes just said quest = 10
u shouldve sent the chat screenshot
Wth is ur pfp
lmao, thats some guy from my tt fyp
Is he getting....
Good to know
Working for percentage dm me
it did but have fun with your ignorance
it is one of the closest languages to python
amazing for roblox devs
it is?
@frigid hedge
disagreeing for the sake of it
hi
release ur game noob
wanna make a deal?
what
are you working on a game?
which one do you own
if you help em with my game
i help you with yours
guys how the fuck do u make neon hover effects on ui?
I think tween
@deft coral also how can I make cutscenes work like if I click g to awaken I need to use roblox camera to animate with it but I wanna use camera rig how can I fix this?
Camera rig?
I dont follow, can you explain in more technical terms
Like is it a camera attached to the chest
Is it a term from real life
If anyone wanna join my dev group let me know. we help each other make games.
Sorry, what I meant is that animating the
Roblox camera for cutscenes is difficult,
so I initially tried using a part. However, the Camera object is more flexible since it allows for rotation, scaling, and additional
transformations. I attempted to create a
script for a camera rig, but it didn't work,
so I ended up using the Roblox camera
which functioned correctly.
I can offer specific techniques and I can help with code but thats it
I actually filmed a short film irl
Won my university's film festival, was proud of that
That's nice
Thanks friend
yo can someone hlep me /w smth
@spring badge
what game did u worked on?
What game?
The latest one I worked on was Track and Field: Infinite if thats what you mean
I meant games
Cus ur bio says 10 years of experience
like is there any front page ones
@deft coral U do fullstack?
Track and Field, Rensselaer County, World of Vigilantes (though that wasn't a front page game), Edge of Oblivion, Sheriff Madness,
Uhh im trying to think of others
I do, but only in Roblox
I dont do front end outside of Roblox
Its difficult for me to because this isn't my life passion; a lot of my time was developing solo projects for the sake of learning, doing consultant work, doing nameless commissions (aka I don't get credited, I just solve a problem and leave) etc. I only list the 10 year thing because its technically when I began taking commissions and working for anyone. And it sounds nice.
I'm usually valued for my knowledge of the engine that I've gained from messing around with it and pushing its limits and from just seeing it develop over a decade. Unfortunately, my limited available time turns people off.
I heard about Rensselaer County
