#code-discussion
1 messages · Page 52 of 1
Is the HumanoidStateType changing?
what do you mean why would it need to
it’s just playing a different animation and increasing the walk speed
But I don't control it, it moves automatically
added two new stats
When I press the C key, the character automatically starts running forward as seen in the video
modelling or scripting what can earn you more money
scripting
I'm sure it was you!!!!😆
How to Apply
If you want to apply for a role in our community, the applications can be found here! It is highly recommended to check out our Application Rules to learn the requirements for these skill roles!
Pending Time
An application for a skill role may take up to 0-48 hours to be read. If pending beyond that time, please create a ticket using /ticket and then selecting the "Application" category in #cmds
Application Tickets
To ensure your ticket is being dealt with maximum efficiency, please link your application in the media section of the ticket. As well as specify which role you are after. Also, if you have any doubts or concerns related to applications, then you may create a ticket.
Application Tickets take 2-3 days and up to 1 week to be resolved.
Still don't know how? Watch this video to find out how!
Noice.
first anime ability
Here's some advice. : )
I'd recommend moving the code that comes after the connection back by one tab. You over indented by a tab.
For starters, I'm sure you already know this, but explaining it wont hurt anyone. What you are doing here is that you are accessing the game's Players service, and accessing a "remote" (in a sense of speaking) called PlayerAdded, this let's you see if players join your game!
You then connect to this little remote, and, when something does happen, or trigger this little guy, it starts your function up right away! And, did you know that you can actually hook the :Connect to a pre-existing function? Here's an example 😄
anyone know how to grow my roblox game ? i released it today
sponsor, get good metrics, get algo traction
i have no robux
find someone who does that believes in your game
or do comms.
no one will do it
then comms it is 💔
i want to learn how to script a game like this https://www.roblox.com/games/2961583129/Pass-the-Bomb
then learn lua
easy
thats what i am already doing bro, you are too late to say that 💔
then why you asking 🥀
i didnt mean learn to SCRIPT
i meant how do i script a game like that
Does anybody know any key contributing factors to slow fps or gameplay when it comes with coding? My game has it and I'm not sure if its because the server's been up for so long or just sloppy scripting? If anyone could let me know, that'd be great
any free scripters available and lf excperience
no one aint working for free 😔 🥀 💔
if its because the servers been up for long then its a memory leak
check your script activity
i am broke
Something cool
cool thing is it is made out of parts
and not a spriesheet
sprite*
im gonna start making scripting sessions like 1 to 1 to help interested?
How
why this isn't working (for the gui part)
because you are changing game gui instead of players gui
instead of doing game.StarterGui just do reference player then do player.PlayerGui and then the rest
aaa thanks, u are a saver
question, if i were to have parts that get thrown by forces of an explosion, how could i make those high-velocity parts hurt players?
aight got it, btw the other var on top are for leaderstats, just letting u know.
thanks for the help.
does someone know why -= doesnt work anymore? e.g
if hit and hit.parent:FindFirstChildOfClass("Humanoid") then
hit.money.Value -= 10
end
end
Crossover game im working on. (WIP)
Everything except the Morph is by me!
nice
-= still works
are you sure hit.money itself didn't error
whats the error
workspace.money.script.7:'=' expected near '-'
sorry I can't take screenshits but i can copy paste it here wait a sec
k
oh thanks for helping
script.Parent.Touched:Connect(function(hit)
if hit.parent:FindFirstChildOfClass("Humanoid") and script.Parent.Transparency == 0 then
local plr = game.Players:GetPlayerFromCharacter(Hit.Parent)
player.leaderstats.Money.Value += 10
end
end)
sorry my discord crashed
took to long
make sure its not formatted like this
try print player.leaderstats.Money.ClassName
oh i figured it out
i should do
player.leaderstats.money.Value = plaer.leaderstats.money.Value - 10
thanks for the help tho
you can but if
player.leaderstats.money is a NumberValue
setting
money.Value -= 10
does the same thing as
money.Value = money.Value - 10
what would be your guys' idea on how easy an NPC system is where all they do is walk a path, have a spawnpoint and a despawn point, they respawn, and then when they die they drop an item
like is that simple and yall think I could get away with that in cheap bobux or
player.leaderstats.money.Value -= 10 is a shortcut
ohh I see. the video should be enough to get you started, right?
Brief comment. If you give the client network ownership of the object, the client can do anything to its position, including teleporting, noclipping or even deleting (via putting it under the void altitude) the item
How much do scripters usually charge for a whole simulator
~$1,000 USD
Okay
how do i code
how do i get rid of this i forgot what i clicked
insert
Rate this code, im a beginner!
also made the leaderboard in a separate script, nothing reall complex for it
holy
element spinner project im workin on
the nesting mason, what does it mean! 
good code if you over look that ig
is it that bad?
dope 👍
Good
ill give you this lil nugget of info, the nesting has gotta stop 🙏 you dont need all that code in one brick, split it up, put it in other places, make it trigger the others but it doesnt need to be all in one spot
ik i just wanna practice
first
it just have a problem, the jump doest work how it should, it add more than 1 and 10
the thing is the video doesnt explain the script at all, so i spent some time trying to understand it, also my game is going to be mostly single player so i dont mind if exploiters try to play around with objects
might just be doing the add multiple times at once
i think if i add a wait or task.wait 1 it should work
Yk what else you can do @brittle sapphire
what?
You can get rid of the if blocks, instead turn them into one function
And make the argument number
i can improve more, first i tried to do with for i, v in pair do but it select all quest and everytime it get the last one like i tried for i, v ... v = random math(1,3)
hm okay. Here's what I'd do, roughly speaking
on click, cast ray from camera towards cursor, let's say 10 studs
when something is hit
you check if it or an ancestor has some tag, let's call it "DraggableItem"
if this is the case, the client tells the server to mark the item as dragged, and the server will set network ownership of the item to the player
if the client gets the go ahead from the server, an AlignPosition instance is created and an attachment for it, both parented under the dragged item
and then every frame you set position of AlignPosition to something like TargetCFrame = (Camera.CFrame * CFrame.new(0, 0, -5)
hello fellow devs
as usual i come to try and poach some HD devs
Who wants to come work for the bladinator
Lift me out of unemployment ❤️🔥
anyone got the data store deleting plugin. i need it rq and i cant purchase it on my country im paying 1k
Didn't they add something where you can edit it on the Roblox website
send portfolio 
Since when is that a part of the deal 
lol just realized I probably haven't touched Roblox portfolio in over a year but this point
Gotta get back to my prime
who wanna make a cashgrab game together and can do all investing and i manage all shi and we split
Bros just standing there unfazed
splitting with an investor/manager is crazy work
Crazy shit fr
its just a dummy
Nah I'm just saying is a joke
😂
I manage everything worth it to split or atlesat do 70%-30%
ye ofc
but even then u gotta be hella good and have crazy experience
i would be fine
I do bro.
Idek who would be Interested gang
any front page games?
Nah but I manage in game development one is 60% and one is 90%
ah
But I got tips from people
im making a cashgrab currently
already got game ideas and shit sorted
nice
yeah its a delivery sim
u pay for all?
no im a developer i dont really pay for anything
i code, build, model, do ui,
only help i got is my friend whose getting coding done with me so we can finish it by friday
aight
after that wanna do my cashgrab game rlly good
then i gotta get managers and stuff sorted and a server
uh
not really i saw the message u deleted, u seem like u got a short temper and are mad unprofessional
i said splitting with a manager is crazy and u said "😂 idgaf"
then deleted it
why is getting a starting job as a scriptor so hard even though i have 1-2 years of experiance 😭
where do i start on a soccer system
movement
like sprinting or like tackling or something?
Sprinting
lack of a portfolio probably
make a server with all ur work then advritise the server
let game owners find u
i had 1 thing in my port at one point and i had ppl offering me money to work for them
how much you wanna get paid
Really depends on what it is but I’d do it for somewhat cheap since I haven’t really done much commissions before
Can you show off any work to me?
I have a tower defense game I made in 2 days but it’s not public and a quest system ai pathfinding (could use fixing) movement system though some of them aren’t finished
And I’m good with data stores
I don’t really like physics
I understand
How long would it take for someone to learn coding and decent at it?
~1 year
Gnome code
ok
Feels like he explains it in detail
opinion on brawldev?
He’s also good he has good code but doesn’t explain it as much in depth
oh ok
you 100% need to get a portfolio because hiring someone without one is like going to a casino
what video do i watch?
Just watch any beginner tutorial you think is fun. You learn better if it’s fun
anyone know why this aint working? the weapon isnt pulling up
if a character is added but they quickly leave the game, will the rest of the character added still run? if so, wont it error because te char is nil?
can i see the server side?
are you referring to player or character, the character stuff will load in faster than they can leave (assuming you mean the connection actually running)
character. it’snnot guaranteed to finish all of CharAdded if i have 1k lines in it, is it
you have 1k lines in a connection?
thats why i’m worried about it erroring, if the plr and therefore the character leaves in the middle of execution
yeah say i do
yeah why
the erorr wont break other clients
its a client side think if its on the client
and they left so it doesnt matter
unless your connection is on the server
it’s on the server side @bleak glade
it is a very complex game
well if its creating instances then it could take while
what you could do is just make a connection on the character added as a variable, and task.spawn a loop inside the scope to check if the character exists every task.wait(), if not then discconect the connection or just disconnect it on leave
i fixed it
Help?
yo can i just pcall the entire char added
you didnt add anything to the and
tbh idrk as i dont use pcall often
my method should work if you want to do it that way
Is this optimal
probably no
stacks of if statements is usually unoptimal
i have this things in my game which i call Step By Step Progress
it refers that
for example to get Greenish Slime first you need a seed you find on the forest, once you have that, you HAVE to place it on a pot for a water bucket to appear somewhere in the map and then when you grab it you have to go to the pot and pour it there
So..
The seed and the bucket could count as items the player can collect for a slime
and im adding Items to the game
should they appear in your backpack or not? (if yes, it means they would save and when you leave and come back you already have the seed for example, if no, it means that it wouldnt save and youd have to find it again.
why would you make the gameplay hell and delete it when they leave
if you wanna farm playtime delete it and if you dont, dont delete it
what else could i do then
paypal me 30 usd
I only deal in robux
it was a joke btw
which one
what i would do is use an array or make the quests with object oriented programming so i can just store teh quest values inside of teh quest
with the array being the action that will occur and the array having the names of the quests
oop is probably the better option
probably but that would be something i put in a passion project not inside of a cash grab right
its still recommended because it speeds up the process and makes the game feel smoother which is going to increase the fun of the cashgrab
passion projects are less about efficiency and more about content
just curious
is coding a certain thing hard
let’s say I have a gun, and when I press m2 this gun has a coin fly from it
ultrakill
when this coin is hit, it either directs into 1 or two enemies
thats lightwork
im building ultrakill in roblox wanna join we need scripters
im the only builder, we have 3-4 other scripters but they wont work much 💔💔💔
i can tell youhow to do it
bet
let’s say I don’t have enemies I just want the coin to be shot and split into beams
is this possible
You have to learn the matrices of the coin
Divide that by the appendages
Take that value, multiply it by 3.14
the hardest part is the coin throwing
And then take the radi and make it squared
ughhh
buddy I am NOT a scripter 💔💔
I just do a shit ton of building
It'd just use a function outside of this
function SetChoice( ChoiceButton: TextButton, ChoiceData )
ChoiceButton.Text = ChoiceData.Text or "" -- if text empty then default
ChoiceButton.Visible = ChoiceData.Text ~= nil-- hides if text empty
return ChoiceData.Next
end
local Callback = a.Callback
local Choice1,Choice2 = a.Choice1, a.Choice2
local Choice1Next = SetChoice(Choice1Button, Choice1)
local Choice2Next = SetChoice(Choice1Button, Choice1)
what iw ould do is just use velocity and throw the coin in the air and then after that i would make it wehre whenever a gun is fired onto the coin it fires 2 other rays in 2 random directions if theres no enemies nearby or to 2 of the closest enemies
do any of yall have the code for this
alright
this is what im aiming for
your prob gonna have to pay someone
its easy though just make it fire 2 rays in 2 random directions
it’s a passion project 💔
not looking to empty my pockets over just simple gun coding
your kinda cooked bro 😭
my issue with it is like people are on my team and one even has 4-5 years of lua but they might not be active due to differing timezones
and im the only damn builder
you should be fine bro
the only thing worrying is that your the only builder
but core mechanics are usually more important
wanna see what I did today in dms?
sadly it won’t let me post here
its a scavenger game
like egg hunts
not even egg hunts saved your progress for any egg
you had to do the steps again
does anyone have better version of the default animate script
thats not good game design
show me ur game
isnt that a compliment, means he packing a big one under
do
local Choice1Text = Choice1 and Choice1.Text
it'd do choice1.text or nil if not choice1
but there is no point in caching text
local count = 0
local function foo(a)
print(count)
count += 1
return foo
end
foo"""""""""""""""""""""""""" -- This code is correct.
is there anyone here free to proof read some multipler values for rng and see if it makes sense?
Can I see
sudden chat death
mom can you get me minecraft?
no, we have minecraft at home:
does this make sense
U sure this not for fish ? Ngl it kinda doesnt make sense
Is anyone here a highly experienced coder?
Me
Dm me!
is there anyway to fork/edit robloxs default toolbar gui system
I just wanna change how some of the elements look and make it more modern
The inventory hotbar?
yea
I tried making my own but since I just wanna modernize the default hotbars gui there really isnt a need
im looking into custom ones on the dev forum rn
You can't fork the code, but you can fork the UI
dam alright
It's an array
Well the hotbar not so much
The hotbar is a number index dictionary
Man when did this lua shit get so serious
4-5 years of experience for a job that at most requires intermediate prowess in for loops 🥀
I actually managed to get this
What do you mean?
looks good enough for me
Lua isnt limited to for loops
Im looking at this roleplay game in hiring and he wants someone with 4-5 years of experience to build a timer system that goes until a check or some bs
Oh, yeah, low level development
They dont really know what theyre talking about
If you want the job, just lie
I don't feel comfortable doing that cuz what if it IS actually complicated d
They have no idea and cant tell
What is the worst case scenario?
I get assaulted somehow
That would suck
Ill protect you <3

How much are they paying
No idea I already lost it
I'm looking for super easy stuff I'm just trying to practice but obviously it's impossible to think of examples that you don't know how to do or would train yourself
Nobody slightly sucessful or established is hiring 5 years experience bottom line
Make your own game
My experience dates back to April 18th of 2025 + a ton of intuition because I know a shit ton of other languages
You can also make community resources for free clout
Like libraries and plugins
That's true that's deadass my name isn't it
Buy it bro
I haven't had access to pluginman01 since 2019
The account was hacked but I refuse to let them get the bloxlink
It's MINE
Take an existing paid plugin
make a free version
Easy
Crack it?
🙄 alright
Data store editor? Super easy
Ita like three methods and interface
Yet for some reason theres only a paid one and one that sucks
If it was super easy how come no one's done it 🤔
What language?
I need a scripter to debug my game asap
My game is broken because of a bug
And I got a ad which I spent alot on running
No one bothers to, its not a very essential plugin
It is very convinient though
buying ads is useless ngl
But if you have a choice between command bar, paying 10$ or making your very own plugin. The choice is obvious
Emojies in job listing
I can't script a room bro that's what builders do 🥀
Stone bro alive
Some people see scripter as the "do everything for the game" role
Straight GPT
Maybe they mean room generation
I never thought of that..
how to hold a cat:
- dont ever hold their armpit, instead hold the armpit and the back to support they body and they feel safe
- either hold the cat like a baby or other the shoulders
- to safely put the cat down, either you can bend down to a table and letting them to roll over on they feet
congratulations, now you have the skill to hold a cat
Mayhaps
Using ChatGPT for a job listing was too absurd of an idea
Can u?
But it actually makes sense with some of these posts
not really tbh u just specify what you want include and tell AI to sort it for you
Send it here
No
Prob shouldnt do that to be fair
Lose some detail, gain some mutation to it too
Well fuck you too ig
"doctor pls remove this bullet! NO PHYSICAL CONTACT THO"
What is the pay? 20$?
Ur right bro someone might steal your broken code for nefarious purposes
Like me
Idr
Im going to steal it, print it, frame it and put it on the wall of shame
You don't know what script is causing it?
He meant the code.
Check the console bro there will be red text telling you what's not running
It should say in the listing
What command is that again
F9?

Ight so I can smell the "Minecraft Tycoon [CHICKEN JOCKEY]" from a mile away
Ok bud
Yall are just wasting my time
Ok
You have to load the animations first
Or well it depends on the nature of what you're doing but I'm ASSUMING that there isn't anything related to what that's trying to call being replicated to replicated storage
Im trying to look back at the old scripts
I will help you debug your soulless cash grab fret not 🫡
My cashgrabs have a soul that also steals money from you
Nope. Dont got any thing
Can U help tho?
Ill pay you. How much you want
Profit squared
Nothing
Dms
JUST DM ME
Tmr might be late tho
Ill see
Lua
Cute keyboard
I won't be offended if you find someone else
Holy internet fail
Idk when tf these will send
I will be offended on your behalf
How discord feels delaying a message by a full damn minute
I need it rn
U a good lua scripter
Why’d you run an ad on a broken game
I ran a ad when it wasnt broken
Lmao
What broke it?
Wait nvm
-- This loop will break at i == 10
for i = 1, 1000000 do
print("This is statement")
if i == 10 then
break
end
local ref = 5
-- This while loop won't run because ref < 20000
while ref <= 20000 do
print("This will print")
ref = ref + 10000
end
end
-- Loop printing a statement until i reaches 100
local variable = "This is a statement assigned to variable "
for i = 1, 10000 do
print(variable)
if i == 100 then
break
end
end
-- Changes the Baseplate color using while loop
local short = game.Workspace.Baseplate
local i = 1
while i <= 3 do
short.BrickColor = BrickColor.new("Toothpaste")
task.wait(1)
short.BrickColor = BrickColor.new("Gold")
task.wait(1)
short.BrickColor = BrickColor.new("Really red")
task.wait(1)
i = i + 1
end
-- Simulating a continue statement using if-else
for i = 1, 1000 do
if i == 50 then
print("50 onwards")
else
print("continue this")
end
end
Will this work
please put a task.wait in the loops
im scared ur computer will explode
I'm sorry I'm in learning phrase and can you please explain me why we need to put task.wait in loops
K
💥
crashed ?
Nvm it lag for 10 sec and error
❓
task.wait() is more then enough
ofcourse u can write in it how long u want it to wait
before running again
me ?
Yes
working on my own game
Wow
currently doing some icons
I'm in learning phrase of LuaU do you think I can start doing commisions in 1 month
ye def lua aint hard
What is the ccu at
I'll also test it on release
secret for now i dont want no copy cats
If ur not on the algorithm there's no need to worry lol
Ok 👍
Give link when u published it
sure
And stop eating batman man
Where is your main scripter
@smoky condor Link the Game
Privated rn
Since its not playable
Well Link the group and give me the tester role that has access to it then
@steel ferry No
Hello just have a query why does a character not respawn, So what happened is that when i hit my frnd with a sword it dealt some damage to him but as soon as he or she reset his character instead of dying just stayed like that and did not die why?
Guys can someone recommend me the best less laggy way to do an hitbox for a combat system?
I mean using a whole part looks laggy raycasting Is thin
So Is there any other option?
depends on what you're doing
but i'd reccomend using raycasting for projectiles
and for melee using workspace:GetPartBoundsInBox(), raycasting or using magnitude tests
getpartsboundinbox
How do i make so when the Stamina attribute hits 0 this input ends.
Its a sprint thingy i made, should i post the full script?
if gameProccessed then return end
if input.KeyCode == Enum.KeyCode.W then
W_Hold = true
end
if input.KeyCode == Enum.KeyCode.LeftShift and W_Hold then
OnHold = true
HoldTime = 0
while OnHold and W_Hold do
local stamina = plr:GetAttribute("Stamina")
local MinusStamina = stamina - 1
plr:SetAttribute("Stamina",math.max(MinusStamina, 0) )
HoldTime += .1
local Speed = BaseSpeed * math.exp(SpeedRate * HoldTime)
Speed = math.clamp(Speed, BaseSpeed, MaxSpeed)
humanoid.WalkSpeed = Speed
local Delay = 1 / (Speed - BaseSpeed + 1)
wait(Delay)
print(stamina)
end
end
end)```
if statement in the loop
this is what i came up with
break
end```
did not work, the value of the stamina stopped at 1 😦
do <= 0 to play it safe
lol
then just do <= 1
ez fix no brain damage
so its gonna be brain damage huh
might be
yo i need a coder to code me a coin
Very specific
Even so would you like to elaborate further
add a check in the loop to check if saitama <= 0 and make it so it sets the OnHold to false and breaks the loop noob
tahts what to do
nooby
Gotta make an application
On the HD website
Noob-
?
Jokes
hmmh
what did u submit to get the role and dont mind sharing that vid 😉
real real
i would apply but im too lazy
same lol
I guess I don't mind showing
bet
thats all ?
ion it was a half joke submission
but it worked
thats why i think the standards are pretty low
ive tried that, same result, stops at 1
at least for some reviewers
nooby
try moveing the saitama check before it decrease the value
what has saitama to do with this ?
oh lol didnt read his code
😭
think as long as you tween you get accepted
for i = 1, 100 do
if i == 10 then
print("Loading 10%")
task.wait(1)
end
if i == 25 then
print("Loading 25%")
task.wait(0.2)
end
if i == 40 then
print("Loading 40%")
task .wait(2)
end
if i == 70 then
print("Loading 70%")
task.wait(.5)
end
if i == 99 then
print("Loading 99%")
task.wait(4)
end
if i == 99.99 then
print("Almost done 🥺")
task.wait(10000000000)
end
if i == 100 then
print("Loading completed")
break
end
Whats wrong here ☠️🥲
Bruhhhh
doesnt even load anything
Bro rember I'm a beginner
oh yea
I'm learning scripting
Yeah
gah damn
is this like satire
The 99.99
iterates every integer
what u could do is for example get items out off a storgae set to number to % and loop trough that
i will never equal to 99.99
😭 alot of things wrong first remove that i == 99.99 condition noob because the i is the integer also add an end
noob
Yeahhh I'm noob yeah baby
yes noob
🤣🤣
😭
this feels like a fetish now innit
hmhmhm
Why i ~= 99.99?
feats!
EVERYTHING IS WRONG
i just explained to him what to do
ye ur kinda late
Yep
noob
🥲
facts he doesnt get to be a cool kid
did i explain that shit right
Yah
😭 alot of things wrong first remove that i == 99.99 condition noob because the i is the integer also add an end
this what i told him
2/10 ragebait
just load the things u wanna load for example a ui get all the ui u want change it to a % and while u do that preload it
for i = 1, 100 do
if i == 10 then
print("Loading 10%")
task.wait(1)
end
if i == 25 then
print("Loading 25%")
task.wait(0.2)
end
if i == 40 then
print("Loading 40%")
task .wait(2)
end
if i == 70 then
print("Loading 70%")
task.wait(.5)
end
if i == 99 then
print("Almost done 🥺")
task.wait(10000000000)
end
if i == 100 then
print("Loading completed")
break
end
Ok so Whats wrong now ☠️🥲
so it actually loads something with feedback
my eyes hurt
WHERE IS IT
where is what
Ok so telling u 3rd time I'm learning scripting after that I'll move slowly leveling up my skills
wahahaha lol
id suggest u search on youtube tutorials thats how i learned to script
@next escarp for i = 1, 100 do
if i == 10 then
print("Loading 10%")
task.wait(1)
end
if i == 25 then
print("Loading 25%")
task.wait(0.2)
end
if i == 40 then
print("Loading 40%")
task.wait(2)
end
if i == 70 then
print("Loading 70%")
task.wait(0.5)
end
if i == 99 then
print("Loading 99%")
task.wait(4)
end
if i == 100 then
print("Loading completed")
break
end
end
bcs what u wrote is just wrong
:sob
Yes noob 🥲
it works but its wrong
noob
Noob
to who ever invented that script
smh should've used a table
Following brawl dev tutorial
Bro I become scientist
yup a new gen teacher
who tf is even brawl dev
im make him a table rq
dont diss him
ye never heard off that guy
oh i will if he is teaching u that kind of sh*t
It's basic tutorial after that there's 2 more
@next escarp local NoobP = {
[10] = {M = "Loading 10%", T = 1},
[25] = {M = "Loading 25%", T = 0.2},
[40] = {M = "Loading 40%", T = 2},
[70] = {M = "Loading 70%", T = 0.5},
[99] = {M = "Loading 99%", T = 4},
[100] = {M = "Loading completed", T = 0}
}
for I = 1, 100 do
if NoobP[I] then
print(NoobP[I].M)
task.wait(NoobP[I].T)
end
if I == 100 then
break
end
end
which video
Breaks #12
which video hare
he isnt
i watched the tutorial
Bro stop noob 🤣 I'm not on tables part
tables truly isnt that hard
crazy
Ik but idk I'm not just reached that part of vid where he teaches table
sob
wait untill u get to the chairs thats hard stuff
You make me feel like crazy 🤪
hear me out.. print("loading "..i.."&")
XD
real
Yeah it can't be hard for 8th class student
does roblox round?
if i get 1 dna from a fish, and i sell to a npc who multiples by 1.3x the orginal dna count,
will the output be a decimal or does roblox round
Can you make a cat from code?
no
so it would be 1.3 if it was 1 gene
yes
and in lead stats it has decimal as well?
depends on whether you're using an int value or numbervalue
okay ty
are you using part.touched
no
You can round it with math functions but it normally doesnt round decimals
i mean
if you usea special method
ok i have now added a simple way of swapping block textures using a sprite sheet for my system
just use unity atp 🙏
no
, and this is just the beginning since i have made this system before (but using roblox image ui witch is not very flexible) but now that i am using a module witch is made for 2d games nothing will stop me
holy
nah thats just crazy
i have even made a faster version, but the player doesn't work due to roblox image ui layout ordering
smart as fuck
i wish i was as smart as you man
you give me litteral chills
sometimes when i have to wait 20min for a bus i just wait faster
if i want 8 hours of sleep, i sleep faster
there is like 50% chance roblox players will never appricate this game because poop simulator will get an update
but looks cool
What is new method to use Raycast.FilterType.Blacklist cuz its outdated?
I have a question for all the scripters. How did you learn scripting? In a different way then just looking at tutorials.
just learn bascis from tutorials, open studio and give yourself a challenges, like script script loop to randomize part color, later using raycast to script trap, when player near them make it damage etc
Nothing better than just open script and write
and experiment
also look on roblox devofrum
and roblox documentation
how long will it take me to get good at scripting if I give myself a task every single day as in like 1 working script a day and each day I make it harder and harder
@karmic cobalt
like a week maybe
if you've learnt like python or smthn before its really just learning roblox' methods n whatnot
I am not a programmer or a scripter
dont do roblox as your first theres soooo many better practice no one tells you
Probably half year to be decent, if you want be pro more thhan 2 years
i wanna actually be a solo dev
dont listen this, lua its very good language to start
and worht it
i earned so much money
just from roblox as scripter
yeah its a good language but some of the resources for roblox specificly are kinda terrible or unoptimised
game on roblox are easier to blows up than steam games etc
thats what i ment mb mb
which?
would you help me learn it or are you busy, Its alright if you dont want to
how i learnt it from i think thedevking
Roblox have problem only with engine limit, like the triangles for models and its not good for relastic games, but if you want make low poly, cartoony its perfect platform
it was sooo bad
i ended up going to university and learning proper programing and algorithms and how to actually structure stuff properly
nahh sorry, have project on my head
dw
its so much easier now
im on unviersity too right now
programming in cloud
profile
if you send me a dm im sure i can help you out for a while
tysm 🙏
when did u start scripting?
oh fun im gonna go down and do cybersec though... all this maths is so boring bro
but we learn pytrhon c++ and php
also more money :smile
I dont hhave a lot maths in this profile
More logic thinking
than maths
i cant be bothered making up my own formulas for stuff
@lime relic do you think if I make raycasting hitbox to character parts its should be fine, or better do hitbox part for whole bodies parts instead check every bodypart single in loop?
like i show you
giant part 🙏
it never failed me
nah all parts take the same amount of health
yeahhh id stick to a big box then lol
just make sure it doesnt hit multiple parts and youll be fine
k but you make it like big rectangle right?
you can put a tag after its delt damage and then check for the tag on the next itterations
thatll work
you can do cones too if its a sweeping attack or smth
like that
Its simliar gun system like revolver form murder vs sherif
just mouse.hit and white lines shows where you shooted
np
I think its should be fine we will see XD
alr alr lmk how it goes
okay
I did map shape based on player left
i shwo you
I also did movement direction animation system, spend like 4 hours to get it work
but worth it imo
oh hey thats pretty cool
kk
sure
If you want people to help you with a project, do as much as you can on your own, then be specific and show progress on the game so people know whether or not they will want to work on your game
Finding people who would be interested in joining rn, already got two people interested.
either i can't code or the game doesn't want to work (for background, i want to make a game where u click a "chocolate" which is a part and it gives u money plus it gets deleted and it repsawns in other places (i dont care about the respawn for now i just want it to give me the money and then get deleted)
This should be a server script
isn't suppost to be on the part it self?
You can parent it to the "chocolate", but it still needs to be a server script
dm me
you can put it on the part, but it has to be a script, not local script
Im tryna create a part that speeds you up. Can someone tell me why this doesnt work ?🙏
need a ui artist, scripter and a animator for my solo leveling bg game will be paid in %
done with 4 moves
40% done
loads of effects done
Have a investor
Have a investor intrested
Hey one problem,, doing simple gun racyast with mouse hit position its works good but not for mobile, cuz mobile need click the screen to moving how I can avoid shooting in the direction to player movement only shoot when player click on screen not for movement.
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local tool = script.Parent
local player = Players.LocalPlayer
local mouse = player:GetMouse()
local remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("ShootRemote")
tool.Activated:Connect(function()
if mouse and mouse.Hit then
remote:FireServer(mouse.Hit.Position, tool)
end
end)
tool.Equipped:Connect(function()
if mouse then
mouse.Icon = "rbxassetid://77733759774637"
end
end)
tool.Unequipped:Connect(function()
if mouse then
mouse.Icon = ""
end
end)```
you should switch to UserInputService to only detect deliberate taps
@radiant island i switched to uis ```lua
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local UserInputService = game:GetService("UserInputService")
local tool = script.Parent
local player = Players.LocalPlayer
local remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("ShootRemote")
local equipped = false
tool.Equipped:Connect(function()
equipped = true
local mouse = player:GetMouse()
mouse.Icon = "rbxassetid://77733759774637"
end)
tool.Unequipped:Connect(function()
equipped = false
local mouse = player:GetMouse()
mouse.Icon = ""
end)
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if not equipped or gameProcessed then return end
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
local mouse = player:GetMouse()
if mouse and mouse.Hit then
remote:FireServer(mouse.Hit.Position, tool)
end
end
end)
I am looking for a scripter to help and wills for commisions.
DM ME
its works perfect now
thanks
hi
how can i do some thing like this what do i search to learn about it the text that appeats and photo
text overlays every thing and the photo
the performance stats?
no just text
text appears behind walls
above each item
i want to make script that shows text of stuff above it
hey i am trying to tween the cam of a player like that but it error at the end i tried to use waitforchild to not put it in a function and tried adding more part but still errors me and yes the part exist and is parented to that folder
u dont show anything like that in the picture lol
wdym
the text bro
that says my farm and shows my photo
i wanna do the same but itis gonna be above each items i pick it should do the text only
hey i am trying to tween the cam of a player like that but it error at the end i tried to use waitforchild to not put it in a function and tried adding more part but still errors me and yes the part exist and is parented to that folder
this is nil
its not in workspace
is it a local script / is the script running before the part get replicated?
so how do i do it
its just a bilboard gui
it is in workspace i don,t spawn it*
is it a client script
what is diffrenet between it and highlight
bruv
yes
what
a highlith is something completly different
what's different between water and fire ahh
water is powerful of making fire go away
can u tell me wat to do
if you reply to my question
guys how do u add a vfx as a death effect to a player?
bro im not joking
ban speedrun
Ill pay
fr
OMLL
Basically i am not hiring but needs a person who can help for percentage
DM ME
meet darpy
IF U CAN MAKE SWORD DEATH EFFECTS DM ME BRO ILL PAY
IF U CAN MAKE SWORD DEATH EFFECTS DM ME BRO ILL PAY u dont need vfx just scripting
how much
ok ur def getting banned now
xd
I CANN
@strange raven
im not hiring but im hiring ahh
Ahh am sorry
just saying, nobody qualified / skilled will help you for free
but what do i do then
google exist
i can't just give free money or robux
Replicate it from workspace (ideally transparent), move it to the player
dont listen
Not true
That's the point of this channel*
yeah true the point of this server is hiring people for a non existent %
And the channel right below it too 💔
NO one is getting hired for free
That's why I said channel (I corrected it before either of you started typing or reacted my message so don't even bother)
That's why I said channel (I corrected it before either of you started typing or reacted my message so don't even bother)
That's why I said channel (I corrected it before either of you started typing or reacted my message so don't even bother)
Estimated results answers: 0
@hazy brook copypasta
I got 4 DMS and 2 of them are asking for further information
pinging a trial for no reason is crazy
botted
they probably not are good scripter then XD
Id be happy to help as well, as that is the entire point of the code discussion and code help channel 💀
You guys being here saying no one will help for free is like swimming in water while yapping about liquid being non-existent
helping, and working for whole game for % its not the same
what are you talking about lil bro

its our job scripting
😑 no one is scripting for free
if you script for free then you are a idiot or a person that doesnt like money, or a new scripter
helping ~= doing the entire job for you
maybe only very beginning junior who not have portfolio
possible
IDC if the main language here is Luau ur low-key nasty for not using != Or ≠
get back to coding on java
python and java sucks
It's for C++ and C as well
icl ts so corny it pmo'd
This language is literally programmed in C++
at the end of the day, its just discord
W ragebait
@brazen bramble != its java too
Are there actually people here who only know Luau but have a programmer superiority complex
Icl that's insane
its not true
can someone help
Im on programming unviersity learning c++, python, php and mysql
i also want try ruby
but idk
can someone help
yeah its better to know 10 lang and still be unemployed 💪
Tf is programming university
I'm an electrical engineering, math, and physics major
Its just inviersity with IT profile (programming in cloud" CLoud engineer)
at mcdonalds
like azure.
Guys no fighting
istg vro can someone help
ur prob the one who coded the ice cream machine
I go to a top 50 college, top 5 for my majors
thats the most real words I ever seen XD
🥀
better be master in 2 languages than knows 10 languages as mid
Completely disagree unless your goal is to work as something like an SWE
so tuff
bro, with only python, lua and some htm, with css I earn nice money amount, from roblox, fiveM, and for basic webiste making, what are you talking about
To a degree, in the learning process Im not as strong with it as C, C++ or python yet
Bro mentioned programming oriented work as a counter example when I said unless you plan to do programming oriented work
Sure let me take a look
Dms?
Can't you put it in code help?
Don't be anyone that makes fun of your code has a low output in life
c++ is life
why someone laugh, like he was beginner too
So versatile
just put the code here, and dont give a fuck about others
bro removed their messages bruh
just show thhe code here and dont be afraid
Alright alright
if someone laughs, dont give a fuck
Languageeee
dont give a fuck about it*
Well its not fully mine but I’m trying to configure it
from toolbox?
I got it from a vid
That's usually user error
what doing this script overall
It’s like a pet egg system thing
It has a 3D module
from devking? XD
I want to get rid of that
I don’t think so, he has one?
yes
Well help you debug your soulless cash grab, fret not
everyone want earn from their projects, chill out
guys do i have a way to alter some object on the server to pass information over to the client becuase im making a lobby system and i know i can obviously just use events but i thought maybe there is a way to pass the information like the players in the lobby and the owner of the lobby to the client with an object or smth like a string value
values or remotes are the same
Just a joke mayhaps in poor taste apologies
it still a network request
like you make player can create lobby room?



