#code-discussion
1 messages · Page 81 of 1
Hello!
I need somebody who can do this:
I am also in need of something lower than 5k if that’s possible if not it’s ok.
Any tasks i should do to test my skills?
Yes
I need help on building a placement system heavily based on the one from restaurant tycoon 2/3
I am using a proximityprompt-highlight on a Model with multiple parts and I'm wondering how I can make the highlight work on the entire model and not just the one with the proximityprompt in it
I need to learn how to code but idk how (youtube videos don't work)
Past chapter 12 it diverge from roblox though
I wouldn't start learning with the above but it helped solidify my understanding
Does TweenService works as a whole when using UIDragDetector for sliders? I can't seem to get a slider to smoothly move instead of just snapping to the mouse no matter what I do, and the documentation on it is kinda buns
you mean saveinstance or a scam?
There are tons of free placement grid tools
Hey man he may just be really lonely and wants someone to talk to
Gotta see the best in people!
Well that doesn't apply in this case, it's a banana.
Objection your honor according to Pfizer people and bananas share at-least 60% of our DNA so it’s at-least 1/2 a person
Exactly, wanna be's not the real deal
This is an Ad hominem fallacy against my client
I would much appreciate not using this civil place of discourse for your disrespect
and blatant Speciesism may I add
my code only print work once when double tap w and then it stop print
then i ask for roblox ai help and this what it write for me
it work like flawless
ignore the hrp btw i was try to write make it flashtep
Flash step on double tap w may be insane
body velocity
like very quick
#Roblox #RobloxDev
nothing new worth posting of my new game development, but found an unused clip of myself messing around with Quickfeet https://t.co/aJ8t7k7umf
Wanting to learn LuaU but I have no clue what’s the best way to grow. I know I need to practice, however, are there any ways you guys would recommend going about it?
@placid ember
Here are a few resources to get started with Lua, or Luau.
Lua
Lua
Lua Codecademy Course
Lua Programming Tutorials Playlist
Lua Documentation
Lua Releases
Luau (commonly known as Roblox Lua)
Lua 5.1 Documentation (version of lua luau derives from)
Luau
Luau Releases
ROBLOX Creator Documentation
ROBLOX DevForum
ROBLOX Blog
Appreciate it.
Oh also just make whatever comes to mind even if it’s stupid best way to learn is by practice and then get feedback and all that
lf a scripter, im investing 70k robux into our for ads . i do ui building and ui some ui (scripting) payment is 50% and it will be a group game dm for idea u must be a pretty good scripter can do matchmaking systems and stuff.
you know that you can make hiring posts in their respective channels, theyd get you more engagement and recognition
because developers of those skills, actually look more in those channels compared to here for jobs!
Hey does anyone know how to do vfx replication efficiently w client side hitboxes?
All the ways I’m think abt has a decent amount of latency
use unreliable remote for playing vfx
Ty
ok so why are we posting adverts in help channels
how do i add a split revenue for my group?
thats what the #scripter-hiring etc channels are for
Accidentally genuinely my bad
Hey creators, You can now manage your Group revenue within Creator Hub. This includes single payouts to your collaborators, as well as recurring percentage splits. Moreover, you can also define your percentage splits per Experience, rather than for the whole Group! We know that improving collaboration controls for your team is only half of the...
its alr
thank you
just apply for a skill role and you will be able to post in the advert channels where people actually look to find commissions etc
nw
How do I do that
can someone help me in a simple script?
it's like, obby sliding part. like yk. if a player walks on the part, he will pushes backwords a bit slowly until he reach the end destination
What's something I could script for the luau programmer skill role?
could somebody give me an example
You could script something like a proximity based light system that turns on when a player gets close
are you sure this is enough to get the role?
This could be scripted in very few lines
and is not that complicated
no
Use tweenservice or lerp on the part
The problem is that the Part (Giver) gives me the carpet but not an buy request before
sooooo easy
how to i make it so it will delete any player accessories
ANY?
Easy
Make the if item:IsA("Shirt") or item:IsA("Pants") then
To
if item:IsA("Shirt") or item:IsA("Pants") or item:IsA("Accessory") then
oh mb all except the head accessories
Oh
which one will be best
Just add another if statement to the loop
Kinda depends, but it u just want to move a part to point a to point b, any would be fine
lemme explain
if item:IsA("Accessory") and item.AccessoryType ~= Enum.AccessoryType.Head then
if the player is on the part, a slide thingy will work through script. it will push the player while the player still can move until it reachers the end
Yeah I still think tween and lerp can do what ur saying
Doesnt LinearVelocity work too
Not scripting btw
U watch him too?
Lets go
k bet
how were would this go in the code i have no clue what im doing..
same
Then how did u make that script
i didnt lol
i meannn i know simple python
I can still guide
but that dosnt translate well
So in item:Destroy() theres an end after that
Click enter on the end of the " end" and put what im about to say
talking about this type of slide
if item:IsA("Accessory") and item.AccessoryType ~= Enum.AccessoryType.Head then
item:Destroy()
end
Thats easy tbh
Yea it does
It’s pretty easy
AssembleLinearVelocity a property inside the part
like this?
No not this, click enter under the if item:IsA("Shirt") and put an "end"
U did it correctly but forgot an "end"
U want?
local speed = 5 --change this however u like
script.Parent.AssemblyLinearVelocity = script.Parent.CFrame.LookVector * speed
All u do is change the way the part is looking
And u change the speed too if u want
Quick question, i am having trouble with some anims, when i play them they dont pause at the end and go back to original positions no matter what i do (looped is false and priority is action before you ask)
So far i tried:
-Using Stopped and Ended
-Manually using task.wait() and entering the seconds of the animaton as well as a few seconds before (sometimes it works the first time and then it doesn't, but mostly doesn't work in general and its not the best approach)
-Stopping it based on an animation event
-AdjustSpeed(0)
-TimePosition
Guys quick question does this look alright?
so, gotta a script file in that part?
u mean this pos?
@frozen swift I PRESSED SOME BUTTON IN STUDIO AND NOW THE GAMES BROKEN
i think it was test or smth
What did u do bro
Nah not rly
idk 😭
😭
Bro mustve pressed the delete key
guys ^^^
atleast i backed it up like 20mins ago
Yeah, they reset back to the original position
Alright nice
well
u can change the priority to something elese
8 years in programming overall
what's up
im lazy to apply for roles 😔
You can just change the number "5" to whatever u like
Looking for someone who can help me with a quick fix that deals with a timer in the game that SHOULD restart when it hits 0 but isnt, im new to this whole games thing and I really need help.
anybody want anything done in studio?
what do you do
scripting/building/ui
how good are u
u looking for payment?
I have a question, what happens if you make it core
send us the code
would gladly do it for a low price (paypal)
i can only assume that it override all playing animations
like its the top priority
I had a recent problem with animations, it shouldn't create any problem with the main animations after I stop it right?
yeah should work fine
is there a way to check whether a script is under an actor without using getfenv? im currently using debug.info but its not really the best idea cause it only returns string path and not actual instances
is 21k good for a decent reliable combat system?
depends
Dm me ur portfolio
script:GetActor()

notification system i made like grow a garden https://streamable.com/xplxwn
Very big file do NOT open(1GB)
how would someone do OOP with luau?
what are u on abt bro
Look on forums there's a really good one
Metatables
They are the closest thing to OOP
what is the name of whisper channel
is it player username?
or RBXWhisper_username
or what
if you can code a battlegrounds game i am makin gone dm me to join
You can make your own classes in Luau
If you need OOP, the means are there
Yuo but replace username wirh userid
I have a question, is it possible to make like a race-round system, in which there will be like, 30sec to build your vehicle with the parts you have obtained ( from other races, from around the map etc ), than you will race it and there would be like different "crates" for each Position in the race?
who has soccer ball systerm
How long did it take your guys to learn lua?
posting this for my friend https://x.com/_ShockedRex_/status/1927490347258581344
Main menu i did for Eminence Reborn
likes and retweets appreciated
Portfolio: https://t.co/8VlbpORw65
Game Disc: https://t.co/pG5Rldj5hU
#RobloxDev #EminenceReborn #robloxscripting #ROBLOX
anyone know why my pc lagging on direct3D11 in studio when my pc can perfectly handle it?
Selling a 90% finished grow a garden type game with a twist. All systems and map is done, just polishing needed. Selling for VERY cheap for what is done, Contact me if you are interested in buying ----> @lunar mist <----

Im a criminal and all my money comes from drug dealing and murders can I still offer
HELL YEAAAA
Anti flight cheat script
hey, so i had a quick question for anyone who has made combat systems in the past. for tagging, what should I use. I was thinking CollectionService but I've heard people use Attributes
watch this video or you're not a real scriper https://www.youtube.com/watch?v=pERLGDAK_6w
In total about 4 months
Really you just need the basics
Then you can practically create anything, just need to learn how to use LUAU features
which r pretty simple imo
this but players can shoot a laser at flight exploiters and they get sent to lgbtq hangout
you can use anything
u just need to store the stuff somewhere
There’s no optimal method
Well tagging is useful for specific scenarios in which you need to like gather multiple selective entities
Attributes I would say are more for states and such
where is way to learn script
most yt tuturol use basic script make no sense i just want to learn like fighting than just color a block
and it not help for me to become scripter
you have to crawl before you can walk. Stick with the process
ok
how
i just want to become a scripter
use your fuking head
where i can make a cool thing like bomb or thing about fighting
you cant jump straight in and make something cool
ChatGPT
than basic script like print() that all same brickcolor.red
true true
can you use raycasts?
what that
exactly
Makes laser
thats how you make even the simplest fighting systems.
No
only some script i know
Those suck
@brittle gale thats what a raycast does. just added a beam to it basically
that advance script but most yt tutrol of script just basic
that not help for me
Nug uh
Why making advanced game
Not good
it mean like when you want to print like 10 time but you have to put print 10 time so use function which you can just put like Redbluegreenprint() 10 time then it show
is english your first language?
yes
please learn better grammer. Respectfully
“Grammer”
some people called me grammer final boss 😦
g shouldnt need to be capped ??
i just dont want to learning script for many month
which waste my life
i want learn verryyyyy quick
get over yourself. Either take the time to learn to code or get ai to do it
monster mentality
the devking tutorials on youtube.
lme
go straight to the advanced series if you think the other stuff is too simple
ok
but some tutorl that not talk about combat script
for a combat script like a battlegrounds m1 for example you need to know how to cast a ray, detect if the ray hit a humanoid then deal damage. same with most other combat systems
i like brawl dev
ok im try my best
ye I did
can anyone help script my game for a price range of 50 dollars?
technically not the right channel but what is your game about
Whats the other version of chatgpt you can use to help write code?
gemini
devin?
can anyomne help me fix up this script
when i try script a function to tap any key to skip it doesnt work
Prob that yes, thanks
what is best script tutrol to learn
why are u scripting on notes 😭😭😭
lol
Hey have you figured out this issue yet
ROBLOX FORUMS ARE BACK
those so outdated and bad
BrawlDev tuts much better @severe ruin 😛
they are a bit outdated but does a really good job of explaning, me and multiple others here recommend him to learn from
ye nothing "wrong" with him, I just think some videos were too long for what they needed to be without deeply explaning
just preference ig, wasnt for me
dang sorry
Ur fine
how do i run a server function inside a local script
when scripting abilities would u use a module script?
thats not how it works
if you want a local script interact with the server
you need to use remote events
ideally, yes
is it possible i can send stuff like create instance do this do that to the remote functions
thats not what remote functions are used for
if you made your research, remote events/functions work as a gateway for server/clients to interact with each other
Hey I know this might not be related with code (or does it)
But I have a question, how do pro developers or like big developers test their game in Roblox Studio if you need to like teleport?
For example a tower defense game, you will need to equip unit on the first lobby place, and then they will need to teleport to the ingame place to test. But roblox studio don't allow you do that right?? You need to test in Roblox. Do pro developers test it in roblox? Are there any other methods I don't know.. i hope you get what I mean
remote events trigger the event OnServerEvent/OnClientEvent via using Remote:FireServer()/Remote:FireClient()/Remote:FireAllClients()
whats also very useful is that you can pass through your own parameters when connecting a function to the event
Remote Functions work simirarly but theres 2 key differences
Instead of Events they use function Invokes and the source where it was triggered expects a result to be returned from said invoke
its useful for stuff like passing data to the client so ui can adapt around it for example
You've gotta test it live. A lot of people will publish into separate private places for testing, and then publish over their "production" version once tested and ready
if by teleport, you mean place teleports, then they have to playtest their game using roblox player
50k
Ok that's not entirely bad, could get you a cool feature
Basically just test it in real roblox? But that's gonna be so time consuming then? If I go on the lobby place, do this do that, and then teleports to the ingame place just to find out I have an error code
Yeah this too.. it's gonna be time consuming correct?
Wait, I don't really get what you mean by publishing into separate private places for testing, what's the difference, do you not equip units from the lobby place anymore or?
Yes, it's time-consuming and annoying. I wish there was another way, other than just testing the teleport place by itself & mocking any necessary data
Hol up
Yo @hasty mesa
Uhm
@glass garden she said that there's a way, by using presets and modules??
thats in studio
still
Im getting different answers from everyone 😭😭
TeleportService does not work in Studio, so there's no other answer. If you want to explicitly test teleporting & data passed via teleporting, you have to do that in a published game
what i'm saying is in the subplace you can check if its in studio, if it is you can load a preset/preconfig
I SEEEE
So you don't need like your lobby place anymore?
You can just go on ur ingame plaxe in roblox studio, load the assets exactly from the lobby, and it's pretty much the same with testing in roblox?
yeah
I see
Also I heard that reserveserver doesn't work in roblox studio, so everytime you click play on the studio, it's a public server right? (I mean ik this won't matter, but just to confirm)
depends on the set up
usually devs add debug tools to make things easier
Just play in the game place..?
It's the same as a "teleport"
Just make sure the teleporting works, game initiation should not change if you just join the place vs teleporting to it
guys beat me in a minecraft duel win 500 robux But if u lose you have to pay me 500
What if i scam u
for a hit detection in roblox, which is better in terms of performance? The .touched event or using both runservice/while loop and :GetPartsinParts()?
https://gyazo.com/eb61a670fab4907fe375697593500f20
Dark-Souls 2 inspired messages, using the SimpleZone module from DevForum, i gotta say this is much better than roblox's touch and touch-ended! If anyone has suggestions if there's more optimized and better modules out there let me know!! Thanks!
That's cool asf
I plan on expanding it so players can leave their own messages and it will save via data store service, but I probably will have to serialize it
Don't use touched
why not
Touched = static hitboxes
Loops = dynamic
what if u just use the physic constraints to make the movable parts
Yeah i concur lol i tried using touch and touch ended its very unreliable there always edge cases with it
Even with using debounces
It sometimes fires too much
their unreliable bc ur not setting up the system correctly
What do u suggest
if ur gonna make moving hitboxes, you must use physic constraints
if you try to move hitboxes via stuff like CFrame directly, its gonna fuck with the physics system and misregister
then theres the latency
using server sided physics provides non exploitable detection
but it will make ur moving hitboxes seem delayed bc of latency between whats actually on the server to what shows on the client
on the contrary, using client context for hitbox detection makes it nearly perfectly accurate
but is suceptible to exploiting so you gotta make sure to add those sanity checks
Lmao what
Why are all ur takes so shit
Physics constraints to make a sword is crazy work
you could just use an animation
Yes and
those work with physics as well
they do bc motor6Ds work using physics engine
part of becoming better is by eing open minded to different methods
I know that method and it's flawed
Please just use rays for maximum accuracy and stop nitpicking ass methods
At this point u a rage baiter huh
rays are certainly one way to do it but i wouldnt put aside the other ways to do it
Rays wont skip because ur scanning what went thru 2 frames
Quick question. When using rays for guns they always fail to deal damage when accessories get hit. Any idea how to fix?
Well you have to hit the mesh
And turn on canquery i believe it's off
Alright thanks I'll try that
Hey Should I learn rojo to work in good Studio ?
Nah it's on by default i am confusing something
It shouldn't fail to hit an accessory but its hitbox is not necessarily as large as the mesh
It hits the accessory and it prints the accessories name. It just won't deal damage
Its good for version control
Oh it's because the part's parent is the accessory
Do findfirstancestorof model
I haven't made hitboxes or anything so maybe I should do that at some point
Ahh shitt I didn't even think of that. Thanks
@noble anvil
Gotta pay more if thats what you want
Has anyone ever tried using Object Cache with a model?
Then the data won't load from the lobby place
How did the ingame place even know what unit are u equipping, etc etc, if ur not teleporting from the lobby place in the first place
What are the best ways to learn or study existing frameworks in Roblox Studio for creating anime-style combat systems and special moves—including smooth animations, hit detection, and visual effects? I'm currently watching Ampro’s series, but I think it might be outdated. Is there a more current YouTube series or page you’d recommend that breaks down these kinds of systems step-by-step?
sorry for spamming, just trying to get answers
Guys, How they creating something like this?
Isn't that one of the scam games
i’m not idk why it comes out like that
just ss it man
Guys what do u need a create a global queue and matchmaking system
uhhhh events uhhhh events uhhh events
uhhhh
i mean what do i need to do first
Guys, did you ever have something not work and it turns out you had to write 2 lines of code to make it work after spending a lot of time on that thing?
sadly yes
Hate having to use a function to clone tables instead of Roblox just stopping them linking
scam
communicationservice or something
Template data m8
messaging servicd
memorystoreservice
They scam you lol
Guys I realised there’s an site in which I can convert videos into image sequence then bulk import the images to Roblox studio and then loop through them through a script and make a video for free
Has anyone tried this
Yes.
Someone has in fact tried it
Or pay 1000 for a more convinient quicker upload
https://gyazo.com/1c96411971f9e606ef40d1e7b2cc4a9f
Added so that players can praise ur message or not
why coding is so hard vro 💔
changing the robux to join a game?
It's a scam.
rojo gives a lot of good / if u use vsc for example, u can use a ton shit of good plugins so, go on.
Yes
Many times
@hardy pilot @hardy pilot
Where are ur friends bullers
I dont see them
They said they d get x10 online of my game
Bad guys
Mr Sherlock here
only issue is advanced autocomplete, there are good plugins for syntax highlighting and luau, however you now have git support, so i think it's a win
I dont know who youre talking about
💔 💔
Bro
Atp Im starting to think you have made up people bully you
anyone here good at pseudocodes?
Wow thats a specific request
I have an exam for it torrmorow, Im cooked
🙏
Well you dont really get good at psudeocode
What
So Im confused at what the exam is
Who's ya'll
We have to like write a simple pesudocode based on a situation that happens in unity
Is the pesudocode like forced
Like some style guide
English/ programming style I think
Its very basic
Or can you just make it up
Start
Set up renderer, collider, and "You are safe" message
Set insideSafeZone to false
When player enters safe zone:
Set insideSafeZone to true
Show "You are safe" message
Print "You are safe"
End
Make a state machine for a character controller
that is upon a collision with the player, this script triggers a "You win" message signaling successful completion of the game
BRO u, and 3 other guys
Actually nvm idc
I dont know you or 3 other guys
Just wanna know what their result
You still retaining that 700?
tf i got a test tmr too
Bruu same
what board
wdym?
uys any open source servers i can steal work from (JK BRUH)
is it not an exam board
guys i can script somme stuff for very cheap since im new
Does anyone know why the model bar creates a smooth part but instance.new creates a stud and is there a way to change the instance.new part to a smooth version?
idk but why not just clone a smooth part
cause i need to chnge the form of the part when it goes trough a thing, but i got it working already
looking for a scripter (longterm) dm if u wanna join a team of 2 people and make money with us (builder and ui designer)
How'd you do it just curious?
are you paying?
like other than %
Before i used the part.topsurface enum. But i figured you can also just change the material of the part which is just easier
It's instantly a redflag if he doesn't mention he's paying
Oh yeah I'm pretty stupid I didn't think about how it would be a different material
Yeah i though the same at first
It says make money with us so sounds like just %
Is chat gpt good for learning lua or is there better ways?
Does anyone know why when i change the LocalTransparencyModifier of bodyparts they still arent visible in first person
In first-person mode, Roblox automatically hides the character's body parts, so changing LocalTransparencyModifier won't make them visible.
@vale crown
Yeah
@foggy burrow
i know that, but how do i make them visible then?
Wsp
@thick quest hi
Hello
Idk you gotta position the camera
ok let’s go back to interface this channel STINKS
Exactly
i figured it out by adding this to the roblox made script "TransparencyController"
Is chat gpt a good place to learn coding
i guess
it messes up the syntax sometimes
Where did u learn?
just watch yt tutorials
Ye but they get super confusing
brawldev >> devforum
I actually didn't watch brawldev but I've heard he's very good at explaining stuff
also documentation
I learnt some stuff
and you get better as you script stuff more
you'll learn what works and what doesn't, what's the best way of doing things
Alr I'll check him out now
But my computer is broken rn so I can only practise on my phone
Did it work?
Yo i lowk need someone to help me learn how to script cause i wanna learn how to script but idk where to start
has anyone here completed school
guys how to find commisions its really hard to find people
Guys whats the best place to learn about all the different objects in roblox studio (ex: ad gui, module scripts, lighting, etc). Anything where you can learn about the different objects that you place under things like parts if you get what I'm saying
Why do you even want to know
I mean yes there are people here who have finished school
simply play around in studio
If you think that makes them a better scripter or something then you're wrong
Asking it to explain is good
Ye it tells me and asks me to write some code what I learned
😢
By just using them, u simply just use the documentation as a reference to learn about its properties methods callbacks etc
So there isn't like a website list about all the functions of each of them or something?
nobody has made that yet?
I dont have a link to it
I jsut search up whatever I need then add roblox documentation at the end
alr
Don't spend hours on it trying to learn every single thhing, just play around with it in studio and just use the documentation as a reference of what it can do
hmm. ok!
Selling a 90% finished grow a garden type game. Selling it for VERY cheap. Contact me here if you are interested in buying. ----> @lunar mist <----
Yall know those tower defense games
On where when you have a tower that you are trying to place they display that circle placement ui under the tower
Any clue on how they do that?
Originally I was thinking surface gui
However that doesn’t work because if you put it on the bottom of a part it just becomes invisible unless your looking at it from underneath
increase the ZIndex
it’s probably just a circle part with a radius
also I would just use normal parts?
based on range
Yeah
Normal parts work
I’m currently welding a circle part and a cube part together
Yes
And just updating the cubes cframe
you can also use VFX to depict the circle range
a particle
Yeah you could do thst too
However
For the cframe updating
That I’m currently doing
It doesn’t let rotate the part because I’m constantly updating the cframe
So I’m tryna find alternatives
the VFX particle can rotate on it's own
use a highlighted circle part
I could just update both parts positions
I don't know what you mean entirely
You rotate it by applying the rotation when you set position
Don’t you have to use cframe to rotate an instance?
there's only one room for a cute kawaii girl like me in here
This is currently what I got
Excuse all the background sound
I’ve worked on it further to update the color to green/red when it intersects an object
Right now I’m using a weld constraint on two parts and weld constraints move the parts together when Cframe is updated. So I update the cubes cframe and the bottom part follows
how do i sponsor a game(ad campaign) but if the game isnt mine even tho its shared with me in a group
Guys why the animations work on studio and dont work on the roblox game, and also what is the best way to load it because im currentyl using local Fart = humanoid.Animator:LoadAnimation(fartAnim) but it sometimes dont load while the game isnt loaded and then it wont work for the rest of the time im on the game
nah it aint
would anyone be interested in working as a scripter for percentage for my upcoming game its just the scripts pending a simple systems?
What tutorial i should follow to learn luau
to be fair, as im learning, im learning of
https://www.youtube.com/@BrawlDevRBLX
he is a good start tbf for me, but keep lookin att the videos,
Like every day, do something, and stay like 1-2 days on each video, to really understand each thing, after that start making small games, like obbys and etc so u really understand, + using ChatGPT to help u understand stuff (not to make anything) and devforum are ur best friends.
I make videos on Roblox game development! 🤯
My channel pretty much ranges from all kinds of Roblox game development-related stuff and I have a huge list of things I want to do with this channel and the community I want to build!
I'm primarily focused on teaching my viewers how to script on Roblox to create the games that they are passionate...
Selling canadian army dm if interested!
the fuck does that even mean
It’s more time efficient to follow a 70/30 rule
70% of your time in Studio, 30% researching/in tutorials
Okay why does it take SO LONG for clients to respond when we talk
isnt dev king better?
like they hit me with an "okay" and stuff and suddently their gone
for a DAY and they always have the same excuse "We were busy", "Something happened" ALWAYS
U should check out dev king if ur beginner
He’s super helpful more basic stuff
If ur getting into oop and modular scripting, I suggest BRicey
pls no use wait()
why
task.wait is more accurate because it uses heartbeat
dw you deserve it!!
the if baseplate check is useless because game.Workspace.Baseplate will error if one of those are invaid members
scripts
and also use the workspace global instead of game.Workspace its easier
alrr
i swear game.Workspace is a longer way to write workspace
like why are you putting yourself through the damage of writing an extra 5 characters
game.Workspace is pointless its the same as doing game:GetService(“Workspace”)
and just workspace
workspace
its a premade variable in your scripts
(a global)
also everything in task subcategory or something (like task.wait(), or task.delay()) can be accessed without writing task. , like you can use task.delay by just writing delay
so for what is game used for
game
no
beacuse i thought u need to use it for everything
they are different functions
game.replicatedstorage
like game.workspace.baseplate
ik task.delay runs a function after waiting without yielding code
task functions are more modernized versions of the original global functions
oh
are they?
yeah
i stlil use wait as the global but use task for everything else
dont use wait
task.wait is objectively better
its always better to use task library as far as i can see
oh well
yes
in what scenario do you need slightly more percise wait
in what scenario do you need a slightly less percise wait
that also has no guarantee to actually run
yea let me pull up the source
well it says "The delay will have a minimum duration of 29 milliseconds, but this minimum may be higher depending on the target framerate and various throttling conditions."
so task.wait() is quicker than wait()
yes, in terms of delay and in terms of performance
ok ill use it ig or whatever or whatever
did anyone else get dmd by venanzio
why dont they add an active property to click detectors 😭
thanks
just use attribute
or just set the max activation distance to 0
or set the parent to nil temporarily
alot simpler
should I use a module for ui hover size and ui sizing? I feel like i should just make a script and copy & paste it tho but i do need to implement a more optimized way.
module
but how tho
loop
so for .RenderStepped for each one?
wait so how would i detect it
like do i just make a script in the button that requires it
for loop where all your frames are and then just .MouseEnter
and check if it is a frame or whatever u want it to
yeah
rate my pathfinding code
romania
what 😭
cat ina bag?
what is he doing
what doing?
bagging the cat?
wrong gif
DAWG
Chat quick question, someone I hired gave me AI written code and said it was their own, does that count as scamming? Can't find anything about it in the rules
if it works and followed your guidelines, then you still have to pay
I'm getting sick of all these vibe coders man giving half working scripts
i would reject
ai is so bad and no one will learn by just using ai all the time
404 trying to resolve a good rating
Very basic, 0 structure, also doesn’t know that the animation ID can just be the ID and doesn’t need to be a whole ass url
how would i animate ui
How do I make server communication? I thought of using GlobalDataStore, though it has a lot of limits, and I didnt really know what else to use
profileservice
ty Ill do research
Tweens
tweens
How do fix a bug where Setting network ownership causes the football to not move anywhere for certain players when they kick it
TweenService!
Is coding in roblox worth it as a side hustle when you're a minor
Do you enjoy it
I did have some occasions where I scripted some stuff but I didn't feel anything
how old we talking
Currently 16
Dont waste your time if you dont think youll like it its alot of effort to learn and all that
as long as you don’t outright hate it yeah it’s good
I personally do it as a hobby and then opportunities popped up
i do it as a hobby and i want opportunities
but I need a portfolio for everything
Nah I don't think it's that bad. I Just wanted to get a gaming pc before I turn 17 and I tried 3D modeling but to be good you need heavy softwares like substance painter and my bad laptop isn't great. So I resorted to scripting. I do have a bit of money to invest into courses if that's needed though
courses aren’t needed
You dont need courses
don’t waste your money on some zero to hero course
If you don't have fun doing it, there is no reason to
just basic logic and then trial and error is how it works
bro your pfp made me think this is guilded
with a little bit of study
If you're only after money, pretty much an other job will make you more
I just rewatched the same tutorial a bunch of times until i learnt syntax
Yeah but that's the thing I can't at my age
depends which level your working on, developing for a front page games pays you very high
I have a test place where all my stuff is and looking back man I had some horrible loopholes to make things work
BUT it does work

It's not like I hate it or like it, I just feel nothing. But maybe it's because I only did simple stuff
Maybe if I do hard stuff I'll have fun
once you get better you’ll start feeling love or hatred
Whats your skill level at it
roughly
Well obv you cant work full time if you're in school but I'd assume that in non shithole countrys minors are able to work
Part time
Or in hoildays e.g.
yeah only minimum wage
and minimum wage is lower the younger you are
Usually it's like that for me. If something doesn't engage me to actually put myself into then I feel nothing. It does feel great when I struggle with something because I learn from it
Then coding is fun
because youre gonna have alot of issues
Not where I live at least 😴
unless you have a mental breakdown it’s good
funny
My final project in one of my classes uses code like app.bwuh[skibidi] so its barely readable
Its a pain but kinda fun to do stupid stuff like that
no
agree to disagree
does anyone know a good lowpoly follow icon
Tweenservice
or
you could put :Tweenposition or whatever next to the ui's name
or you learn Fusion
fusion
yea ig
Fusion is so complex imo
in rbx studio?
not great for someone who doesnt know how to tween
cuz i've never heard of fusion
yeah in rbx studio
but uit stll involves tween
looking for a scripter who accepts %
"looking for slave labor" ahh
Not slave labor if the game does well
"looking for children to be my slaves"
guys help me how can i do this a simple way, so bascially i made a way to iterate through a class but there should be a way more efficient method but idk what it is, i'm learning python so help plz ```py
class Create:
def init(self, Name, Gender, Age, Race):
self.Tab = {Name: None, Gender: None, Age: None, Race: None}
self.Tab["Name"] = Name
self.Tab["Gender"] = Gender
self.Tab["Age"] = Age
self.Tab["Race"] = Race
Joe = Create("Joe", "Male", 5, "Human")
for w, (Index, Value) in enumerate(Joe.Tab.items()):
print(f"Index: {Index}, Value: {Value}")```
a very big if
why not just do
for index in Joe.Tab:
value = Joe.Tab[index]
or u could use items and unpack the tuple
enumerate seems redudant here
for index,value in Joe.Tab.items():
...
hm?
k so
local function LoadingTS()
local TweenService = game:GetService("TweenService")
local SpinningFrame = script.Parent.SFrame:Clone()
SpinningFrame:TweenPosition(UDim2.new(), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad)
end
i need help with this
ur udim2 is empty on the tween position script
ik
also i dont know why ur loading tween service in the function
whats the issue ur having?
like what r u trying to make
i need the UDim2 to make the thing go up a little
u can move the frame to where u'd like in studio, check the postion in properties and paste the position in ur script
ohhh
also dont forget to add time to ur tween
ohh ok
Anyone know how to make these place correctly? Been trying for like 2 1/2 hrs
depends on what ur trying to make
theyre supposed to act like they do in the vid buttt like half the time they place in the previous one.
make an if statment for it
if one is in the same place with another, then move it in a diff direction
thats not what i meant. Sometimes they just orientate wrong and dont go where intended. Causing them to spawn in eachother. Like this for example
yeaa ive tried everything i could think of nothing worked
keep teh if and make that :Destroy
This is the script in question ```local NextRoom = RoomTemplate:Clone()
NextRoom.Parent = workspace
task.wait()
NextRoom.Name = "Room" .. TotalRooms
local EntryWall = NextRoom:FindFirstChild("EntryDoor")
local PreviousExitCF = LastRoomExit()
print(PreviousExitCF)
local entryDoorModel = NextRoom:FindFirstChild("EntryDoor")
local entryCFrame = entryDoorModel:GetPrimaryPartCFrame()
local offsetFromEntryToRoom = NextRoom:GetPivot():ToObjectSpace(entryCFrame)
local finalRoomCFrame = PreviousExitCF * offsetFromEntryToRoom
NextRoom:PivotTo(finalRoomCFrame)
local ExitWalls = {}
for i, wall in pairs(NextRoom:GetChildren()) do
if wall:IsA("Part") then
table.insert(ExitWalls, wall)
end
end
local ChosenWall = ExitWalls[math.random(1, #ExitWalls)]
print(ChosenWall)
local NewPrimary = NextRoom:FindFirstChild("ExitDoor").PrimaryPart
NextRoom:FindFirstChild("ExitDoor"):SetPrimaryPartCFrame(ChosenWall.CFrame)
ChosenWall:Destroy()
LastRoom = NextRoom```
well the func
What I was looking for Ty 👍
imo the 2nd snippet looks better
never using a free model again oms 😭 🙏
where did yall learn how to code
YouTube
Anyone know how to orientate rooms in procedural generation systems?
you mean so they align?
I think I saw a tutorial where they put the rooms in models and then pivoted the models to connect at the PivotPoint
The PivotPoints being the primary parts of the models
So they would just do
room1:PivotTo(room2.startPart.CFrame)
Where both rooms are models with primary parts set to where the room ends
Yea
They are in models. Ill try that next thanks
i need help ive never made random generation for ore idk how i need help
anybody willing to help for 1 bobux a year?
Wym a random generation for it? Like it spawns in a random area?
I tried this and it aint work. They just spawn in each other
can u guys help this guy out @fringe forge
yes please help me
me user is jary_1188
roblox
@wet meteor no one responding
CAN SOMEONE HELP ME
Someone help me
I need a scripter for me fighting game
What's the pay
sob
Went from 25k per task to a % of a non existent game
but dw his game will be the best, see he's using a tutorial, what could go wrong?
💀
Maybe he was just watching the tutorial for fun and it isn't related to the game he's making! Oh wait-
LMAO
chat 😭
He could have at least edited it 😭
nah I got him to send transactions before we properly discussed payment so he couldn't edit 😭
LEAVE ME BE
Get a better tag
nooo the fearless shadow why
@somber vault cuz lil bro tried so scam me
I think you did
@somber vault no i didnt i was gonna say i wil get robux next month
yeah then why hire now if ya dont got shit
can someone help me with basic admin essentials plugin, i want to add a sticky message command even for those who join i want them to see it
@strange fiber do u want help from me?
yes please
Brokie
ok whats ure user
oh i mean im buzy in roblox studio
yes
what r u adding me for
ur not joining my game mate
i dont want u to join my game
i want u to js tell me
WHAT NO?
i need help
with
scripting
lua?
can u help me
i mean roblox studio
but i dont know how to find tsb saitama audio effect
WHAT DO U WANT
he is
@sonic mauve NO IM NOT
yes you are
no im not
ye syou are
you*
His videos are kinda old and not updated with teh current sstudio, theres always new stuff coming ande tc
I said let's do half upfront and he called me a scammer 😭
but ofc he's not the scammer for saying "trust me bro I'll give you 100k but I only have 2rbx rn"
He can't even script 😭

