#code-discussion
1 messages · Page 158 of 1
its to make things move really easily by just setting a start point and end point
kind of like how town does it
so like itd tween the whole model between two defined starts and endpoints
and it needs to work with almost everything you throw at it
local TweenService = game:GetService("TweenService")
local cframe_holder = Instance.new("CFrameValue")
local moving_model: Model
cframe_holder.Value = moving_model:GetPivot()
cframe_holder.Changed:Connect(function()
local new_cf: CFrame = cframe_holder.Value
moving_model:PivotTo(new_cframe)
end
TweenService:Create(cframe_holder, TweenInfo.new(1), {
Value = CFrame.new(0, 10, 0)
}):Play()
`local Spinner = workspace:WaitForChild("Spinner")
local RunService = game:GetService("RunServce")
local UserInputService = game:GetService("UserInputService")
local spinning = true
local speed = math.rad(120)
UserInputService.InputBegan:Connect(function(input, gp)
if gp then return end
if input.KeyCode == Enum.KeyCode.R then
spinning = not spinning
end
end)
RunService.Heartbeat:Connect(function(dt)
if spinning then
Spinner.CFrame = Spinner.CFrame * CFrame.Angles(0, speed * dt, 0)
end
end)` guys what is the error in this why is this not working?
Do you guys think we are getting replaced by gpt 5 since he can code luau pretty good.
i didnt try how good he is
You can try for free on lmarena.ai
You just need to change settings to single chat and gpt 5.
that website is just group of nerds generating stuff for you
...
Hey i can make websites using html and css for a really low price anyone interested?
Tbh nobody wants html websites. The most profesional websites use next.js.
Code discussion is the real code help
70% of the people tried learning html & css and found it extremely easy and they usually always offer websites, every1 went thru that phase buddy. no1 wants to buy unresponsive website with only text & design. yk
it'd be more beneficial for them if they used google sites yk
dm me if u want scripting and map made
hi someone making ui and scrpting?
How to fix animation delay on first play?
You want to hire someone?
no
Bro html and css is only for the design ofc i can add js also
guys is it easy to script a good smooth camera movement like doors?
Use content provider service, preload async the instances (including animations) so that when your game actually starts running everything u need is already loaded
Should i make a katana using a weld or a motor6s?
motor6D
lets you add animations to it
motor6d
i currently have a system when player equips a tool with "weapon" attribute it calls equip anims and when on unequip it calls unequip anims. the problem here is i have skills that should play with that weapon so it should not unequip the tool when u switch between these tools that yse the same weapon or weapon -> tool.
the problem here is that tools should also play an equip anim when u didnt equip the tool in first place
how do i achieve this
i thought of childadded and childremoved but it has some flaws to it and probably will not work
having th weirdest bug rn wher my tutorial text jss goess full seizure 😰
lmaao
it'ss actually scarry and the typing sound effect its likee a machinegun going off
Weld but attach it to the player's character with a motor6d
jokr
anyone want building servidces
teach me assembly
is there a way to make roblox stop doin this bullshit
uninstall btroblox if u stjll havent
i found out that was the issue but is there more to btroblox that i should delete it for
nah just uninstall the extension
ro pro didnt have this issue so try that
if u need extension
i already fixed the issue
it was some setting i had
but im asking if theres another reason i should delete it for
yes
if any1 needs help with any scripts lmk
if you are making it from scratch it can be a little bit difficult depending if you are good at implementing math, but theres like 100 scripts online that already do what doors do
add the value before the if statemenet then when its fruitvalue < maxfruitvalue do blend button to change
gues how can i make that when i play animation the camera follows the body and in ends in the same position where the animation ended
your problem most likely is that you run the ifstatement on 2/3, and it goes to 3/3 but the if statement doesnt rerun until the next click
@celest cipher
yea
i fixed it dw
do i know u
are u christopher
like a animation where you move the hrp? or are you talking about a camera animation, cuz you should probably script any movement
ye
yes i am your long last brother from another father
where hrp
its char.HumanoidRootPart
if you wanted to lets say make a tsb grab and run animation
youd put a linear velocity
inside their hrp
and move them manualy
ty
yo my part color is so tuff
Can you make gfx
@wild kayak Hey can u help me with a script ?
@brave cairn moderate this too please
Imma dm you
Do not hire in chat @glass narwhal read #marketplace-info
When reporting a message just use modcall it gets dealt with quicker that way
Modcall wouldn’t work for me
#staff-help said so there
I see, also btw if im online you can ping me I reply to my pings quite quickly usually.
Ok thx
np
how do i put up a hire poster thing
yes, but that's if they could even read the memory to begin with, another reason no one would need to decompile
i guess you could use some sort of physical DMA capable device to read host memory without host processes knowing but that seems like a lot of effort for script kids on roblox
Well that dude did seem like he was on crack
¯_(ツ)_/¯
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!
wh r u twin
You so mature bro
wrd 🥀
cool
what am i reading
Awful odds wtf
100 to 10?
Should have one more rarity
Or make rare more common
Truly some code of all time
What did you guys do to start your scripting journey? I have always wanted to start scripting for roblox, I watch a few YouTube videos which I feel like dont help me that much then I create a small little project but then I just give up. What motivates you guys to keep going and how can I start from the beginning to learn. I know this process takes time, I am wondering where to start.
Do you mean javascript?
yea
Is anyone interested on making a game together?
Hii, hello!
Is there a way to make Coroutine timer ithout headache?
In unity you can type:
yield return new waitForSeconds(1)
and coroutine will continue right after.
In Roblox doc, there is typed simmilar things, but do i need to costantly:
Coroutine.resume()?
after:
yield(wait(1))
Yes! Ibuprofen!
yo guys, logical question.
im building a combat game with different combat mechanics and styles.
like how vfx works, etc how hitboxes are deployed depending on the attack.
i already made my framework scalable into 5 styles
but im thinking of redesigning because the vfx and mainly visuals are different for each style of combat, kind of like a module with all the vfx and other things defined for each different style, it will make the server and client simpler and just be used for communication and not exactly for the vfx or visuals logic
im thinking this way because i cant generalize all combat mechanics and expect perfection

anyone wanna make a game together?
I GOT A SOLUTION
but i meant should i hardcode the vfx to work for all combat systems or separate the vfx based on each combat system like as a module, for each style. so my client just calls for that particular package or module when player uses that weapon or something like that
is that the right way to go?
Hey does anyone have an idea how I can use roblox elements to code a stock system like grow a garden? Ik I can use an API but it feels way too much of an over-kill.
Huh
Do you mean
task.wait()
Why are you doing coroutine.yield
🙏 🙏
task.wait() yields the current thread for the passed duration
yield return new waitForSeconds(1) - is writen inside a coroutin and will call it after 1 second iin Unity.
I'm trying to find a simmiilar solution in Roblox
How easy would it be to have 3rd party ai software control Npcs in Roblox
YAAAAY
Not very fun
But doable
finaly got what ppl were saying
Text is doable I already have a chatbot connected to my own chat account lol
100k robux for using my tool no downloads no links no weird sus stuff jjust vc and listen
Main issue is just the delay
True but what if you made it think in steps like “go to certain destination and do this” then “look for” just group actions and let it think about the steps it takes before taking them
Anyone need a youtube video editor / thumbnail maker dm me very low prices!
I don't see anything that is telling it "visible = true/false"
the directory is wrong
its fixed now
Little system I made in 30 minutes (Don't worry about the values, I increased my multiplier)
when searching for the request url to set the gamepass public/changing the price, this is only the post url i come across, i wanna change a gamepass's Onsale/offsale and price via code, can someone help me out find the correct endpoint please
Seems like it
Show me the payload
"IsForSale" and "Price"
doesnt work tho all it does it return the details of the gamepass instead of editing the info
Ur doing it wrong
Hello, I do some simple models, builds, for cheap. And I do Guiler, in addition to simple scripts. DM for communication.
#building-hirable #modeling-hirable are the corresponding channels you post in, for these kinda things. But gl ig
can someone teach me how to code
does anyone have a video of what a good combat system looks like? i'm new to scripting so i wanna see what's the "best"
I have one in my game, you need to use current time unix timestap and make it as a seed using math.noise
if not humanoid or humanoid.Health <= 0 then
Ik that but that's not really the main problem. It's sending the messages to all the servers
what should i make thats basic that i could try scripting
stop skidding and learn the basics, smh for instance ive been scripting for 5 years and still dk how to make combat system
Hey guys so I scripted some gamepass and when I buy them by just hitting play in studio they r working comepletely fine but when I try to run a local server with players in it and then try to buy it
it isnt letting the player buy it
do i use task.wait or js wait
wait() cuz it saves 4 letters
ok
no offence but how can you script for 5 years but not know how to make a combat system
i need help with this, i was trying to change the icon from topbarplus using a decal already inserted in the workspace.
is this good ?
Duh
yes
Do i need to know how to draw to do UI
if any scripter here knows how to make a vehicle plane system like in the one build a plane please hmu need one asap
again you
Yes
aint you are in every chat 💀
Yh in every chat where I can find scripters 👍
Roblox’s built-in AI is free, but it’s slow, often takes forever to respond, and mostly just spits out code instead of actually teaching you the fundamentals. I’m building an AI that’s 10× faster and 10× smarter than Roblox’s AI, but instead of just giving you code, it guides you step-by-step, explains why things work, and helps you...
open up a script and toggle this
bro stop posting this in every single chat
like.. what do you guys think?
ai is ass at scripting
is it a chatgpt wrapper
tyyyy 🙏😘
what makes it different from a chatgpt wrapper im not familliar with making new models
idk if anyone uses roblox AI id personally just tell them to use gpt
actually i used its ai once to make it generate me some AI models that was pretty cool
Think of it like “Duolingo” for Roblox scripting, and remove the “AI” brand in it. Because it’s 80% you and 20% AI.
ChatGPT is never strong, because the developers of GPT focuses more on general coding
and focuses more on python and javascript, not lua
that's why it sucks and will always never teach you on edge cases
i think people would be more convinced if you show practical examples of this
idk good luck tho
could anyone help me to do something to data save
anyone know if init/start functions are even useful for anything when you're just using manual requires?
use game:BindToClose and datastore:UpdateAsync
its like a single entry point to a framework
convenient
for what
if any scripter here knows how to make a plane system like in the one build a plane please hmu need one asap
when you require a module it'd get initialized
i use them to set up connections or create anything that is needed before returning the module itself
why dont you dm people in #scripter-hirable
why don't you just do that on the require
Already spent 10 hours looking through that and 90% say they can’t do it
thats crazy
And made a post but no response it’s been a week
Yh I sat there for almost 12 hours going through everyone
I’m not even joking go look at hireable
less code in requiring script and the module may be dependent on what im doing in init function
They literally can’t do it
just play around w vectorforces
most of the time it is anyway since i run entire game from modules only
arent there like 8+ year experience or something
Yeah well they seem to not be able to do it idk why
weird
Yeah 90% of their experience is also cap too
😭😭
what do u mean less code in requiring script
basically doing whatever you need to in the module so that you dont have to do it in the script that requires the module
instead of having a module directly reference other modules or objects, you can pass them into its init function.
its like a
simple form of dependency injection if ur framework involves those
Who’s a Scripter
what is the point of that
readability maybe
i just use them sometimes to decide the lifetime of a module
its nice having one init script and then 500 modules
is it that simple
when it becomes active and when it goes dead
I WILL do nice thing TO ME
even i dont use inits alot
not really but it will help a lot, also remember to back up your players' data
obviously this is subjective.
okat thx
the module does not "die" when you dereference it
sure
like in testing you can pass mock objects to the init function, allowing you to isolate and test a single module without relying on the entire game environment.
and
the same module can be used in different parts of your game with different dependencies, all configured through its init function perhaps yk
whats the difference between getdescendants and getchildren?
Can somone hop into a call with me and help me with Hinge Constraints pls 😭
getchildren only returns direct descendents of the object, getdescendents returns direct descendents and children of children
ok so getdescendants gets everything basically
scripting customer support
yes
i dont see how that would work tho
alr i dont other use cases for now
? what thread #
lets just say it exists and it has valid usecases in general coding
Bruh can somone please help
u tryna weld
what r u tryna make bannabread
cant u just place two hingeconstraints, anchor the block, when a player touches the trapdoor
unanchor the part
and then after a couple of seconds, just set the part back to its place and anchor it again
Yea ik , im trying to do that but im having trouble with my anchor and my attatchment
can u just look at my game rq and see what i did wrong?
no but good luck though
i just learned about RemoteEvents and i was overthinking how they worked so much its unbelievably simple
any high tier scripters for tower defense game
high tier scripters needed for tower defense game
I am making a gun system (3RD person ) would the most optimized way to make it shoot would it be to use vfx as a cover up and make the actual bullet the ray cast?
A Scripter put the /headless & korblox command in server script service and these popping up is it supposed to be in server script service ?
uh
?
the raycast gets the info and there is no other choice other than using raycasts for gun system, u can also use a volumetric raycast for more player ease of shooting
and u can add vfx for client and relay it to other clients
🔥
Why would u use raycast buddy.
Just use mouse.hit.position.
And use mouse.hit to detect if its a player.
Any other way, is jut overcomplicated it.
Trust me, i've made guns for games like phantom forces.
If you were to create a server list system, Which method would you use?
It will show servers with players on different place.
i still cant do a datasave
messaging service
What about memory service?
you can do that but if a server crashes and can't remove itself or its players it will stay in ur server list
you should probably use a combo of both
I will try this thanks!
Use the marketplace for hiring
But hitboxes need sum else
does somebody have a pls donate like donation system laying around I can buy?
Wut da hell
perhaps it thinks its lua, else its kinda crazy it doesnt know of a feature from 2022
😭
Can you please tell him to put not everything into a seperate script
im looking to make an object track my mouse server and client side 2 studs away from my character at all times, and the best way ive thought of is to fire a remote event every frame so.... how should i go about that
well if you got a table or a list of things, you gotta use pairs() or ipairs()
correct me if im wrong
Use a unreliable remote in stead
It’s a remote event that doesn’t always arrive but barely takes performance
So great for smth that ur doing every frame
ipairs (instancepairs)
hey ya
not anymore
did roblox seriously update to automatically grab the table size?
they did huh
its general iterator
Generalized iteration has been around for a while
hey guys
Like... I dunno where I went wrong..
local baseplate = game.Workspace.Baseplate
for myCounter = 1, 10, 1 do
baseplate.BrickColor = BrickColor.new("Bright red")
task.wait(1)
baseplate.BrickColor = BrickColor.new("Ghost grey")
task.wait(1)
baseplate.BrickColor = BrickColor.new("Teal")
task.wait(1)
print("you are done")
end
where i need to put the print if i want to get a print when the loop is fully ended
yeah looks completely right
just print right after the loop
It says I went wrong on line 34
i havent been in lua u coding for the past year or two so im confused to see it now
it for sure wasnt a thing a year ago or more
I thought I had to put it in a loop. thanks men🙏
looking for scripter dm me
Dm me if you need dev
NEVER scripting again
What was it supposed to do
that
i saw a video where some dude opened a door and a blackhole appeared
wanted to make smth cool
Then remake that
after the loop my guy

pretty much
how does this not bother you
makes me happy
tweenservice is free

what
ah got it, ty
what incoming packet per second should i be aiming for
Looking to make a game with someone, Dm me!
depends, for unreliables you can pretty much fire every frame but for regular remotes you want to keep it less
Roblox should make it possible to delete your places
Guys I need help, every time the player buys a dev product, market place.processreceipt get fired 1 more time, example, i buy it 1
Time, it fires 1 time, if I buy it a second time, it fires 2 Times and a third time 3
Times
Quit
Some whats wrong with my pet scaling script
U get random kgs wich desides scal and its doing ts
Please someone I have been trying for 2 hours
how do u check if a server is a private or public server? runservice?
Hey man I could help you
OK np and what else you need help with
Uh not much rn js we need help with building
Well we do need help with a shop script
Yeah? What building help?
Uh well anything
Wdym?
Like simple stock script so u can only buy items that are in stock
No Lol
Wer making a fishing game
and I cant figure out why this fish Will not face the other way
Oh I didn't knew I thought that you were making grow a something game from those pictures
alr
Who else is working with you or you are working solo
my buddy
And are you scripter
Cuz I'm scripter and have 3.5 years of experience in lua coding and I still don't think I know a lot of stuff I think I could still learn more
lmk if u need help with any bugs dm me and I’ll fix it
alr
can someone help me
i published my game and it worked perfectly
but now i tried to add some stuff
and it completely ruined my game
is there a way i can revert back to the published version of my game into studio?
And now please dont say cntrl+Z 😭
Hey im building a game does someone wanna help me i already have a small team dm me
guys help please, i have a dev product for example of coins, every time i buy it i get more
...so what's wrong?
chat is this slop
I think it might be
so 3 times = 600 instead of 300 total
...so what's wrong?
Ah
Your script does some funky stuff probably
is there a way to make is less bulky?
Instead of just adding iy
Are you seriously asking
I thought this was a joke
nah legit code 💀
I ain't even gonna read that bro
for mineswepper
Delete it
What is the function of the code
find the neighbouring cells
Yes
I know how
Do u know how to fix it
local selfx = ..
local selfy = ..
local neighbours = {}
for i = -1, 1 do
neighbours[i] = {}
for j = -1, 1 do
local cell = self.Field:getZone(selfx+i,selfy+j)
if cell == self or cell == nil then continue
neighbours[i][j] = cell
end
end
this is actually brilliant
that concept worked i appreciate it
u might be multiplying it by the previous value instead of multiplying it by the original value
thats the only reason i could see that happening
and i cant find ur code to look
Coins.value += 100
can i see the code
pls teach
guys whats the best way to get maximum control on dual tools
like i got a katana with a sheathe but the sheath is always on the left hand
how should it be structured so its easy to animate and run with scripts for combat as well
Need help
A part automatically switches transparency to 0 and turns can collide on, even though I set transparency to 1 and can collide off before play testing
u have some other script doing it
probably hard coded somewhere
I know that. I ain't a good scripter, that's why I'm asking here for help
Anybody got a clue?
show heirarchy
how are u supposed to expect help and show nothing for it

no
hmmm
if its a part
just show me ur client or server scripts that u have running
If u could go to DMS, I'll screen share
@fair copper
i'll pass
@static coral
look i was saying about inits.
i have these modules under modules and theres gonna be like 10 modules in stylevfx folder with unique vfx mechanisms depending on weapon type and combat style.
i can require all of these with just EffectsRegistry module
Who wanna get paid to find and delete these viruses
Me
How much
@inner aspen DMs.
Lol i just told you how, you get the seed based of the time you want and math.noise it and thats your seed its gonna be global since your restocking every 5 mins based of each 5 minutes, seed will be the same for every server
@fair cypress DMs.
fellas, is Knit worth it? or should I not bother
who needs an experienced scripter 4 free? expanding porto
what do u do
what type of things
ok well in like 4 or 5 months id say
?
FIRE
if your good enough i could hire you for main dev
mini empires like?
main scripter*
more like medieval rts, its not grid based
hiddendevs is rlly bad for it, even i cant get comms often since i arent that great so im limited
but
ive never had 1 person respond to me for a comm from hiddendevs
Yo yall wanna make a build a game?
me only 2 lmao
but i get comms elsewhere
?
like?
i got 2 from the roblox creator tab somehow when i first started
Like build a plane
but its still not that great
Wait what do u make?
i tried to via there
but some guy hit me up completely randomly and i got a scripter buddy im working with rn
Dang bro
but @split mantle dm me for more stuff abt rts game ill respond soon
Every scripter always asking me for payment
alr
What do the red dots mean?
who needs an experienced scripter 4 free? expanding porto
debug breakpoints
just click on it to remove them
your code stops when it reaches that line
i normally dont use those but i just thought of how useful that could be
i can't even use them bc i use rojo
oh alr thanks
@split mantle DMs I have an offer.
i dont use it cuz my plugins are broken
yes sir
it takes a bit to get used to
all you do is install rojo cli and rojo init
and add a place id in servePlaceIds in default.project.json, make a new array if there isn't one
hm
u get the placeid by print(game.PlaceId) in roblox command bar
and then you rojo serve and you set it up
why
anyone know if you have to use WaitForChild for every child in a gui like this or can I just do header:WaitForChild("1") and assume "3" will exist too?
local icon = header:WaitForChild("1"):WaitForChild("2"):WaitForChild("3")
because it looks rlly messy
who needs an experienced scripter 4 free? expanding porto
Dm me if you can do a quick task for my game and you can add it to your portfolio.
I use rojo in vscode so the json file is a bit easier to edit
I have a bug with the sun
help
Guys
wtv guy scripted the /korblox /headless command had scripted a virus I could never find so I just copied the build and put it into a new baseplate guess what ( no virus now) yay
Dm me if you can do a quick task for my game and you can add it to your portfolio. (I need a Roblox scripter)
Does anyone have a very good tutorial to learn how Modules work / are used for from scratch?
does anyone have an advice how to make robux asap if you have a little portofilio
im trying to make something that if you go decend into lets lay like a cave, you lose oxygen slowly, the further you go down, the more oxygen you lose and you will need to find like an oxygen tank to gain more oxygen
i just don't really know how to start
good idea
map
make map or hire some1 to make it
then mechanic
then ui
boom
well that i can easily do, i just need to figure out the logistics of it, im making a ui rn
my first code
never
u gotta write it in English man not in Portuguese
I thought this guy was saying random ahh words
so everyone can read
kkkkkk
how can i make it work for every players and not only "gagatopmega35" ??
how does https://www.roblox.com/games/11868251164/SKYDIVE-Off-A-TOWER achieve their flight system
Guys quick question, where did you learnt luau language? and how long it take to make you a professional scripter?
Just look at forums and yt tutorials for a month or 2
Then make ur own shit
you're always constantly learning so there's no pivotal moment where you "learned" it
To learn
For those of us who don't like the new script editor colors, those are the original colors (function name color is the same as local method color)
so where did you learn lua?
I js told u
Forums and YouTube
Then practice what u learned
interesting, but isn't it too short if you only learn luau for 2 monts? like there is advanced script, i've been learning for 1 years and still struggling with making 3 object that will combine if 3 of them is gathered
Well if you’ve been learning for a year
Then o guess you should just ask questions in severs and practice making ur own systems
yea, so how you remember all of the materials that you learned?
Read documentation
You practice
practice enough
but you will forget stuff, that's what the roblox docs and devforum are for
yea its my fault because i didnt practice enough, its my first time making a game by myself and it still 20% of progress
like making a game?
i just realized it haha, thanks man
Hate to break it to you but I don't see a single word that's right
im pretty sure that script was so ummm "terrible", even im not perfect in script
Local part.part =("ServiceStorage")?
you can make systems too doesn't have to be a game
Bro ai codes better than that 
systems?
I wouldnt let this slide
dayum local part.part = ("ServerStorage")
hello = print
print = hello
U doing this on purpose right
yea he is
I can’t tell if you’re ragebaiting or haven’t learned lua yet
If you want a tutorial recommendation I gotchu
Nah man
This is legit the best code
I am the owner of do big
So I can code awesome
This guy gets it
Do the staff take off the weekends?
hi
we take off everyay
this is why you don't use ai
They work 24/7
we have lives too yk
Nah chat gippity is always correct
nope, he dont. because that script will only understanded by several genius people in this world like bill gates, mark zuck
Legit
use copilot ong trust ❤️🩹
u forgot to do script.run at the end :)
Genius
oh dont forget to add:
if __name__ == "__main__":
main()
🔥
what the hell is this
bro tried to mix python a markup language and lua all in one
IM ABOUT TO BREAK MY MONITOR
23:00:54.748 [LockTrigger] Hooked pad at Workspace.Bases.Base2.LockTrigger - Server - LockTriggerScript :111
23:00:54.749 [LockTrigger] Hooked pad at Workspace.Bases.Base1.LockTrigger - Server - LockTriggerScript :111
23:00:54.749 [PadFix] Missing LockTrigger for Base2 - Server
23:00:54.749 [PadFix] Missing LockTrigger for Base1 - Server
23:00:54.749 [ForcePadUI] LockTrigger not found for Base2 - Server
23:00:54.750 [ForcePadUI] LockTrigger not found for Base1 - Server
23:01:36.260 [LockTrigger] No SurfaceGui found under TextHolder - Server - LockTriggerScript :35
i have been tryna fix the gate showing numbers of it being locked with the time for about 2 hours now keeps saying missing lock trigger even tho i have it
You screenshotted my picture
Nah man all real
This idiot is a fraud. I posted this asking for help last month
Well I got the screenshot off TikTok so
🌚
lol is it actually urs
reverse expose
uh
it is... although he deleted the previous message and changed it up the next hour after he posted that
f
obviously it isnt his code, he was reiterating the question to the person to point out their stupidity
So it’s not his…..
How to send multiple arguments in blink without a table? (string, boolean) doesn't work for some reason
Like I said
ah, alright, i misinterpreted it my bad
Blink sucks use packet by suphi
Elize do you know How to send multiple arguments in blink without a table? (string, boolean) doesn't work for some reason
The benchmarks show it’s faster than every other networker
Iirc
it can't be faste
AH! DIVINE REVELATION!
Bytenet is FAR worse than packet
Packet is also easier for beginners
Blink isnt any hard
if u don't understand how to use blink then idk what to tell u bro
Even I learnt how to use it with the documentation in like 10 minutes
I have no problem using blink
We are talkinga bout beginners
I’m just saying I’ve seen people say it’s hard
I am one
As a beginner networker
it's not blink's fault that they have below average intellectual capabilities
No one is blaming blink for being above the intelligence capabilities for beginners
You kind of were?
if u cant understand how to use blink stick to regular remotes
I just said that if you ARE a beginner, it might be harder than some other networkers like packet
That’s is a good point
But people get fomo
fomo in programming is crazy
it's okay bro they aren't gonna patch the low bandwidth method
And wanna be cool by using networking libraries
What..?
The amount of people I’ve seen use Rojo just to get that discord activity is insane
to be cool you need your iq to be above average
They have no idea what their doing
When did this conversation turn into beginner capabilities? we were talking about raw performance of packet and blink.
vscode rpc is for skids
To each their own
I use studio
Works fine as a solo dev
Maybe Rojo is better for teams
I use vscode I fucking hate studio's code editor
Well that’s personal preference ig
I used it for 1 project and it's actually terrible
I think it works fine
For what I need
Version control is nice though
Just haven’t gotten to the point of needing it
That is a good point
Well back to ur original issue
Is there a reason u can’t do it in a table
I meant a dictionary
I am using a struct now which is basically an array
Hey guys can anyone pay for the 1750rbz fund of uploading a ugc to roblox, I'll pay u 50% of the revenue for a year
tun tun
Does anyone know a good anti cheat ( specifically for tp and walk speed ) for a simulator game where the speed can be modified via pets and upgrades so it vary and where there some legit teleportations
you gotta be an idiot to not know the answer
I'mma go all out for my game for no reason
I'mma make rockstar level animations using blend spaces
And procedural animation wherever possible
After all it has to be better than wild west's movement system
why is his head so big
Procedural animation is really so underrated on roblox though
And I'm not talking procedural animation just for movement
It can be used for so much
Like instead of a static item pickup animation you can actually have the character grab the item and put it into a pocket no matter what item it is
it’s very difficult tho
Meh
With roblox's ik constraint thing it's easier now
You used to have to do ik manually
All you need are the positions and a base animation
Because for something like this, you'd use a hybrid of procedural animation and regular animation
To stop the procedural animation from looking goofy

You just blend between the two
I’m going for a parkour game so it doesn’t seem very fitting
actually
Parkour games benefit the most from procedural animation
Think about it
There are so many variables
So many wall heights
So many shapes
A couple of vaulting animations won't be able to handle it all
But obviously this is roblox
Nobody expects you to procedurally animate things
I mean it's rarely done in AAA games
Rockstar is lowkey the best at it
Not even close Lowkey
But yeah
Ain't no one expecting an rbx to have realistic movement
Yeah
you got me interested in ik now
Is it better to use the ik constraints or make it myself for r6
Ik constraints still maybe???
Since R6 will be easier for the constraint to get correctly
anyone script for cheap?
@open yarrow
I manage to make this, what do you think about it
it basically do what you said in the X axis
oh I can remove player added for clarity
local checkInterval = 0.25
local cooldown = 0.4
local function getMaxDistance(walkSpeed, ping)
local threshold = walkSpeed * 1.15
return threshold + (threshold * ping)
end
local function onCharacterAdded(char, player)
local humanoid = char:WaitForChild("Humanoid")
local hrp = char:WaitForChild("HumanoidRootPart")
local lastX = hrp.Position.X
local lastCheck = tick()
local lastWarning = 0
RunService.Heartbeat:Connect(function()
if not char:IsDescendantOf(game) then return end
local now = tick()
if now - lastCheck < checkInterval then return end
lastCheck = now
local walkSpeed = humanoid.WalkSpeed
local ping = player:GetNetworkPing() or 0
local maxDistance = getMaxDistance(walkSpeed, ping)
local currentX = hrp.Position.X
local deltaX = math.abs(currentX - lastX)
if walkSpeed < 0.1 then
lastX = currentX
return
end
if TeleportHandler.IsTeleportAllowed(player) then
lastX = currentX
TeleportHandler.ResetTeleportFlag(player)
return
end
if deltaX > maxDistance then
if now - lastWarning >= cooldown then
local direction = (currentX > lastX) and 1 or -1
local correctedX = lastX + direction * walkSpeed * checkInterval
local newPos = Vector3.new(correctedX, hrp.Position.Y, hrp.Position.Z)
hrp.CFrame = CFrame.new(newPos)
warn(player.Name .. " moved too fast! (delta of x: " .. math.floor(deltaX) .. " > " .. math.floor(maxDistance) .. ") Resetting.")
lastWarning = now
end
else
lastX = currentX
end
end)
end
seems fine to me
i think at laest
I think it's fine but I need to check if * 1.15 is good
i'm testing and it's not working for some reason
oh I'm dumb
I didn't even do the magnitude check
yeah because I restarted from scratch
nvm I think currentX - lastX work since it's on one axis
ok then I have no idea why it doesn't work
I'm still dumb btw
Wait I think I need to do a magnitude check anyways
Uh made this cool domain vfx with scripting
anyone need help with some simple scripting
yeas
I never knew this was a thing lol
How did you do it like this in Studio?
how did I do what in studio?
what u mean lil bro
you can only register up to 200 local variables per script
should that amount be exceeded, script cannot run
elttob vanilla 3
thx
there's tutorials on how to set it up. it's easy.
thx
Guys give me random things I can script and put on my portfolio (it’s empty as fuck)
Is this structure alright?
I know technically I can do whatever I wanna
But like if you were working on the project could you navigate through this and get to where you wanna go
a vehicle system with wall climbing mechanics ¯_(ツ)_/¯
Why would a car need to climb walls
you said random things
True
i do
go dms
Hey uhm I’m looking for a programmer we can split percentages
mid scripter needed
Did use a sphère area and dividendes it in squares then position part at each point and tweened then in order with a table?
Yo u cant hire here
oh srry
Hey I need a scripter for my game
Anyone know a free scripter?
U can be ur own scripter
undumb urself
I already tried
Scripting isnt hard
Ok especially Lua
What
Auto correct
✅
many beginners just get trouble applying logic, syntax's easy, isnt that correct?
Yea pretty much
They also have nowhere to start
whats something basic i should script
Looking for a scripter! Paying in Robux/ $
a part which, upon clicking (click detector), grows 100 studs on all axis (tween Size), changes color to yellow (tween Color) and flies 100 studs above (tween Position on Y axis) for 10 seconds and reverses back.
Streaming via obs to roblox
now thats more like it
do it
Yo I msged u
Completely dodged my suggestion
Anyone have 5 years experience in scripting ?
I got 3 in video editing and I’m offering a special deal right now
Can anyone give me some work to do on making stuff/working on stuff for them as a scripter not for money I just need some portfolio work
i do
@sweet herald
years of experience is a shit way to measure skill
oh i am a beginner but thats kinda easy i need like commision work
@kind wren do u know anybody thats need help on like games
or something
not really but i can give you a list of tasks to work on. they are my past comissions if u wanna recreate them
the only hard thing about scripting is misinformation
like what
guys
@kind wren
so im making a sword fighting game and i was wondering if i should make it save on leave or autosave every once and a while
wait im sending the vid
save on leave or on server crash
ok
make a part smoothly move from point a to point b without tweenservice
a beginner can do that right?
he said he needed something practical
that is practical
i sent him a vid of a spell system in dms
hey there! Im trying to learn how to code better since Im better than average but the coding tutorials Im using are slowly become more just copying code instead of learning!
Build a procedural generation or client side hitboxes. Pretty good commission level stuff
with raycasting i did that
Go to the Roblox docs and start learning new methods
thanks
im doing something for someone now
No. Raycasting is good for guns but not hit boxes. Use a box and getpartsinparts. Make them on the client and verify on the server
Yeaa it's a high level concept used in aton of systems. It makes the game more responsive overall
is chatgpt a good tool to learn lua u?
If you need work in math make a orbital system. No tweens or lerps. Just forces
No. Not to learn it. Learn the basics and semi advanced on your own then trial and error. If you can't figure it out tell the gpt to use only Roblox's API website then ask it what's wrong with your code and what you should do instead. Don't copy+paste
Have you ever made Roblox Procedural World Generation
should i use youtube tutorials
No you will probaly end up using it as an excuse
For the basics yea use YouTube. But once you've learned module scripts and such start tearing apart the toolbox models or testing new things.
Other then that don't use YouTube
And dev forum or discord chats like this for help or ways to improve code
This chat was never helpful with my code 😂 just a ton of trolls. Maybe it's better now
Hopefully 🙏
Btw with commissions are people normally legit or do people actually scam?
I would hope that it's quite safe
I've never got scammed but I think I'm relative professional and flexible. All most all of my commissioners have asked to do extra jobs and have been super flexible with pay.
Ok then sounds good
You just about to start taking commissions?
I'm in the process of setting up a portfolio and I've applied for about 3 commissions
Hell yea bro. What type of things are on your portfolio?
Time Stop Mechanic
I do modeling (low polly) texturing and ui
Want to learn coding but I'm not sure if I want to do that yet
Might just wait till I complete my gsce in computing then try it out properly
Your looks but better then mine. Mine was for a battlegrounds type of game but it was responsive. 🔥
Very nice
If your chasing LuaU for money I wouldn't recommend it. Most commissions are terrible pay and those that aren't typically get accepted by people with more experience then you.
Maybe commission are better earlier in the year. After the kids with summer money dip
Yeah I guess that's true
😮 Which batteground 
Thanks u ! 
It's a WOP. It's not really a battle ground but its got similar fight mechanics.
If they didn't take 70% of them I might just take you up on that 😂
I don't actually know if I ever want to move on from roblox because it's just such an easy and accessible platform for me if I step into unreal I think it'll be way to much for me and probaly cost alot more if I wanted to make a game
Yeaa true. Modeling is basically the same from my understanding. I haven't used unreal much myself tho.
I'm moving into websites actually. I plan on building some sort of SaaS product once I get a good hold of it
should i use it to debug cuz thats what my scripter friend does
That would be a smart move
Ask dev forum or discord instead but you are meant to find out solutions yourself as its part of learning
If your using it for optimizing then yes because you can't improve what you don't know. But if your actually fixing bugs then no. Maybe ask it for a push in the right direction but not for the answer
If your super stuck then you probably shouldn't be doing it and should learn a little more before
That's my opinion anyway lol
so far i only learned print,variable,if statement, and function from youtube should i keep on going
or use a different source to learn
Wellll we differ on that opinion. For example I was making a procedural generation system and I couldn't figure out why my pivotto kept breaking. Turns out I had my models setup wrong and I spent 6 hours debugging before asking the gtp.
Make sure you have learnt it would be my advice and if you have fully taken it in then yea
Yes. I recommend using thedevking's beginner and advanced tutorials then move onto teaching yourself
Yeah that could happen tbf xD
i have been on roblox studio for 6 years and still dont know scripting 😭 (3 years i spent using free models)
Mannn I've despised building every since 😂😂
Same here
Not 6 years though
Also for example I setup an orbit system and I couldn't get the planet to orbit in a circle. Turns out linear forces are a thing and they work great for it
i heard from others that devking is outdated
I used free systems and stuff and have only just got out of the habbit and now doing commissions instead of getting free systems and stuff

