#code-discussion
1 messages · Page 316 of 1
i just realized that it doesnt have training data for that so i just stopped
k imma send 2 game links
you tell me which one you would play over the other okay?
you gonna send the most ai slop game we wont ever play aand we said, we use ai as tools
moral standing dont matter when u got a product and got to rework shit code and ai can help with it
mini cities sounds like it might be interesting
no no no just hear me out on this
i would play both
Whats going on guys
both but for different reasons idont see how its important
because why? kick a lucky block still has humans making it
ok and can you give your reasons on why both games look appealing to you?
i saw like fully ai games
and it sucks ass
barely even works on the door
and the building is all messed up
like fully ai game
that kick a lucky block still has effort
it just appeals to children
i dont get why you actually want to hate children
ok but can you tell me which game looks like more effort went into it and which looks like just soulless slop?
i would play kick a lucky block to earn usd ofc
i would play kick a brainrot if i wanna study and copy their gameplay loop and i would play the mini cities 2 if i was a 5 year old kid with nothing to do
none
both of them are different categories
explain to me then
that appeals to kid if people play it its appealing
i saw the most ai game ever and no one plays it
i think youve got them mixed up
no
why is that then?
if i wanted to play cities skylines why would i do it on roblox
like you have not seen the most ai game ever
it sucks so bad
ai cant even replace humans
so you're saying if AI is used too much then its basically unplayable?
kick a lucky block aint soulless bro it still does updates to appeal
yes
hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
hmmmmmmmmmmmmmmmmmmmmmmmmmm
interesting
ai cant really replace humans now
probably what makes ai work is literally humans
we still power ai with our hands
but my issue is you arent actually learning anything with ai
im learning
quite literally judging a book by its cover lol
well because i think i probably learned enough
and if you are then its 100x slower than without
wrong
they need ai to make their decisions
thats their problem lol, taking the easy way will never improve you
tbh i think its better, less actual coders are gonna be born
still man the modelling is their hands
is human hands
you can learn from ai
but humans are sore losers
i mean
sometimes humans doesnt wanna learn
but in the end of the day
you dont wanna care about their business
they still printing cash
infact they are smart enough to manipulate ai
into making them money
whats the theme
how does the asving animals mechanic work
is it like grab an animal and run from something chasing you
yeah
no
oh
sounds cool
yeah sounds fair, you could probably find someone to handle that
idk how much full games regularly cost but you would definitely be able to find someone whod make a speed +1 for 1k
i dont think the scripting in those games is really that difficult
you already purchased the animal models?
oh ok
guys help me who i can delete my applications
is it just one system?
if its a full system then no 1k dollars is LITERALLY what you should pay the scripter
scripting is literally the anchor point of your entire game
i would agree with this if we werent in an age where a toddler can make programs using codex or claude
someone can def still be paid, but if the system isnt very complicated than its kinda easily made
how did you even make that lmao
springs
hello guys serious question , what helped yall the best iinto becomiing a consistent scripter!!
Just make random shi ig
Bro the problem with me is , i do got the knowledge alright i mean okay i do stiill practice cause i stoped abitt cause of school , but i have 0 inspiration
ever heard of hookes law?
F = -kx. Where k is the spring constant and x is the displacement
Use that. I, used velocity of the object to make it look like that but u can use springs too.
Just making a system for a client lol + some goofying around
@snow veldt
no
Damn
Thats a you problem then
local boolean = false
Tween:Create(boolean, TweenInfo.new(1), {boolean = true}):Play()
why is this erroring?
The create method takes an instance as the first argument
hi smart man
Also i don't know why you would use tween to change the value of a boolean, if you want to give a delay just do task.wait
"false"
"probably not"
"maybe"
"probably"
"true"
What
Tween:Create takes an isntance as the first argument
A boolean is not an object instance
shame
holy lerp
pizza made a funny joke
it's funny because i wasted their time
You can tween boolean properties, but not variables
You can tween a value from true to false?
yes
the hardest mr robot hack
I’m working on a pet system and want to add accessories (hats, glasses, etc.).
My current idea is to create a “template” for each pet and manually position accessories on it. Each accessory has a unique name, and when equipped, the system would find its position from the template.
The issue I’m running into is: since the actual pet moves around and won’t match the template’s position, how do I make sure the accessory stays correctly attached and oriented at all times?
Would using WeldConstraints be the right approach, or is there a better method?
Welds are probably your best bet
i giggled
So I'd weld each accessory to the pets respective basepart (e.g. hat1 is welded to the head)?
How would I store the position of the accessory for example if the hat should sit on the ear of the pet versus the center of its head.. or would WeldConstraints take care of that?
You should be able to just modify the C1's Position and Orientation to make the hat sit wherever on the pets
is their a better feeling then when your scripting for a while and when you hit run their are no bugs first try
Guys how does one achieve this grass and the grid effect
No ❤️🩹

how can i play the walk anim as a loop? [any script]
Hello can someone help me
motor6D
if you want them animated
Ideally export it and use an animationtrack
? i need a script to play it in loop.
in studio
yes and no
um, load it into an animation editor plugin and play it from there I suppose
there is a feature to make it looped in clip editor and script does support making it looped but it doesnt replicate well
there's a loop option in the animation editor that you can use to make it loop in all contexts
alternatively, you can do AnimationTrack.Looped = true in a script before playing it, assuming AnimationTrack is your loaded track
Uh
Either material as grass or a texture node
Bouncy
How's the bandwidth
Lmao that's actually really cool.
Haiya
I love deprecated bodymovers
Hey, I have a doubt regarding a stupid thing on studio related to setting orientation for moving Conveyor, pls lmk if someone can help!
I want to set the orientation of the part on the side where I want but its not working.
I'm trying to script this:
`local Conveyors = game.Workspace.Conveyors:GetChildren()
for _, conveyor in ipairs(Conveyors) do
conveyor.AssemblyLinearVelocity = conveyor.CFrame.LookVector * 20
end`
by not working do you mean all conveyor's facing the wrong direction or none cant work
Yep I think so
body velocity is the goat
then just simply go (conveyor.CFrame * CFrame.Angles(0, math.rad(degress not in radians), 0)).LookVector i think
oh btw
are the conveyors parts or models
ok then just use my calculations
this is actually bodyposition c:
oh i see
man wth does anyone know how to use robloxs aerodynamic physics my plane genuinely wants to face up
show code
wrong cals
(conveyor.CFrame * CFrame.Angles(0, math.rad(degress not in radians), 0) * 2).LookVector
110%
there might be some issues here not sure tho
Nah that's just a new number
oh ok thanks
click the walk keyframesequence > open properties and enable loop > export it > play()
after enabling loop, i save to roblox? i did, but it isnt working still.
where would i do play()?
local animator = humanoid:WaitForChild("Animator")
local animation = animator:LoadAnimation(YOURANIMATIONHERE)
animation.Looped = true
animation:Play()
i use animation controller not humanoid
do AnimationController.Animator then
doesnt work @pale sedge
you put animator twice.
AnimationController:WaitForChild("Animator")
3rd line is having issues
Create an animation object inside the script and paste the ID in its properties and then call it
(call the object not id)
White theme in studio 
just cus i like to keep things the way they are.
discord is dark by default
so it is like that

so iam a builder is there any scripter here who want to make a game
Guys how do I increase the number roblox can handle cuz im making a button game and every time it hits qd it js resets
your such funny guy 😂
avg guy after learning some skills and think to build a whole game ?
avg hater who dont achive anything
Hating is nooby
So i am a model cuz I model a chair
Vro i am not hating 😭
yeah you are a chair its your iq to say this so idont care
okay whatever
No I am a modeler
And I can model a chair
Am saying I can help
I make pineapple
oh sorry if you want we have scripter and ui designer if you can model then you can join us
What game
R u making
its first a cash grab for now then we will try to come up with a good idea
Have u ever made a game before
Pro modeler
Bow
this is supposed to be code discussion
So realistic 😱
no but iam working in lik 3 projects i have 2 games 1 has 200 to 1k ccu iupdate the maps car games
I am scripting the bow
ah
The script is print("hello earth")
Wait what is the payment for modeling
yeah print("hello earth")
the payment is in %
its now like you are working for me
Do u have money for ads
yeah 5k rubox is ready
Don’t think that’s enough
its just ready for now we can have more
its a cash grab so when we made the accul game then i will putt some crazy on it
Why are you giving % instead of real money and what justify the fact to give % instead of smth else
He needs that money for ads
Well, he only got 5k
i mean its the cash grab game and i want to make a tm and we work equaly so we can mak a accul good game
can we talk in private a?
But with 5k you're game has praticlly no chance to blow up even if it's a cashgrab game
i can litlry get 30k but for now its just more like a algorith test
And how are you gonna get money for GFX artist, UI artist, Animation Maker etc... a advice i'll give to you is that don't try to make a game when you don't have the skills to do it you'll just waste time if you're good at someting do comms and then you could pay advertising and your devs but I can may be wrong if you're good at everything
yeah you can advise its your choise but you cant understimate me
I'm not I'm saying that making game with no money is just wasting time and tell me how are you gonna pay the other devs
here is the thing not eveyone win because they are like you never try to achive anything
who said i dont got money ?
You
sub
Well I'm working on a big project right now and i'm the co-founder of it and I'm sorry to saying that you don't have money you made me wrong so how much money you got for the advertisement and devs
iam working on projects to but this isnt about that this is about an accual good tm who can do crazy stuff
thu
Hmm ok so it's like a actual good game so you're right but you said that it was a cash-grab game so maybe my vision of cash-grab game is wrong but I think that those are bad games
i said we will star with cash grab first
So you want to make multiple games
and another thing dont see every people like you can acculy underestimate them
I didn't underestimate you when have I underestimate you?
Great mentality, I really like it, everyone should think like that but what's your budget for the team?
you are looking to get some litle bet off bite dont be tricy iam not here to tell you everything
iam here to see a good people who can acculy put it all in
isnt that good co
Man, I'm just interested in the project, why do you see the bad in every people I don't care if your budget is low or high but if you don't want to that's alright
Yes, only hires people that are dedicated in the project and give it all
if you think that way then letme do my job here
you aint going to see a good motivators and good coaches every where so take my words as advise from you small brother
how much are you planning to pay your devs then
What do you mean by seeing motivators and coaches?
i mean you can talk to 100 and 100 off people and your never going to see are chat with somone like me
who are you bro lmao
Don't be disrespectful brother
What makes you think that?
because i have talked to to many people and they are all like see people as an like an object this is why i want to see people as a people and as a good characters
well technically if you consider it enough people are all objects because were made out of atoms and stuff
Yep, this is the hard-reality but you're different because of your mentality to see people not as objects but people right?
We are not objects, a cell is a real living object and there's dozens of cell in our body
if you think this way its your choise but i dont see it as a good high iq personwill say that
But it's a philosiphic question because it's what for you is a object
if you think about it enough you can imagine it
you see right
IQ is not a description of the vision of someone, it's the capacity to memorize, understand, learn, adapt etc..
its okay but at the end off the day i will be the one who is a winner
Words don't do actions, remember that what have you done to become the winner and what's your vision of winning
the one who hide is the winner for people but for me the one who lead is the winner
Great, but still what have you done to become the leader then?
i made the good team that can do it
Great, can you tell my what is formed your team?
can you tell me what you did to win co
Well, saying that I've winned is a big word, but I didn't. I'm still in the developpement phase reaching for success and wealth, but I got the chance to work with someone that is really good and dedicated and have contacts with big youtubers
exacly
But what is your main skill, developpement, marketing, directing people etc..?
👁️
?
my skill is to see the people as an people
That's great but that's a mentality and in this world thinking doesnt' make you rich but seeing that your skill is probably to be like the CEO and the leader
you got it
its rlly just connections and money
Do you got a team of devs?
Yep, but it's also skill
do you ?yes but do you
larp vs larp going at it?
No, I don't but I'm planning to have one
when you did tell me so ican be there and watch and teach you what to do
But my question if what your team is formed of and do you've made with this team successfull games?
i think i will never see you with a team
First one to out larp the other one will have a more successful team and game, trust
Why?
its a good way to but lemme see where this is going toward
But what is a larp?
because your co co never become l
What? Can you finish your sentence
can i tell you somthing ?
Yes
a person with mind can win and a person with people minde wont i now your school not goonna teach you this but you can take it as an small advise from your samll brother
What do you mean by that, you're saying that a people with mind can win but someone with people can't, and what's the reason I won't have a team then
this is why you aint going to have a team
I'm desoriented, what is the reason that I wont have a team?
you aint going to get it to
But tell me then
because...........you need to think
You saying it's because I'm dumb? or ye I don't know, please tell me I'm not that experienced in being a leader
for now peace out you can add me to if you want i can somtimes give you some advises for free ✅
Ts fr larp vs larp like that guy said
You didn't answer my questions about what is your team formed of(dev working for you), and why I can't have a team so I don't know your crediblity
What's a larp
DM ME IF U DO EITHER UI OR ANIMATIONS
We are not OBJECTS, a cell is a real living OBJECT and there's dozens of cell in our body
blud had ONE job
When do i know if im on intermediate or beginner level on scripting?
when you feel like it
Could anyone help me create a script which allows for an animation to play constantly when I run the game? I need it to showcase my portfolio
When you know OOP and moduleScripts you're on the intermediate level
you can go a lifetime without knowing OOP
Ye I don't use that cause it's too expensive in optimisation cost but still useful to learn
do you even know what ur talking about
if youre good at scripting youll realise skill cant be accurately described with one word
Oop is great though
depends on situation ig
Im not saying you should make everything oop
but in the right situation its fun
Besides the seams and the frustum culler being a bit buggy, is there anything i cna do to make this better? https://streamable.com/0n46zk
why are we censoring script names
Censoring script names? Are we trying to protect the innocent ears? Honestly, disappointing.
so that i can prove its mine 🙏😭
how does that prove anything lol
Hello guys! I'm a new scripter who basicly knows nothing how do i start i want to learn how to script while using 0 Ai
I don't think he's the kind of guy that reads
how do I fix this issue? I am trying to get the anim to play on the dummy as soon as I start game but it isn't working
what does the error: Unable to load plugin icon: http://www.roblox.com/asset/?id=4725619926sae/ and how do i fix it?
search upn how to script in chatgpt
you dont actually set the loaded animation to the variable
you declare an empty variable and load the animation, but don't put the loaded animation in the variable
how does one make this
you gotta scale da character and stuff
hello
go to AI with video generating ability, print a picture of ur avatar on a baseplate and ask ai to animate the character jumping with character being %75 fluid and ask it to be imitate real life physics
you're welcome
Bahlright
the person who made that is actually in this server lol
Its a huge server to be fair
yeah
acceleration and a bunch of interpolation i think
i dont think the creator will expose their secrets or techniques
i predict the creator will have a 25% chance to chat in what i thought it is
Yay im intermediate
✅
using the character's velocity
Has Anyone had trouble with overwriting an animation and the new one not playing, just references the old one?
what
like it plays fine in the editor, says it published successfully but does not play the new one, just the old one?
It's the same animation Id because it was overwritten.
same id - it's been working for replacing my animations but its not anymore. Not sure if this is happening recently for anyone else or I overlooked something.
should be the same workflow
you gotta change the ID in the script aswel
and the animation instance
since when because that's not the definition of "Overwrite existing"?
why even do that
can you please send a screenshot of where u saw this overwrite existing
just publish the new one seperately and use it
I stub in animations because I'm not an animator, so when I get the actual animations I just overwrite them.
why???
part of publishing
show the entire window
ahh alright yeah well if that doesnt work just make a new asset instead of overwriting and change the IDS
yeah I hope they didn't change anything because I have TONS of animation IDs where I have been just overwriting them - It'll be so terrible if thats the new workflow 😭
thanks anyway!
yeah its roblox, really buggy and the changes they make absolutely suck
it wouldnt surprise me if the animation would work after waiting a couple of hours after you overwrote them
yeah I think so too, I'm going to keep an eye on the Bug Reports and then check tomorrow if it resolves
I used to fall down the rabbit hole when stuff like this happens, but its been a Roblox update more often than not so I just wait now.
I got a question
if the majority of you agree that knowing what to do and maybe how to do is considered intermediate level in coding
what is considered advanced level?
based on amount of projects?
there is no one size fit all answer, nor is there some magical point where an "intermediate" scripter reaches "advanced"
learn a little about a lot of topics, then flesh out your understanding of those topics until youre able to tackle just about any problem
thats a decent way of looking about it
you cant really quantify intelligence. just prove your capability by tackling various projects until youve built up considerable experience
that's a great answer
but what most agrees, advanced level will include high level mathematics
sigh
if you can look at something and say "oh yeah i can do that" and replicate it without any problem then ur advanced
yes
and no
there's level to this
theres a difference between copying known math to solve known problems and applying math to solve novel problems
what i mean high level mathematics
is the one that is like impossible to copy
you need to understand it
not necessarily. game development does not require advanced math. so long as you understand trig and linear algebra, you can make mostly anything on roblox. "high level mathematics" will only be required for specific projects, not your everyday game
how do i fix this
isn't copying tho isn't equal to true mastery
gng i want that mastery
mastery in coding shows up when things aren't identical anymore to the one ur copying or replicating
hover over the red lines and see what it says
if you do have an understanding of high level math (however you decide to quantify that), then great. you can handle the math-related aspects of game development. but having a broad understanding of math does not immediately make you a greater programmer as a whole
i would argue that the far more important factor is the actual system engineering side of game development. not just "modular code," but being able to make intricate systems that actually streamline the development process without bloat
i would take an experienced developer with tons of experience in systems design over the greatest mathematician who understands some luau
Hmmm u should probably fix that mistake
if not multi or not coins then break end
not taht
this
Isn’t that just cuz there’s an int max
use scientific notation
how
1e28
do i just say value = 1e28
Ur so right
scientific notation
english?
number library enjoyers ❤️
you have to use numbervalues
yeah im usiing
yeah
broooo
the numbers you are trying to store will not display properly
oh
and doing math will be unpercicse
its all 0s anyway
so how do i fix that
if u care about the 30th significant digit for example you will be cooked
if you don't need the percision then just do with numbers
but that often does not matter
use a number library like bignum2 for example
i got the libary i used bignum something something chatgpt
i dont even think thats ever useful
dont ask chatgpt for it
chatgpt is dumb to say the least unless ur using the paid version
yeah it works
i js wish i knew sooner
i could have saved so much time counting zerps
Do you guys think Ai will replace devs
no
Like lemonade 🍋
that shi so bad
no
Yes
In like 10 years maybe
But not anytime soon
Claude mythos is so powerful and dangerous, if it got to Public this discord server is done
Still bugs
Theirs always gonna be someone who needs to be smart enough to fix the bugs
Yeah so Roblox dev will be only for Ai and the role of fixing the Ai will be out new job
Our*
claude mythos is allegedly so good at cybersec related tasks yet the model itself got leaked by the most basic of vulns isn't that ironic
With quantum computers developing fast it might change these Ai we know
unrelated
it was said 7 years ago that gpt-2 was too dangerous to release to the public
ehh not really
i dont think anthropic uses claude mythos to secure their security
if you look at the trends and reactions the growth of ai is actually slowing
it doesnt just exponentially grow forever
cuz its slop
lowkey was catastrophic. everybody so stupid now 😔
yall know open ai is abt to file for bankruptcy soon
But don't forget how Ai made devs so freaking lazy and most just copy paste code
cuz the ones that do that are dumb and dont know how to do it themselves
yall know about the vuln where the agent will install npm packages with the same name as official ones but are actually malware
i only use ai if its something super complicated like BigNum
cuz if u use ai u will never learn
its not about ai making devs lazy, its about ai helping to learn, sure it makes them lazy but they wont like be able to make maps
tbf i would too
ai wont be able to make good maps
npm is crazy with the malware vulnerabilities
but i will
npm is crooked bro
name me one ai that is good with making maps today lol
the devs want to save time lol
Anthropic or idk what's it called made it
yeah it did not make a good map
it probably made one single house
- thats the company name bro and 2. it did not
claude maps is too dangerous to release to the public
making like maps or structures is still human made
mythos
maybe ai can match the aesthetic
but it probably will improve and able to build a good map
i saw fully ai game with the ai making the map and it barely works
I forgot the model name
But it has been just released
Why everyone is silent
Can someone help me?
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local enemyTemplate = ReplicatedStorage:WaitForChild("VoidEnemy")
local spawnPoints = {
workspace:WaitForChild("VoidEnemySpawn"),
workspace:WaitForChild("VoidEnemySpawn1"),
workspace:WaitForChild("VoidEnemySpawn2")
}
local currentWave = 1
local enemiesAlive = 0
local function giveAI(enemy)
local humanoid = enemy:WaitForChild("Humanoid")
local rootPart = enemy:WaitForChild("HumanoidRootPart")
humanoid.WalkSpeed = 14
while humanoid.Health > 0 do
wait(0.5)
for _, player in pairs(game.Players:GetPlayers()) do
local character = player.Character
if character and character:FindFirstChild("HumanoidRootPart") then
humanoid:MoveTo(character.HumanoidRootPart.Position)
end
end
end
end
local function spawnEnemy()
local spawnPoint = spawnPoints[math.random(1, 3)]
local enemy = enemyTemplate:Clone()
enemy.Parent = workspace
enemy:MoveTo(spawnPoint.Position)
enemiesAlive = enemiesAlive + 1
coroutine.wrap(giveAI)(enemy)
enemy.Humanoid.Died:Connect(function()
enemiesAlive = enemiesAlive - 1
wait(1)
enemy:Destroy()
end)
end
while true do
wait(5)
for i = 1, 3 + (currentWave - 1) * 2 do
spawnEnemy()
wait(1.5)
end
repeat wait(1) until enemiesAlive <= 0
currentWave = currentWave + 1
wait(5)
end
idk whats wrong with it
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local enemyTemplate = ReplicatedStorage:WaitForChild("VoidEnemy")
local spawnPoints = {
workspace:WaitForChild("VoidEnemySpawn"),
workspace:WaitForChild("VoidEnemySpawn1"),
workspace:WaitForChild("VoidEnemySpawn2")
}
local currentWave = 1
local enemiesAlive = 0
local function giveAI(enemy)
local humanoid = enemy:WaitForChild("Humanoid")
local rootPart = enemy:WaitForChild("HumanoidRootPart")
humanoid.WalkSpeed = 14
while humanoid.Health > 0 do
wait(0.5)
for _, player in pairs(game.Players:GetPlayers()) do
local character = player.Character
if character and character:FindFirstChild("HumanoidRootPart") then
humanoid:MoveTo(character.HumanoidRootPart.Position)
end
end
end
end
local function spawnEnemy()
local spawnPoint = spawnPoints[math.random(1, 3)]
local enemy = enemyTemplate:Clone()
enemy.Parent = workspace
enemy:MoveTo(spawnPoint.Position)
enemiesAlive = enemiesAlive + 1
coroutine.wrap(giveAI)(enemy)
enemy.Humanoid.Died:Connect(function()
enemiesAlive = enemiesAlive - 1
wait(1)
enemy:Destroy()
end)
end
while true do
wait(5)
for i = 1, 3 + (currentWave - 1) * 2 do
spawnEnemy()
wait(1.5)
end
repeat wait(1) until enemiesAlive <= 0
currentWave = currentWave + 1
wait(5)
end
yeah
oh
thank you so much man im gonna fix it rn
few things too
let me read it
Ok here local ReplicatedStorage = game:GetService("ReplicatedStorage")
local enemyTemplate = ReplicatedStorage:WaitForChild("VoidEnemy")
local spawnPoints = {
workspace:WaitForChild("VoidEnemySpawn"),
workspace:WaitForChild("VoidEnemySpawn1"),
workspace:WaitForChild("VoidEnemySpawn2")
}
local currentWave = 1
local enemiesAlive = 0
local function giveAI(enemy)
local humanoid = enemy:WaitForChild("Humanoid")
local rootPart = enemy:WaitForChild("HumanoidRootPart")
humanoid.WalkSpeed = 14
while humanoid.Health > 0 do
task.wait(0.5)
for _, player in pairs(game.Players:GetPlayers()) do
local character = player.Character
if character and character:FindFirstChild("HumanoidRootPart") then
humanoid:MoveTo(character.HumanoidRootPart.Position)
end
end
end
end
local function spawnEnemy()
local spawnPoint = spawnPoints[math.random(1, 3)]
local enemy = enemyTemplate:Clone()
enemy.Parent = workspace
enemy:MoveTo(spawnPoint.Position)
enemiesAlive = enemiesAlive + 1
coroutine.wrap(giveAI)(enemy)
enemy.Humanoid.Died:Connect(function()
enemiesAlive = enemiesAlive - 1
task.wait(1)
enemy:Destroy()
end)
end
while true do
task.wait(5)
for i = 1, 3 + (currentWave - 1) * 2 do
spawnEnemy()
task.wait(1.5)
end
repeat task.wait(1) until enemiesAlive <= 0
currentWave = currentWave + 1
task.wait(5)
end
also do i need anything inside the rig?
im new to scripting im sorry
the for loop overwitres moveto every tick so ur enemy is gonna chase the last polayer in the player list not the closest
ok
you have hardcoded numbers for spawn points in the math.random so basically if you add or remove spawn points this will error silently
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local enemyTemplate = ReplicatedStorage:WaitForChild("VoidEnemy")
local spawnPoints = {
workspace:WaitForChild("VoidEnemySpawn"),
workspace:WaitForChild("VoidEnemySpawn1"),
workspace:WaitForChild("VoidEnemySpawn2")
}
local currentWave = 1
local enemiesAlive = 0
local function giveAI(enemy)
local humanoid = enemy:WaitForChild("Humanoid")
local rootPart = enemy:WaitForChild("HumanoidRootPart")
humanoid.WalkSpeed = 14
while humanoid.Health > 0 do
task.wait(0.5)
for _, player in pairs(game.Players:GetPlayers()) do
local character = player.Character
if character and character:FindFirstChild("HumanoidRootPart") then
humanoid:MoveTo(character.HumanoidRootPart.Position)
end
end
end
end
local function spawnEnemy()
local spawnPoint = spawnPoints[math.random(1, 3)]
local enemy = enemyTemplate:Clone()
enemy.Parent = workspace
enemy:MoveTo(spawnPoint.Position)
enemiesAlive = enemiesAlive + 1
coroutine.wrap(giveAI)(enemy)
enemy.Humanoid.Died:Connect(function()
enemiesAlive = enemiesAlive - 1
task.wait(1)
enemy:Destroy()
end)
end
while true do
task.wait(5)
for i = 1, 3 + (currentWave - 1) * 2 do
spawnEnemy()
task.wait(1.5)
end
repeat task.wait(1) until enemiesAlive <= 0
currentWave = currentWave + 1
task.wait(5)
end
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local enemyTemplate = ReplicatedStorage:WaitForChild("VoidEnemy")
local spawnPoints = {
workspace:WaitForChild("VoidEnemySpawn"),
workspace:WaitForChild("VoidEnemySpawn1"),
workspace:WaitForChild("VoidEnemySpawn2")
}
local currentWave = 1
local enemiesAlive = 0
local function giveAI(enemy)
local humanoid = enemy:WaitForChild("Humanoid")
local rootPart = enemy:WaitForChild("HumanoidRootPart")
humanoid.WalkSpeed = 14
while humanoid.Health > 0 do
task.wait(0.5)
for _, player in pairs(game.Players:GetPlayers()) do
local character = player.Character
if character and character:FindFirstChild("HumanoidRootPart") then
humanoid:MoveTo(character.HumanoidRootPart.Position)
end
end
end
end
local function spawnEnemy()
local spawnPoint = spawnPoints[math.random(1, 3)]
local enemy = enemyTemplate:Clone()
enemy.Parent = workspace
enemy:MoveTo(spawnPoint.Position)
enemiesAlive = enemiesAlive + 1
coroutine.wrap(giveAI)(enemy)
enemy.Humanoid.Died:Connect(function()
enemiesAlive = enemiesAlive - 1
task.wait(1)
enemy:Destroy()
end)
end
while true do
task.wait(5)
for i = 1, 3 + (currentWave - 1) * 2 do
spawnEnemy()
task.wait(1.5)
end
repeat task.wait(1) until enemiesAlive <= 0
currentWave = currentWave + 1
task.wait(5)
end
no type it like this
you do the 3 `
then type lua
then paste code
then close with another 3
`
yeah
wait so thats the problem?
no other things wait im listing them
i pasted it already
Oh you fixed it?
no. i just pasted the formatted code
so your goal is to have the enemies walk towards the nearest player?
yes
1 the for loop overwitres moveto every tick so ur enemy is gonna chase the last polayer in the player list not the closest
2 you have hardcoded numbers for spawn points in the math.random so basically if you add or remove spawn points this will error silently
3 you should wait for humanoid when you first reference it otherwise it might error of the player is not fully loaded or sum
4 the while loop in giveai keeps going after death so add a death flag
5 you repetedly call getplayers() every 0.5 seconds
Ok
and you dont have any cap on your wave size so you should add one
Ok
idk if i missed anythiung and i dont want to read it again
who has a dead game brainrot games anyone?
me
dms
I can revive ur game for free
u cant bro
garden life
Link?
is asking a reasonable price for music count for advertising work?
Am I the only one who learned how to fully code games while completely ignoring learning type annotation?
It's something so basic but for some reason really confused me for a long time when I was learning code
the Map is too big
lighting is too much
text in the ui is not Scaled correctly
icons needs to be more saturated
which icons?
game is being completely revamped
check dm
i cant even code even though ive dealt with studio for 2 years now, so cant tell much
hmmm
but did u code urself or copy the code
cuz 2 years u should atleast be able to code simple stuff
i cant code anything from 0, can only read and maybe modify some of the simple already existing stuff
i swear this type of combat is so fun
there's got to be a roblox game like this one day
but im scared it'll be a waste of time where people have a poor first impression like brawlhalla
then u just copied the codes
is it just me or is the video not moving
probably loadnig idk
chat my blender keeps closing help'
well i cant do much otherwise
what if,copy the script,then try adding something new or changing what it does
maybe that will help
slightly changing what it does is prob doable if its not complex, but adding something new is already out of my reach
make it yourself
this is rage bait btw
Imma play this bro,
ok bro
its buns
but it is being improved on daily
rain or shine
day or night
Nah man be confident
Being unconfident will destroy u
Keep working, you got a goal, just chip away at it until u get where u wanna be
yea but being confident in a bad product i think can also be bad
i know some of my mistakes and now i will improve on that
Sometimes you have to run before you can walk - Tony stark
can anyone give me a fun task on teams so i can have fun as well as learn teams roblox
can anyone give me a fun task on teams so i can have fun as well as learn teams roblox
What is that
teams service
i have planned to learn that after a year
So do you want to join a team or what
I love c++
That's why I use lua
Me too
do u know scripting
Yes
not u fuza
yhhhh
Do you love scripting
yh
As a hobby or a job

job
Commissions?
yhhh
does anyone want to make ads for my troll tower game,dm me to check out the game
Yo guys
Sup
Hi how you doing?
Fine, what about you
Great, what have you been on recently?
Just trying to make portfolio for commissions
Scripting comms?
Yeah
What comms are you looking for? short-term mid-term or long-term
Any
So you want everything but what projects do you got in your portfolio
A restaurant project, a lucky block RNG thing, and a Ui quiz project
It's not much
Do you show the codes and do you have some experience?
I have 3 years experience in Roblox studio but I just started commissions and got 1 client
Just video
Are you writing a novel😂
You've been typing for long
Ok, so this is maybe a factor that why you'll probably wont get big comms(1M+ robux) but I could be really wrong, but as a lead scripter seeing just videos don't answer to all of my question : How's your architecture? Your organisation? Security, optimisation etc.. but with clients that only want to see if it's works it's alright
Building a port from 0 isn't easy
Well, for me you could have 0 experience but I see that you're good at every factors for a successful game i'll take you
I forgot to ask you, what you do
I'm a scripter
Doing commissions?
Most people don't even reply
Co-founder of a upcoming game, searching for investors right now to finance the team
Where are you searching?
That scripter-hire. Channel
Sorry for not replying directly to message, it's muscle memory
Don't go there I've sent over 30 messages, being depressed cause nobody answered, the only great way to get comms is connections
What do yall think about my terrain generator? I've recently switched to wedges cuz Roblox's terrain isn't reliable, I disabled the objects and biomes cuz they looked unfinished
(the water didn't get replaced by terrain water)
I know no one with connections
You created a terrain generator like minecraft?
That looks cool
Yes, i seperatly made a cave system but it turned out like a bunch of worm
so had to rework
Thanks!
I'm gonna tell you something.The first day that I started to talk on the dev-discussion channel I got one comm it was bad but just chilling like you do right now is great you just need patience
Did you use noise algorithms
Wow, have you used a height map cause I never saw that on roblox you must be a talented scripter
Yes, but also made my own streaming render feature, Roblox's streaming does not work for wedges when it comes to vast regions, so now, from far away, it reduces the wedges by A LOT
True, my first client was from dev-discussion as well
I just went to a bunch of dev forums and that's that, not talented tho
You're talented
It's really easy if you find the correct ressources, literally had to explore Minecraft's forums too
Come on, bro don't be that humble even me as I think that I'm good at scripting I never done that
because it had good chunk rendering
Are you on a team or just solo developing
Solo developing, a lot of people asked to help me but i just rejected, i find working in a team as a waste of time (my opinion)
Aww thanks bro!!
ur a real one
I got a question, how did you do that, creating an image with roblox must be really hard, even impossible
Weird question but is you profile picture the black hole from interstellar
issue is that, I don't feel like to hand over my work to other people to finish, and at the end, the styles don't match up
I don't really know I just typed Black-hole photos on google
You just use math.noise() + somehow there's a bunch of tutorials convering that topic
hard to explain but easy to understand
it's like explaining a common topic
Did you make the 3d models as well
I just readed real quick the doc but it's like Dot with the return(-1, 1) but it's for verifying if numbers are integer, but I don't really understand it
Are you willing to work in a team?
Yes, i just followed a tutorial
Would like to but i can't, i'm full in everything, I have to make content, finish my game, my studies and so much more
Well, you like really talented to me and I was thinking that you could be a great help for me in scripting my game(co-founder not really "My" game)
You inspired me to try out terrain generation
It's really great trust me, and is possible
Thank you!
Have you tried machine learning or python
Question, what is your speciality : Back-end or front-end?
I did but it isn't my thing really.. making games just makes me do stuff in my free time at the same time earning smth, machine learning feels restricted
What languages do you know?
Mostly front-end, back-end always has been confusing for me, reminder 99% of the stuff i'm making are math lessons I've still didn't learn at school
Python c++ and the boring web languages
so i just don't relly on it
sometimes i ask my math teacher to explain me perlin noise, i tried online but it was confusing
even from online classes
got a question, do you guys know if roblox renders only visible faces or not?
Thought about making a client renderer
Building games on c++ if fun if you want to try
anyone looking to make ads for my troll tower game for revenue percentage
I use C sharp because i'm using Unity
i think C sharp is newer than C++
You never tried vs code?
Dang, you're like the perfect scripter that I need, I'm specialize in back-end and because I'm young and don't really know much math
I tried built a compiler with C++ but I was missing roblox
Whole freaking compiler
So you're good at it
I dont understand why do people talk about front-end and back-end like its diff languages, could any1 clarify cuz as far as I understand its just coding client vs server sided
omgg, i always made random ahh programs vs studio, like injectors for browsers and sometimes animations
Yep, just done the Lexer tho, and a bit of parser
man it was a lot
I'm also stupid when it comes to math, i think i'm top 15 in math grades in my class
not entire school
What about Web scraping
I dont think you would call that "top 15" unless its a class of 100 XD
Class math is not really programming math, cause it's more of vectors, CFrame and positions
it's a class of 30, i'm kinda that kid that does no effort when it comes to exams
kinda regret it
School won't make you rich
Any1 knows java got a question regarding threading
as long as youre passing its okay
Threading is more a programming questions no?
Not just the horrible Java(joking)
most of the stuff i'm making requires a lot of math, here's a little story: when we first learned about sinus, i thought it was some random thing we gotta memorize, until i realize (thanks to programing) that it lets you do really smooth animations, and the pythagorian theorm is used in that same terrain generation i'm making
You might need degree to even get into an interview for a job
school really just ruins the fun you have about math
ik im a programmer not a scripter I am a noobie with luau (except JS) and actually learn Java
it made it look like a monster
I want to have a job that pays well, don't want to risk all of me into Roblox
Yes, I didn't experience hard maths but I really love sciences but school ruins it
Programming job?
does any1 know if you can thread stuff in roblox?
I used tweenservice a lot and after long time I knew it was just sin and cos
It's the opposite for me, I recently watched some tutorials about Java but i just gave up, i wanted to make a mc mod XD
Yes, with task.desynchronize()
Parallelism?
XD you can use a no code thing
At the country I live, they don't care much about programmers but rather enginers and medical stuff
Where do you live?
couldnt understand how to use it
it's like scratch
Milky Way
But try to be a C++ freelance or something like that
it's Scratch but for minecraft mods
Who found scratch harder than scripting
I just moved to a recent planet called Earth, didn't experience bad things right now
Me lol
yeah, but i prefer making games, that's my thing, computer science and programming has tasks that are too limited
anyways about the threading, does anyone know if its possible to create a shared render system where each player views other people's render so instead of loading you can just render the image and save resources and vice versa
in luau specifically
i want freedoom to make my own stuff that helps me and others
It feels very limited but I have seen people build impossible games on it
Then, be a game dev on UE5, making hard C++ tasks that blueprints can't gains a lot
then join the java gang p_p were so lonel---full of happiness!
I tried in school and it was annoying
I find Roblox players easy to exploit, gamers are smarter and look after small details, Roblox is easy to launch a game and advertise
I respect java devs, how do you manage to code a game in java?
it's too hard for me
Look minecraft
I found it good at Lego robots
Notch is an experienced dev and it was his first programming language, it's just hard for me to change it
who the heck codes games in java TT its unpractical (I meant depending on the game) I learn java for controlling rockets and making big ahh databases and advanced mathsssssss
lua is limited but is all I need
Bro just described C++ and SQL
I've heard javascript is really good for making apps
like social medias and much more
JavaScript*
im pretty sure instagram is made of java
very... eh
or used to
other languages are better suited for it
mb
Did you see the news about Roblox removing the thing to buy someone gamepass in another game(games like pls donate)
wasn't instagram made in JavaScript? Discord too
I think that discord is TypeScript
originally yes
which is why they had bad performance
im not sure what they use now though
In C++ we trust
it's built using javascript, but the output is typescript, you can't see the javascript back-end
i know facebook 100% still uses js because of how laggy it gets
They still use it, yes performance wise it's bad, but almost any device can launch it
if you use C++, then you'd lose a huge audience
never a good sign to see reddit in sources list
that's why you see people using instagram on a flipping fridge
better to use c# then, it also has multi platform support with maui
Why they won't change to C++, Rust or something else but Social Media apart for the algorith don't need that much
Social media uses java for backend i think cuz of math
I guess it's built in multiple languages XD
Discord is well known and something like programming language is common knowledge
Again, they'd lose a big audience, C++ apps can't launch in REALLLYYY old devices
but javascript can
Oh, really?
What do you think if they made it using assembly
they should make a proper website then for mobile
cuz the app should not be made in js/ts
Yes, that's why you see people scrolling reels on a calculator 😭
Bro the knowledge on this conversation is so much
Have you talked about RAM, don't use that word please
Here:
Modern devices - C++ is better to make apps as it's more performance friendly
Old devices - C++ sometimes can't launch and has way less performance than javascript
ACTUALLY
Sometimes user experience is more important than performance
It's not a good word in these days lol
fliuewshgfoliaushfl *has epilepsy from R_M
it ties into both
If you think about it, it's the same situation that Minecraft is struggling rn
fuck those old devices
switch to luau
cuz the newest version is using the vulkan rendering, downside is that old devices no longer can run minecraft
boutta turn off authenticator app pls dont hack me TT
they wouldnt be able to run mc at stable fps anyways
so doesnt really matter
there are people who can't afford bread in this world, some phones cost 5$ because they're old asf, so they buy them
not everyone is like us
that's why Minecraft switched to vulkan, cuz it's a game, not an app easy to run
i doubt a 5$ phone can run discord
yea so its not really a downside
wdym mc is easy to run
Discord is out of topic, yes i mentioned it but i just realized, javascript is only for the back-end, not the front one
what does that mean..
i have a 16 plus and i still find myself running out of ram sometimes
WHAT
😭
I put my username and pw on some site 3 years ago im so scared to turn off authenticator (didnt change pw)
Typescript is for front-end
javascript should have never come to the backend
node js cursed an entire generation of developers
and apps
Dont you like how typescript sounds:
just drop it in any context typescript
shouldve stayed in the browser
Some people use javaScript for Back-End???
Exactly, because Discord carries way more data than social media apps, such as your cosmetics, subscription, channels, servers and much more
there's no way java can carry that much
more than you would think..
way more than you think
social media apps are optimized as they relly a lot on connection
it's just a link, connect to the servers, and shows the image
or video
Optimized with JavaScript...
Again, social media apps are way different than games, the device barely carries any data, that's why the download is fast and can be launched on any device
BUT
C++ 11??? You're kidding me right? remove this fast
here's the twist: reason they use JavaScript is that they have a big audience around the entire globe, don't expect everyone to have a great phone with great performance
Noob
yo genuinely
what have you been talking about
for the past while
if the device is too old to run c++ for example wifi/data is more likely to be an issue..
only real ogs remember C++98
How javaScript can handle multiple devices?
The good old days
Are you guys that old
published in 1998 btw
Don't touch C++98 old asf
Joking
all of you noobs I have C-
That 60 years old programmer in the corner coding in C++ 96...
i don't mean by too old where they reach the point to have no connection, the older the phone is, the worse modern code language gets, it reaches a point where it's worse than JavaScript, it's the same situation Minecraft is facing rn
jokes on you i'm only 15
Jokes on you I'm 14
Yeah old asf
lmao youre done for
wow
No
jokes on you i'm 13
u realize that was a joke right?
no and i doubt it would do anything anyways
(my wifi was gone)
We are going to be freaking banned
fuza, say it
discord prefers banning people that are in random servers
I KNOW LOL
i was trying to trap you
Jokes on you a I'm still learning multiplication
Not working
So now you moved from debates to jokes
Jockes un yuo im sll lirning spling
jokes on you i'm 1mm long
ur still swiming
jokes on you i'm 2 atoms long
What's the rule no 1 of a coder
Anyone remembers
I could take that in a really diff direction without contex
no comments in code
rule no 1 of a coder is to not break the rule no 1 of a coder
If it works don't touch it
DRY
BOI
bOI your so emerald 3
always put systems in client side and visuals in server side and all the important stuff in client and ur pw and user and everything
Not that complicated it was just a meme
'Client authoritative' ahh chat
make sure to never use local it will slow ur code down always use global
That's false all
The first rule of a coder is
RULE_001:
IF you_write_code == TRUE:
THEN understand_before_execute = TRUE
WHILE coding:
maintain_clarity = TRUE
avoid_unnecessary_complexity = TRUE
IF error_occurs:
debug()
learn()
RETURN "Code must be readable, logical, and maintainable"
this isnt luau
It's better to give the hacker admin
this is python or some
Not even executing...
Even tho it's working right
readable assembly
this guy gets it no local only global!!!!! ❤️ thanks for listening
WHaT
Guys now imagine all of you in 1 team building a game

id mess everyone up for fun
