#code-discussion
1 messages · Page 143 of 1
you can try but don't expect any great results if you're not fine-tuning what you put in
to get good prompts you're usually going to have to know how to ask the right questions
which involves you knowing at least the basics on how to script in the first place
Why would you use Knit in the big 25
... you mean you're lazy to make smth too? ooor? || sry I didn't fully understand you ||
wel i was trying to doublespeak my way out of saying that
no need I'm just as lazy as you, maybe even more :D
see this is what I made in two days ( yes just the UI and 30L of code )
1 hour/day
i agree so hard with that
thats like the perfect sentence in the most fitable place in the world
i tend to find myself staring at the screen and knowing exactly what i need to do next and just not doing it
i think i need to stop going on social media so much it's draining my thinking battery
yeees, or start a timer to let you know when to take a break then stop it after 10m to take your break
no taking breaks isn't for me
i don't pace myself like that
i wait until the end of deadlines though and then overshoot them by several weeks
but that time spent is usually me being powered by panic beaucse i overshot my deadline
over the years i have fostered a small but dedicated following who are thankfully incredibly patient with me while i work on new updates
and give them release dates for things that i am then late on
that's kinda good, without a deadline you wouldn't ever move a finger
yes this is why i hate when commissioners tell me "just take as much time as you need" like no dawg dont say that
when I was working on my skill role app I finished it in 2 days, but now I'm stuck without doing anything for nearly a week
and then the one time that i actually do have to finish something i'm getting a discord notice in the middle of my pilates class sayin "hey can i get a progress update"
i always leave discord open
what if i want to text my friends
it is kind of annoying when im at pilates though since i'm usually sweaty as fuck in a weird ass position and all of a sudden somebody is trying to give me info on my roblox project like
why would you text your friends while working 😭
doesn't this distract you from focusing on what's important?
I had to close every thing just to focus in peace, yes even the browser/docs
no i can multitask
don't you take breaks every few hours? just open discord when you do
some of my best work has come while watching breaking bad
you're fr?
yes
anyone need help with scripting I got you dm me
I’ve been doing 10 hrs/day and making 1 squid game gamemode every day 😭
So much work
are you a programmer?
Yeah
LIES
And UI + Build
programming more than 8h a day is a myth
That’s why I use AI 😭
It can do the job pretty well
And if you know how to read code
You can see its errors pretty easily
I need the game made fast, otherwise I’d do a lotta it myself
👀
Just drink energy drinks
3-4 monsters and u can go 12+ hours straight
thats unhealthy
I do drink 2-3 cups of coffee every day, but I got caffeine desensitization ( not sure of the word )
Caffeine tolerance yeah
It’s real
weak cat
The only thing more important than health is money
see now dark this world is
Imagine you have a deadline at work and you need to do X by Y or you’re fired
people are willing to sacrifice ANYTHING for money
not anything, I can't sacrifice my cat
squid game is such a good show because it perfectly describes todays society
Tbh all I want is security
- you want us to live without health and money?
when you can exchange one for the other
I don’t really care about being rich
humans have always harmed their own health
no
how long has butt digging affected our society
its because people see the dark truth and want to escape
bro... pls don't do this, don't compare tabacco + alcohol to coffee and energy drinks
questions questions questions.......
a man who is hungry thinks of bread
never did, Im trying to say that humans are flawed, in the way that they go to extreme lengths to get dopamine
getting money releases dopamine, it has nothing to do with the money itself
why the fuck are you talking about this nonsense in a coding channel
shut up
you larp
u started it lol
true, you don't need money to live only dopamine
oh, not u my bad
i didnt start anything 😭
yeah sorry
theyre just as bad
😔
if you didn't ever need energy drinks/coffee then good for you, you're still young
when you're 43 you'll need a lot of coffee to stay awake
of course I'm not saying I'm 43 or 40
maybe 35
nvm, bye I'll go to sleep x2
is that a cat
not really, that just bad habits
Getting money is boring unless if it’s from gambling
Then it’s fun
so youre not happy when the paycheck comes
im the goated
When I’m working no I’m not
Because the money is expected
alr bro ill take the money, i dont want it to bother you
💯
Just because I don’t get a huge rush of dopamine doesn’t mean I don’t want or need money
what does give you dopamine? idk earning money seems like a perfectly healthy way to get dopamine
if you expect the paycheck your brain is wired to release dopamine once u receive it, otherwise you wouldn't care about it
High dopamine is like drugs, alcohol, gambling
But ts is degenerate
what I just said
the question is if u dont get dopamine from money then how do you get it?
or why
Social interaction, accomplishment, entertainment, eating/drinking
accomplishment
Among other stuff
Yeah
thats dopamine in a nutshell
is money not an accomplishmet? also this is normal things to get dopamine from??
Tbh I don’t view money as an accomplishment, for me it’s just something I need to live
i lowk lost the plot of the arguement ngl
Getting dopamine from obtaining money
and your arguing against it?
that's literally real though
I’m just saying I don’t get pleasure from receiving money
If it’s unexpected I would
good for u
But if it’s expected I wouldn’t
omg stop complicating stuff and syb au
Tell me the difference between a monad and a monoid
If the monad is a monoid in the category of endo functors
s y b a u is censored in ts
can yall say i did good at this or sm
what even is that
its a leet code problem i got 99% on that problem in specific
i can send u it and u can try it urself
Anyone have any advice on how to handle movement?
like dashing and sprinting
I know how to get them to work but I have seen some people saying that it is better to handle the movement on the client?
i would use angular velocity and linear velocity. They are both objects.
I've always done visuals on client, sanity on server
stuff like adding velocity for dash and changing speed for running, do it on the client for responsiveness
on the server, monitor the change in player position over time (and probably account for ping ideally), then if it repeatedly gets to "impossible speeds" so to say, handle it accordingly.
just keep in mind lag is always a battle with anticheats
ye bro i got banned for having 600 ping and walking in tsb
💔
i gotta use a VM to play it 🥀
In the past, ive made a config in a module script on the server that gets replicated to the client when they join via remote (instead of replicated storage). This is to put it directly in memory and try to make it harder to find.
Then use those configs for your stuff, like walk speed, running speed, dash velocity, etc.
I typically dont do auto bans in my anti cheats unless in extreme cases. For the most part, I just have the server "fix" the positions and such if it gets flagged enough
hackers lowk smart ngl
how would you handle the safety checks
cuz thats what I am stuck on
🥀
You'll use a lot of RunService.Stepped.
Like let's say run speed is 16. Have the server check where the player is every, let's say second, and if the player travels comically faster, just readjust the position accordingly
quick question im too lazy to research but what does :Connect() actually do? can i stack it without preformance issues?
well I am doing a dash. So would I check where they were before they dashed using run service and check if it would be valid?
When a player dashes, just inflate your check distance a bit. Your anticheat should always be forgiving for lag spike reasons (like wait til you get 3 hits in 5 seconds or something), but when the player dashes and you notify the server, you can change the next couple checks to a higher distance before going back to the original. Might even reset the counter too, if you use a flagging system.. for cases of high ping.
but as mentioned, the anticheat should just rubber band the player if it gets triggered on someone instead of banning them or something
at the end of the day, there's a million ways to do an anticheat and its always gonna be a war with exploiters lol
I dont mind, my responses may be slow tho bc im at work lol
doesn't bother me. Really wanna get this down.
-- warn("CANT FIRE ON COOLDOWN")
return
end
if plr.Character.Humanoid.Health < 0 then
warn(plr.Name, "Is DEAD")
return
end
if plr:GetAttribute("IsSprinting") then
return
end
local HRP = plr.Character.HumanoidRootPart
local rootAttachment = HRP:FindFirstChild("RootAttachment") or Instance.new("Attachment")
rootAttachment.Parent = HRP
rootAttachment.Name = "RootAttachment"
-- Dash velocity
local linearVelo = Instance.new("LinearVelocity")
linearVelo.Attachment0 = rootAttachment
linearVelo.MaxForce = 1000000
linearVelo.RelativeTo = Enum.ActuatorRelativeTo.Attachment0
linearVelo.VectorVelocity = Vector3.new(0, 0, -100)
linearVelo.Parent = HRP
Debris:AddItem(linearVelo, 0.1)
dashPacket:Fire()
this is the client
so after I fire the dashPacket, on the server, would I do runservice.HeartBeat then check the position of the character of the plr and compare it to how much they should have moved after preforming a dash with some flexibility and then do actions from there?
yall i wanna learn lua how can i can someone gife me tips or smthn
BrawlDev, watch both beginner and adv playlists, copy simple systems, fail, learn, read docs
use stepped on the server and account for deltatime
essentially yeah. The server should just monitor the player position. In an ideal world, account for lag too. Idk if roblox has a way to monitor ping or not, but there's ways to do it.
i can bypass this in 15 minutes
its meant to reduce the number of exploiters, its impossible to eliminate them
pretty sure its impossible to eliminate character exploits
for yall, we'd just get a mod to ban you lol
and banning at the slightest miscalculation for a movement is not smart
since you cant tell the diff between lag
and hacks
I've always gone the route of a more forgiving anticheat to limit misfires.
Something id auto ban are obvious stuff. Like on a movement system i made in the past, I had a remote event for communicating what action the player did for the server. The server then verifies if the player can even do that action, then checks if it was performed as intended with leniency. The action was sent as a string.
If any other string got sent rather than an exact string for an exact action, youd get banned on the spot as its impossible to happen unless youd inject a script
banning at all is not smart
especially if u let a clanker do it for you
seems logical
lol
yeah, I've always did verification systems with my remotes. It helps fight against the development of exploit software. It won't stop it, but the average script kiddie won't have the common sense to avoid it.
^ also it'd only auto ban for stuff that I send explicity. Stuff like enums
would I just ban the player if the packet does not get fired at all and the movement is preformed? cuz then that means a script was injected no?
to bypass sending the packet
No. Roblox can sometimes fail to deliver, even without unreliables
hm ok
Ill do some research on that
thank you for the hlep
imma take some ss bc Icba to scroll up this channel to find this
Np. Just remember to be lenient on auto bans, as they're easy to mess up.
water is wet
it's a method of the data type RBXScriptSignal (aka event) that enables you to connect the signal (when triggered) to a function
cry
😭
Desperate ass
"frosty cat"
ur a larp
guns.lol isnt really bad unless yours is really corny
guns.lol is corny
you have to click on some random ass social page and get redirected if you want to see someone's stuff
so
and 90% of the time its some discord server
you put your bitcoin address
Bro tryna make ends meet
corny
how is that corny
everything on guns.lol is corny
how
True
its the whole design
the small box in the middle just seems built towards someone putting a corny ass bg in the back
so does the bg music
yeah i lowk js hate the color red its just too red yk
guys i need help with something
no
it looks choppy
in what sense?
when you do the kick thing
not slow enough? or not enough transition?
guys is it ez to make a fishing system
the walking and jumping animations look fine
ok
animations
figured
yea it looks weird almost like it's skipping frames
yeah when i go to charging the kick
there is no anim
xd
imma add that
thanks devs
Especially after the kick
after the kick?
ohhhhhhhh
It just teleports kinda
Hmmm it might be due to no cooldowns or something
thanks for pointing it out lemme see whats up
if you guys needed to choose one tutorial or course to learn how to script what would u choose because i am trying to learn how to script
bro its the big 2025
why do people still ask for tutorials, ask AI as a beginner, dive deep into the code itself, if youre comfortable start writing code, doesnt have to be perfect
following tutorials has rarly made anyone good at coding
they arent to get good
they are to get u started
so u can script stuff urself and get better
No
It also depends on the guy teaching
If you see brawl Dev's tutorial videos then you don't have to use AI or smth
It's great tutorial
when u guys want/wanted to make something that you havent made something similar to before, and were/are relatively clueless on how to start how do you guys go about figuring out what u need to know in order to start?
research
type keywords instead of a question
like if I wanted to see an example code for doing a projection matrix in Java using opengl (via lwjgl), id put
"Java lwjgl projection matrix example"
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
if you're lucky, you'll immediately find a stack overflow example
for roblox, devforum or stack overflow
beginner -> brawldev & byteblox
intermediate -> suphi kaner & okeanskiy
advanced -> my ass
do you per chance code games that do print()
when ive began years ago ive used both alvin blox and brawl dev and they were both doing nun
tutorials won't get you nowhere as they don't 100% teach you how to apply the shit in real stuff you wanna do
thats why you should rather go thru trial and error having friends who code and use documentation
learn a different language 🙏
They do the basics you need to know before to start
Nop
💀
atp learn them yourself than looking at a 3 hours tutorial
It doesn't work like that my guy
I agree that you can learn without tutorials but that takes way longer
I started coding nodejs 5yrs ago
it does???
Knew nothing
you cant say that for every1
No yt nothing helped, and it took me 2.5yrs to become advance in that
Depends on person
thats what i said???
What languages do you code in?
but most people dont recommend tutorials
bio
Hm
It really depends on the person
I have personally never watched any tutorial videos on programming/coding
I've always watched tutorials on lua
Nothing else
See, it depends on the person
Glitch now doesn't support free hosting 💔
The Angel of Free Hosting has fallen apart
Since others r complex to understand and require you to need to try them and learn them while u try urself, simpler languages like lua and python are way easier with tutorials
What do u host? Backends or frontends? Or both?
I think the point is to understand how coding works rather than the languages themselves (except for some exceptions for languages' own flaws and differences)
No, languages does matter
print in nodejs is
console.log
And sometimes way harder in others
They eventually do the same, and they work within the same logic most of the time
But yes, some languages have awkard syntaxes compared to the most popular ones (even some of the most popular languages have different syntaxes than usual)
Hm
it still looks a bit fast
tutorials are a waste of time if blindly followed because they dont teach the process of using luau to solve problems
How would you learn it ?
Guys, do you know why my Output in Roblox Studio is not working properly? I start the game and after a split second it dissapers and i dont know what to do
practicing what you'll actually spend ur time doing as a programmer, figuring out how to solve problems
scythe ccombat 1/10?
@zealous estuary u should make ur name green
does anyone know how you would go about creating an emote crate like in TSB / Blade Ball?
I got 300 dollars and 50k ribux dm me i need scripter
how?
why did you put an emoji in a print statement
do /color
Guys, It's not my script, but why it doesn't work (I understand 0 in scripting)
local Player = game:GetService("Players").LocalPlayer
local Character = Player.Character or script.Parent
local Humanoid: Humanoid = Character:FindFirstChildOfClass("Humanoid")
local Stamina = Player.PlayerGui:FindFirstChild("Stamina"):GetAttribute("Stamina") or nil
Humanoid.Jumping:Connect(function()
if not Stamina then return end
if Stamina >= 25 then
Stamina -= 25
Humanoid.JumpPower = game:GetService("StarterPlayer").CharacterJumpPower
Humanoid.JumpHeight = game:GetService("StarterPlayer").CharacterJumpHeight
else
Humanoid.JumpPower = 0
Humanoid.JumpHeight = 0
end
end)
Thanks
also now u can do /post and post your work in #scripter-hirable
so people can hire you
fr
Where have you placed the script in? I see when it's trying to get the character (of whatever player the script is running in) that it goes to its parent, meaning the script is made to be inside the players character, which should be in StarterCharacterScripts, so check if the script is in there.
Also does your StarterGui contain an object called "Stamina"? Because if it doesn't then it will just be nil (which means that it doesn't have any value) and when your character jumps then it sees that Stamina is not a value and it just returns and does nothing
yap
but u mean by testing things from the concept you saw?
Guys is it hard to make a boat sail in roblox studio
local part = script.Parent
game.part.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
hit.Parent.Humanoid.Health = 0
end
end)
WHY NO WORK
game.part 💔
remove “game.”
local part = script.Parent
local part2 = game.Workspace.hehe
local TweenService = game:GetService("TweenService")
part.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
local goal = {}
goal.position = Vector3.new(0,10,0)
local tweeninfo = TweenInfo.new(5)
local tween = TweenService:Create(part2, tweeninfo, goal)
tween:Play()
end
end)
Why does this not work?
Position not position
anyone knows how to fix the "moveToFinished" delay?
for _, waypoint in pairs(path:GetWaypoints()) do
hum:MoveTo(waypoint.Position)
hum.MoveToFinished:Wait()
end
this is the code i am using
I always wondered why there isnt a luau youtuber (that I know of) that takes a more traditional approach of giving viewers practice scenarios or something.
like if you're learning about modifying part properties, at the end of the video you could just be like "Now try to take this brick and make it follow your character." then the next video is about cframes, where they give some answers to the previous question and go indepth about it.
Going over to programming youtubers, the one I like the most (that isnt fireship) is ThinMatrix. Ages ago he did a LWJGL series but when talking about stuff, he'd make you visualize it with a ms paint image then during coding, explains why he adds this or that in it.
Either drag it out of studio into its own window then back in or when the game starts, go the view tab and just hit "output"
im making a world border for my game which is basically some invisible parts
issue is these parts arent exactly close together
what i want to do is in essence assign these parts a "class" e.g. "borderPart" and then script somewhere to make them invisible, set collisions off etc
how can i do this
tldr: tag them then iterate them in a for loop and do whatever
is it better for performance for players to manually edit those parts to invisible or run a script
if the border is big big, its best to not have one at all and just fake it, but thats pretty overcomplex in some cases. When a part is 100% transparent, and isnt a material like glass, it won't get rendered at all. It'll still do collision calculations if you have can collide on, though.
are the calculations only on collision
agreed
i also think there should be more of a pure luau/programming fundamentals focus before trying to create projects w the roblox engine
is there a reason the roblox studio language is luau and not smth easy like python
in terms of performance impacting calculations, yeah. Transparency set to 1 on a material like plastic also removes lighting and shadow calculations on the object.
yeah, happens a few times a week (actually serious)
Well that’s honestly not a surprise
yes
Anyone intrested into participating in a yt vidéo challenge you must have à decent mic, can reccord and be good at scripting : vidéo idea 6devs make a roblox game with no communication
video idea sounds cliche
Well, I definitely would do this, but I don’t even have a busy right now. I’m gonna cry.

BRO, I feel like that would be the most funniest thing

whats the best bodymover to use for dashing mechanics in your guys' opinion?
body velocity
isnt that deprecated
you can use linear for customs and all
so you can align and all
I just want dashes that work like bodyvelocity but arent deprecated tbh
Finally I can trade on ther other server
VectorForce or LinearVelocity
This really wasted my time
i have 4 servers, my stuff so dry lol.
When are you available then ??
I don’t have a PC and I don’t know when I’d be able to even get one so I don’t think I can participate in it :/
🗿
yeah 1million robux to be a depressed hobo clown with 2 kids and a divorced wife trying to get money by going to kids birthdays
so worth it bro this is my money well spent
roblox traders:
its more of a pyramid scheme
elaborate
the only thing i know about trading is that super rich people gatekeep random items
for example
simoon
made dominus astra 1 billion robux for no reason
u know nothing about limiteds broski
yeah but thats not even true
monkey has lots of banana so buys useless cosmetics then hopes another monkey with too many bananas wants buys and the cycle continues with monkey cosmetics increasing by 10$ per buy
i like how you explain
the dominus astra has 10 premium copies due to its rarity and most ppl who have it arent even traders they are devs/admins of roblox, the players who own it are usually up for trading it not selling it, leaving barely any sellers so usually they'll just price it at some absurdly high price because nobody is gonna buy it anyway
there are limiteds worth 10k robux that are listed for 10 quadrillion
that doesnt mean anything
i can list a broken chair in facebook marketplace for 10 billion but nobodys gonna buy it
its the same thing there g
except people do buy a lot of these hyperinflated items
explain in very simple terms
How do i turn cancollide off on a character?
what? you think dominus astra is hyperinflated lmao
the dominus has been around since roblox became a thing ofc its not gonna be cheap
i was more talking about limiteds in general
someone literally had to copy the astra just so people could have it for cheaper and not 1b robux
an mmo
can you be more specific
sure its there to buy
why cant they just leave it as normal
wdym?
what is the normal price for it
uh make a subclass system for alchemy, woodworking, fishing, mining with different tiers
you could buy it for 100 m
how
im sure if you dmd one of the owners in discord and showed them proof of funds that u have 100 mil they would put it up for that and u can buy it from them
they usually dont though cause there are like sooo few people with that amount of robux
and even less of those would spend that on a limited since u cant make any real money off of it
but tell me why the original price is that high again
its cus theres only one monkey reseller who put a price on it so its valued at that
its like when twitter was renamed to x
tryna be futuristic so bad
so its just like looking at a golden trophy behind iron bars
just makes roblox sound like linkedin
sure
thats worse than making it onsale with a reasonable price
theres only one seller of the item so wtv they put the price at is the price
its basically a joke
they just put the highest number they could
roblox displays item prices as the lowest value that someone it is selling it as
...
gang u are ragebaiting hard
why u talking like u even got 50-100m to afford a dominus doe
thats not something u should be worrying about
but you will be worrying about it soon you finna make it big soon
but not rn
now get to work brochacho
thanks brotosaurus
lock in
can't you code it yourself
yes why don't u code it
a good 5 minute coding challenge for u
oh i forgot it was code discussion
I can help you with the scripting and some others of it and stuff like that if you can pay $/rbx
anyone know how to make a flashy looking forcefield that u spawn with
wait shouldnt this go in interface
No worries
local Players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(char)
local ff = Instance.new("ForceField", char)
local glow = Instance.new("Part", char)
glow.Size = Vector3.new(6,6,6)
glow.Shape = Enum.PartType.Ball
glow.Material = Enum.Material.Neon
glow.Transparency = 0.5
glow.Anchored = false
glow.CanCollide = false
glow.Color = Color3.fromRGB(85,170,255)
glow.CFrame = char.HumanoidRootPart.CFrame
local weld = Instance.new("WeldConstraint", glow)
weld.Part0 = glow
weld.Part1 = char.HumanoidRootPart
local tween = TweenService:Create(glow, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true), {Transparency = 0.8})
tween:Play()
end)
end)
standard forcefield + a glowing pulsing ball around them for the flashy effect
THANKS SO MUCH
gonna cook with this
why not
ofc lol
Anyone wanna build a discord server with me try and get it going it’s like for a Roblox group. just to help people like this one and stuff, might add some extra features and I’m definitely gonna do giveaways and events
Hello! Im searching for a scripter for my new game! If you know someone or if you itself, let me know! Send me a DM! 🙂
Is there payment?
I can help you strip and stuff for Robux/$
you can help me with my discord server, my group shirts, or a website/portfol
I can only Pay with Robux, but for now i already found someone but if i need you i'll let you know! :)
.
.
Guys the offers in hiring most of them are "Upon Completion" which is risky, cause the client could scam you. How do you deal with this ?
If you offer them per milestones, they'll say "no it is upon completion"...
You could make it in a new game you own rather than working on it in their game showing progress from in-game so until they pay you they won't have access to da code.
they won't accept this... they want to pay after they receive the code/task in their game
💀
yea, too scammy for most ppl to agree with this
Guys, how long does it take to make an easy obby? with ui and spawnpoints and checkbar. just to get some info, i dont have any experience in coding
An obby is like all building so. And ui and stuff doesnt take that long.
How much time do you think that it is going to take? for a starter?
I feel like milestones ar epretty reasonable but people shouldn't be werid abt payment stuff it should be obvious if someone id a scammer or not.
Ima bout to get slapped fr
they most likely got scammed in the past, that's why they refuse to pay before they get access to the full thing
im in the works of sorting out a npc diolage tree for my game n was wondering how would i go about doing it so if someone picks "i have a delivery for the emperor" it instantly kills you?
Primarily kills you UNLESS you are in certian groups then it continues the diolage tree
idk man need more context how are you defining the certain groups
well my game utilises roblox groups n tag systems - so i want to make it so unless you are in a set group "imperial command" - selecting said diolgage option would kill you
Im not even gonna try to elberate ngl. Its up to both parties to get to know the other though usually someones intentions are fairly obvious. I haven't really done comissions myself but like say on an alt or not talking idk.
if CollectionService:HasTag(player, tagName) then return end
player.Humanoid.Health = 0
would it not be more possible to do a check for group id?
So for checking a players group rank can I make it to were it checks if its a group of ranks, for example if players are in Rank ID 2 and Rank ID 5 how would i write it out in a script, ik you can only check for ranks higher and lower but never in a range of ranks. game.Players.PlayerAdded:Connect(function(plr) if plr:GetRankInGroup(groupId)...
You can
atm the diolage works like this
but i want it to do a check before going to next stage and be like If user is not in <group id> set health 0 else nextstage
oh my bad i thought u meant like ingame tag system
so like this?
{ text = "I have a delivery for the Emperor.", player:GetRankInGroup(35084035) false then player.Humanoid.Health = 0 else
nextStage = "Delivery1" },
what thebhell
thats ltrly what u said
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local animator = humanoid:WaitForChild("Animator")
local coolDown = false
local loadedEquipAnimation = animator:LoadAnimation(script.Parent.Equip)
local loadedSwing1Animation = animator:LoadAnimation(script.Parent.Swing1)
script.Parent.Equipped:Connect(function()
loadedEquipAnimation:Play()
print("Equipped")
end)
script.Parent.Activated:Connect(function()
if coolDown == false then
print("Swing")
coolDown = true
loadedSwing1Animation:Play()
wait(1)
coolDown = false
end
end)
```Why isnt this working?
no what is that syntax
?
Lol
i’ll pass it over to you synn im lwk tired
I do appologise i do not script often nor is english my first language i am still trying to learn both
Assuming you have a function that decides what dialogue is shown next, put the actual if/then in that function
the diolag stuff for this specific npc is here
ok so
you should have a function that cycles through the dialogue in order for it to work obviously, so put something like this in that function .
hmm
more off topic crap: found a video of me winning in ink game, dont know why i was acting serious guess i was just too in the moment
oops wrong clip
i feel like this is smth ima have to have my scripter sort out my head hurts just thinking about all the changes ima have to make to get this to work
how do i make the models go down the stairs but not like this
That's a lil awkward
cool but at that point you should add an option to disable it 😭
if it is a combat game that is
why tho ?
stress
stress is a core mechanic
ok ig
can someone help me learn how to script?
local function getAllPlayers()
local players = {}
while true do
local ID = math.random(1, 8000000000)
for _, plr in game.Players:GetPlayers() do
if plr.UserId == ID then
table.insert(players, plr)
-- don't break now, what if another plr has the same ID?
end
end
task.wait()
end
return players
end```
Genius?
l
go on yt and look up BrawlDev
but what guarantee that you will get paid after completing the whole project and handing it to the client. He could do that to you then go to next person and so on... serial scammer. Milestones or perhaps a secured third party acting as middleman could be good choice
'while true do Instance.new("Part", workspace)' end should to the work
dont forget the "end"
imo, I try to stay away from those ppl if they didn't agree to pay before receiving the product ( after screen sharing it to let them see if it works or not )
but... yeah a middleman seems like a good option
what about milestones
What programming languages are most used for Discord bots
python and js i think
sure, but only if they have paid you before
Oh I see
Do you think it is a good thing to get into?
For commissions
if you want to make bots for commissions yes
Hello guys what is reserve servers in Roblox
Anyone know where in roblox studio i can acces properties
click an object and a panel usually pops up (I think by default bottom right) . If that is what you mean
hi pepol
ty
Guys is it hard scripting a script for a boat to sail and go up and down?
what
Is it hard to make a script so a boat goes like forward backwards left right and up and down
oh
Up and down depends on the water logic
how much would it cost for someone to do it for me
if you dont know how to script no
i can help for free
fr?
yes no joke
Dang
U on pc?
then.. how😭
i can help for free if i will be able to do the script loll
mobile
i usually do this:
i go into dms with the helper and i tell them to screenshare so i can see the work and i give them the script for it
ohhh
yeah
yeah im still modeling the boat so when im done ill dm
alr
how long have you been scripting @wooden root
1 or 2 years on mobile
Oh dang
cyaa
python
and also js, albeit it's less common
you answered too late
meh
@silent gyro you're also going to need to learn SQL
if you want your bot to save anything
@sonic dove gng u still modeling 🥀
i can make one under 19 mins
exactly 33 mins gone
structured query language?
yeah
SQL isn't really a language in the traditional senseb
but if you want your bot to store data
then you need to learn SQL as well as a database
Ah I need to understand databases
I guess that would be phase 3
no way my fatass is waiting for @sonic dove
also from where you learnt scripting, youtube or website
if by website you mean the docs, then yea both but started with yt
you cant get hired outside of the marketplace #marketplace-info
do you have a clan or smth? nice name btw
the actual powerpoint is @maiden blade
nah, I like the pirated version more


How can i prevent the animations from delaying when they play for the first time
how do i hire someone
https://devforum.roblox.com/t/preloading-animations/2183910/3?u=maybe_somedev
https://devforum.roblox.com/t/how-to-preload-animations/853322/2?u=maybe_somedev
Maybe you could try using ContentProvider:PreloadAsync. You need to pass in the Animation as an Instance though, and it also yields, so I recommend using task.spawn when calling it each time. EDIT: You can pass an array of instances as well, that will also work E.g. local animations = { -- Many instances of class Animation with the ID alrea...
It looks like you’re using the ContentProvider wrong. The function is called ‘PreloadAsync’ and it accepts a table of instances. It then loads all the files and stuff used in that instance. Here is an example: local ContentProvider = game:GetService("ContentProvider") local loadAnimation = Instance.new("Animation") loadAnimation.Animation...
what are you hiring?
im getting called a scammer by someone who wanted my help but mad bc im not doing ALLLLL THAT WORK just for him not to pay, had that happen before many times and im not slow…. LOL.. im literally just helping people i just came back i dont got a portfolio I CAN SHOW PROOF OF ALL STUFF I HAVE MADE AND ALL THE UNIQUE STUFF LOLLL I JUST CANT DO SOUNDS AND ANIMATIONS LIKE WAAAAAA, also yes i got you i will used the market to ad
if you need script help and can pay i got you.
how do i make animations public cuz on my account it works but not on my alt and i am not in a group
yes but i couldnt get it working even if i used preloadasync
i can send the code
how??
lol what
what do yall think of a module for types?
That's where u should put em
no I mean a module solely for types?
no functions
or variables
I'm developing a Find The ( what ur finding ) type of game. Its called Find The Arks but the Arks we're minions due to me being a minion. that's already a game so does anyone have any ideas THATS NOT BRAINROT that i can do?
i do that if i use a lot of types its useful
oh ok
I have a plugin for automating that too
slide ❤️
It's not the most well made
it's not buggy but not great either
it was a prototype for last HD scripting event
yo its frikin cool tho
what would be amazing is if you accounted for private variables
I was going to rewrite it but for a vscode extension
and use an actual lexer/parser
since the event didnt allow open source
I had to make my own lexer
which had some bugs
yes please 🙏 i'd definitely use that. especially with script sync coming out.
bro im still waiting for adam
Hi
Im here
it's a joke place title 😭
how do i make a good pet system i tried using lerps but if i use them in a server script its glitchy even with delta time i think and if i use alight orientation or aligh position it just looks bad
Your go on app store or play store you search ChatGPT you download it and open a account using gmail then you ask ChatGPT “how do i make a good pet system i tried using lerps but if i use them in a server script its glitchy even with delta time i think and if i use alight orientation or aligh position it just looks bad” Wait a little and pray the script is right
server replicates other players’ pets as data to all clients > client simulates and renders pets locally
thx
billboardgui
i tried it aint working
it just makes it more glitchy usually
and can you still make
Yo guys can someone coach me on roblox studio/modiling please i wanna retire my parents young
Guys i have a server script to fireallclients for vfx but it does a really bad position can someone help?
Dm me
hi guys who here is an experianced scripter
i need an experienced scripter for my roblox game i got the best idea lots of people on tiktok think the ideas is good which is amazing but i just need a scripter but i cant find one i can trust the scripter if they help me gets 100% (if experienced) of the games payouts on release for the first 5 weeks after then the cut of the scripter will go down to 65% also the better u do at scripting the more robux u will make dm me if ur intrested
so you want someone to make an entire game for you
with no upfront payment
no gurantee the game will profit
no guarantee you wont scam them if they do
and this person who is also experienced
U can dm
Does anyone need coding for a small project?
Bro please check dms
I dmed u a while ago
@coral oracle
Yo guys can someone coach me on roblox studio/modiling please i wanna retire my parents young
Sorey
Ye its alr
🫡 Salutations Soldier
🫡
Yeah are u hot
kinda ;-;
making game require knowledge in either scripting, UI, builder, modelling, VFX sound and requires good amount of budget to pay for services and marketing
What we thinking bout this it’s incomplete
And that’s what I have
I’m making a Naruto currently chat
what is that u have ?
What u mentioned about making a game
hey can someone help me im making an announcement system but when i run the command it does not appear nothing is shown in output either
nobody helps in code help its just idiots chatting about politics
I can check it out man
google?
could you check dms
but I think it's hard to make a game viral
Agree
is anyone good at scripting and willing teach me?
there is youtube and websites
but yt ends at a certain point
you gotta then use websites
What websites are you talking about?
Guys is there a way to learn scripting in like a month? I can learn for like 6 hours a day
devforum mainly
I'm taking a wild guess
guys anyone knows how to make a throwing system like the games jenga or destroy the tower? will pay
I could prolly make ts for you
Just use a tutorial.
Like, I already said on your last control - v. Use a tutorial.
think of a project idea and make it. Go through tutorials to learn each piece of your project that needs to be made
if I had a inventory UI along with items that need to be picked up and stored in the inventory that saves if the player leaves the game etc how much would that cost?- just like a basic inventory system
I'd do it for 2.5
million?
thousand
yea
2.5k USD?
or robux
I thought you were talking about USD
Robux bro. Just an inventory that can take in items and saves?
sorry thought you were troll
yea have you ever played apoc 1?
anyone here wanna help me work on a game named serve a brainrot?
he said that watching youtube to teach scripting isn't enough, then i suggested him to visit websites that teach advanced scripting
I have not
I dont have robux only USD
you can e transfer?
from where you learnt scripting
it's all in crypto tho im waiting for XRP to drop so I can buy
👿
oh. so like. you rly aint got no money to pay me for it huh
lol yea
dang it
I mean I got 5 grand in crypto
but the thing is it takes days or weeks to transfer to my bank
and im waiting for the coin to drop so i can massbuy
i got 300 grand in crypto
crypto was good, when it was in 2009 when it was cheap
we are not the same
what sites?
icl i don't know the littlest bit bout crypto, or how it works
"🥶"Winners never quit and quitters never win" - Rashid Khan"
I used to do that
you have no money brother
prove it
wait
prove it and show me your seed phrase pal
Like lua doccumentation and the roblox site or are we talking about something else
ill look for you
hey if u ever need the inventory done though and u got some money hmu. I'll do it for cheaper than most 🤑
kk
that's not real bro 😭
yes it is
why is the screenshot like
u dont even know bud
fake
i took a picture of my phone
trust its real
i am not trusting
so the screenshot, to clickbait the people wanna be rich

free peaches for all
i got 5k in bitcoin trust
no
anyone here wanna help me work on a game named serve a brainrot?
cause they taste better than free speeches
Yes.
i can make u look where i say
ok
bro unblock me I’ll prove to u it isn’t
I have video proof g
It’s basically what I need
Reference
How common is suphi kaner's packet networking library
I believe its based on the Net framework somewhat
But its concerning if theres not alot of scripters using the framework
oh my god
good heaven
wAllahi when I saw this
do u want help..?
I was chocked
Dw it’s not mine 💔💔
oh my god
😭
Even a 6yr old would do better than that 💔💔
-- Script in StarterCharacterScripts
local character = script.Parent
local root = character:WaitForChild("HumanoidRootPart")
local fixedZ = 0 -- Set your desired Z plane
game:GetService("RunService").Stepped:Connect(function()
-- Lock Z position
local pos = root.Position
if math.abs(pos.Z - fixedZ) > 0.01 then
root.CFrame = CFrame.new(pos.X, pos.Y, fixedZ, 0, 0, 1, 0, 1, 0, -1, 0, 0)
end
-- Remove Z velocity
local vel = root.Velocity
if math.abs(vel.Z) > 0.01 then
root.Velocity = Vector3.new(vel.X, vel.Y, 0)
end
-- Lock rotation to face right (Y axis)
local lookVector = root.CFrame.LookVector
root.CFrame = CFrame.new(root.Position, root.Position + Vector3.new(1, 0, 0))
end)
Part.part huh
Does anyone have any good tuts or devfourm posts on enemy ai ?
What websites or what courses do you recommend overall?
state mangers
bro ive been writing an npc system and i thought i was having memory leak issues with it
so ive rescripted it a bunch of times, only to disable it and still have a memory leak 💔
idk why i didnt check before
its topbar plus 💔
and it was supposed to have been patched
wait nope
it was my loading screen bro
how write good code
what should i use option 1 or option 2
W question
anyone here wanna help me work on a game named serve a brainrot? (no retroslop)
enough brainrot guys
what about a aducation game
😦
does anyone know how to create a player ragdoll system like dead rails? when my player dies and ragdolls, it gets destroyed after a couple seconds and so i cant have revive/spectate gui.
if you are changing body color is it best to use the body color thingy or change the limbs color manually
.
help where is this
what is the idea of the ragdoll codes i want to make a character ragdoll but i dont get the idea of it and how it is done can i get help
@vestal sleet Shahror!
what
@near pasture ?
option 1
Why tho
idk
you press r and get 30 walkspeed
but option 2 has nothing to offer
depends on what you’re going for
are you going for a speed clicker?
or a quick dash
it entirely depends on what you wanna map what to what
if you wanna make it do something when you click anywhere, then choose option 2
if you wanna do something that’s activated with a keypress, then choose option 1
Alr
It literally depends on the mechanic key bind both are useful
It's not that one shouldn't be used
Alr
avatar tab -> avatar settings
who needs help with scripting or anything else like that I got you dm me
I heard that the first one is keyboard only and the second one is for keyboard but also for phone cuz it checks the UserInputType
True of course but for example if ur making r for reload u can bind it to be differently on phone while it's r on keyboard different use cases for both
Oh i see i see
why isn't this working? for _, i_name : string in ThisPlayerData do print(i_name) if string.find(i_name,"_$") then print("Found you!") ThisPlayerData[_] = string.split(i_name,"_")[1]; end end
Its cause you wrote it wrong
yo guys did they remove the option to make your game R6 only
I fixed it. If just put “$” instead of “_$” it finds the right string
For some reason…
If anyone wants to make a game solely for experience please dm me! It can be a small project to learn the foundations of game development
go to the avatar tab
bro isnt fooling anyone
bros tryna find child slaves for free
How much fun do you guys have coding once you actually get GOOD at it?
10/10 fun
I just have sooo much trouble trying to fix issues and shit, and then I lose myself in the code, I find quite hard
any tips
then ur not experienced enough
Do you have some tips for me? for like, organization and allat
should i be using knit? for projects
e
what should i make for scripting application hiddendevs
Is a combat system sufficient for hidden devs scripting apps?
depends on how well made it is
lol
U down to check it out n rate it? Or give som feedback?
Peep dms I'll send u a clip from my YouTube. Too big to send via discord
You could add thuse documentation an ai
late ahh, thanks for replying though I was onto something else already
Are making tower defense games hard, I wanna know how much it is to hire a scripter
I’m wanting to start to start a Roblox game I’m still new but I have this idea of making a Roblox game that is going to be like the game chivalry 2 I think it would be great would anyone like to help work on it
hi guys can y'all suggest what game should i make idk can you guys give me an idea i want to make a simulator game
Oh no
uhhh
there is already a pet simulator
hey guys I'm not a scripter but I have a big issue, I haven't touched anything script related in my game but I've been editing terrain and whatnot for like 2-3 hours and I finally playtested it, and suddenly all my scripts in the game dont work (cars, doors, barriers, etc) and i haven't touched any of them at all, could you guys tell me how to fix?
is there any error?
how do I check
output
hey how do you add these indentation arrows in scripting ?
idk but its most likely in studio settings