#code-discussion

1 messages Β· Page 185 of 1

hollow panther
#

like i dont understand that part

vagrant peak
#

for combat systems thats the servers job no? or am i missing something

shell nest
#

the client needs to know of other clients states

#

for responsive combat, if I am checking if a client is blocking the communication from client->server->client again will have latency that will affect combat

#

if the statemachine saves on the server how do clients access it

vagrant peak
#

yeah fair enough, at the end of the day you can always selectively replicate

shell nest
#

all those remotes are better than using like attributes

#

one remote with different params?

#

yea

#

yea

#

hell no

slate lotus
#

when does the scam come up on the website after it's been resolved?

ocean oasis
#

whats better for a round based game, a while loop or runservice?

#

should I have my game run in a while loop or should i put it under heartbeat or

sacred lily
#

Can someone help me with testing my matchmaking system real quick?

#

The system is all ready, I just need to make sure it works, it will take a few seconds

sacred lily
mossy zephyr
#

can anyone give me some tasks so i can train my scripting skills

ocean oasis
#

idk wym by that, my whole game round based game runs in a whileloop, from function to function, intermisison to game begins to game ending etc

#

is there any benefit to having it run using runservice instead

quiet totem
#

I don't think that's necessary for a round loop

ocean oasis
sacred lily
quiet totem
#

Yes

ocean oasis
quiet totem
#

You can also use events for more precise conditioning

sacred lily
#

You'd need a function repeating itself continuously

quiet totem
#

That's just the same as a loop

ocean oasis
sacred lily
ocean oasis
#

well not a conventional loop but it is a loop yeah

quiet totem
sacred lily
quiet totem
#

I'm gonna

#

You

ocean oasis
#

huh

#

😭?

quiet totem
#

Anyways so it's just that no do? What's the difference with it?

ocean oasis
#

do is a condition, this one doesnt have a condition

sacred lily
#

They practically do the same

ocean oasis
#

i feel like one massive function would look more disorganised

quiet totem
#

I would personally do small functions wrapped in a loop for control

ocean oasis
#

back when i was making a prototype i did multipel scripes that enable and disable one another

#

though that was too much hassle

sacred lily
#

Functions repeating themselves are considered recursion and loops are iterations

ocean oasis
sacred lily
#

Using a loop is probably the best practice, but you don't necessarily have to use loops

ocean oasis
sacred lily
ocean oasis
#

i did it like this instead? though one guy here had mentioned using attributes and attribute changed signal and god that was a life changer

sacred lily
#

Also that (it also depends on how often you use them, though)

#

Oh don't worry, it would also work

ocean oasis
#

to update gui

quiet totem
#

Both connections yes

ocean oasis
#

i thought i had to use module scripts before but attributes make it easier

#

gui live updates intermission, number of players timer all of that

quiet totem
#

Do you put all attributes of the game in one config instance?

ocean oasis
#

and then i update them through script

#

when needed to

#

local scripts catch the signal

#

do some checking and update the gui

#

for now im not aware of an easier way to connect server sided event changes with local gui updates

quiet totem
#

Oh yes I figured, though what's different with using instance values (numval, val etc) and this?

ocean oasis
quiet totem
#

Yes

ocean oasis
sacred lily
sacred lily
quiet totem
#

I figured such, I'm planning on changing the way I handle server data to replicate

ocean oasis
#

attributechanged signal appears to be so much more simpler

sacred lily
#

In the way notitachi mentioned they've made the system, client handles the updating phsae instead

#

And it's also a lot more customizable on the client side

ocean oasis
#

its so simple so easy compared to what ive tried before

#

tried using instances and module scripts 😭

sacred lily
#

Yes, and I'd say it's more efficient than server firing a remote event continously for all the clients

quiet totem
#

If this topic is about sever attributed to GUI client we probably should skip this

ocean oasis
#

tho portion of my tables are stored within a module script

#

so its more practical and versatile when adding shit like spectator mode

sacred lily
#

I still, in the present day, don't understand why people are in need of using ProfileService

fair copper
#

what makes a combat game 'skill based'

sacred lily
#

It's really easy to avoid dupes and data loss if you know how a session lock works

fair copper
#

is it timing window? parrying stuff? or what

sacred lily
#

Keeping weapons/classes (or whatever the game has inside) balanced is the key 😊

quiet totem
fair copper
#

then what does the opposite of skill based mean> is that p2w

quiet totem
#

anything with robux is p2w for them don't bother

fair copper
#

what can be p2w in pvp games?

#

having op skills behind paywalls?

sacred lily
sacred lily
quiet totem
#

oh maybe I should get an actual queue system instead of just the teleport service private match type

ocean oasis
sacred lily
quiet totem
#

New terms for me, care to explain?

sacred lily
#

Inter-servers and server bound?

quiet totem
#

Yes

ocean oasis
#

i aksed her if the queue was only locked for the players within the server or can it reach other servers where players are in queue

#

so it queues two players in diff servers

sacred lily
#

Inter-servers (or traditionally global) stands for something which works within multiple servers or simply all the servers

#

Server bound is a system which doesn't reach outside the server it's running in

quiet totem
#

So essentially like datastore data?

ocean oasis
#

so two ppl queue from diff servers and it works?

sacred lily
#

In this example, my queue system being inter-servers means that it matches people across serverse

sacred lily
quiet totem
#

Oh I see that's interesting

#

Thanks for the explanation, I'm not much in discussions

sacred lily
#

You're welcome, never be afraid of asking

ocean oasis
#

thats neat yeah

#

how long have you been coding for

sacred lily
#

For a year and a half from now

#

What about you?

ocean oasis
#

like

#

5-6 months im pretty sure

#

im quite new

sacred lily
#

Oh that's great

ocean oasis
#

tho its very fun to do

#

been working on some simple projects

sacred lily
#

It is, especially when you notice that you can scale up infinitely throughout the learning progress by gathering more experience

#

You'll always get better as you keep doing it

ocean oasis
#

its addicitng

#

like oh shit this works and i did this

sacred lily
#

Lol yes, but it is actually the hardest field to acquire the dopamine income though

#

As you can't really see anything visually until it's done

#

Also that simple mistakes may lead to failure very often

ocean oasis
quiet totem
#

Do you guys also construct systems mentally? Like full systems just using your mind no writing or making

fair copper
ocean oasis
#

so i just reversed the version, fixed some minor shit and called it a day

quiet totem
#

sometimes it do be like that

quiet totem
sacred lily
ocean oasis
#

you think of an idea, and you use ur current knowledge to derive a way to make it reality

sacred lily
#

I literally pre-wrote the queue system on my notebook beforehand

solid cape
#

yo g`s

#

i have a request tomake

fair copper
#

im tryna make an advanced ai i dont know if its possible on roblox but basically it'll analyze players and patterns and act based on it.

quiet totem
#

Hm for me I just structure them and make them once I can

quiet totem
fair copper
#

it is but for now, with minimal work what i can do is, make it local and make it analyze the attacks of players thats happening in that combat instance

quiet totem
#

But Roblox pathfinding is kinda weird, never tried it myself but I've seen people lose their minds over not going stairs

#

Local AI for an npc?

fair copper
#

it'll improvise its own strategies like finding the weakest player or finding the player that has done the highest damage and try to raise the heat level

#

enemies in my game always try to raise heat level, which is like a server sided meter to measure how aggressively does the ai attack

fair copper
ancient jetty
#

Oh

quiet totem
#

Hello neighbor fell off

ocean oasis
fair copper
#

and the peak of this would be having an external db analyze all the attack patterns, movesets being sent to the db 30 seconds before any server is deleted

#

like a data lake

quiet totem
#

Oh so it's a learning AI not some algorithm then

#

hm

fair copper
#

yeaah well the peak of this system

ancient jetty
#

Bot?

sacred lily
#

My brain always itches when I read of brainrot texts

ocean oasis
#

neural networks, ai learns based of reward and punishment, when it succeeds its rewarded vice versa its punished

iron kraken
#

the lion does not ocncern himself when the small dog barks

iron kraken
#

blud is not cold

fair copper
odd cedar
fair copper
#

http services are a fuckup

ancient jetty
fair copper
#

so im hesitating on making it external for now lmao

ancient jetty
#

Is that a copypasta or some shit

odd cedar
#

technically yes

fair copper
#

because my ai uses parallel lua for some shit so really its a fuckup if u pair it with http requests

solid cape
#

yo guy`s i need help with a script for my punching anime

ancient jetty
fair copper
ancient jetty
quiet totem
#

I agree.. probably

fair copper
#

theoretically it works

sacred lily
fair copper
#

but it'll differ in application

#

if not i'll just make a dumbass smart ai, like the usual ones

#

lol

quiet totem
#

What is parallellua, never tried the connect parrarell event

iron kraken
#

the problem is they made it too general and tried to make it fit every situation but as a result it does work very well
wehreas if u make ur own pathfinding that is specialized for what u want it will work a lot better

fair copper
iron kraken
#

parallel is only good for things that take a lot of computation like generating a large map most of the time it is worse because of overheads that are necessary for creating more threads and also increased complexity

sacred lily
fair copper
#

and if u know what ur doing

sacred lily
#

Multi-threading is a good feature yes but unnecessary in most of the situations

fair copper
#

im gonna use parallel on my ai only

#

probably

iron kraken
#

u shud make it non parallel first then identify the performance issues and try to parallelize those

fair copper
#

hmm yeah that'll be a long test run i suppose

#

but it'll be worth it

quiet totem
#

Like spawn/coroutine/ that one I forgot

quiet totem
#

Thanks I'll come back if I don't understand it

fair copper
solid cape
#

yo guy`s plz

fair copper
solid cape
#

i need a script for my punchiing anime

sacred lily
ocean oasis
sacred lily
#

My bad, wrong mention

sacred lily
ocean oasis
#

bad choice idk, is it unnecessary? sure

iron kraken
#

so coroutines and scripts all run on one core so its not actually parallel (each thread running on different cores) its time shared

quiet totem
#

I don't think I should be studying parrarell processing yet

fair copper
#

yeah its like

#

after ur like done with series stuff and the standard

#

most people dont even use it ig

iron kraken
#

yea its pretty complicated

#

because its not really like regular scripting

fair copper
#

im just gonna like make a base ai module that would run a mob and a boss and decide on how smart or dumb it is based on attributes

#

for now

#

lmao

quiet totem
#

Do you guys have tips for good practise on making systems/just in coding in general?

ocean oasis
fierce hearth
torpid lava
#

yo this for roblox only or general code

merry shoal
#

πŸ˜”

torpid lava
merry shoal
#

no bro roblox server

#

roblox code

#

roblox

torpid lava
#

theres ton of c++ scripters here dawg πŸ₯€

#

or python

merry shoal
#

ok

torpid lava
#

or java or idk

glass pumice
#

started messing with heuristics

lean ocean
#

6 7

sick radish
#

so I just made a random script for fun to like learn more of functions but when I run my script its keep saying Workspace.Script:2: Incomplete statement: expected assignment or a function call and my script is: local function idk(number1, number2)
Local result=number1 + number2
print(result)
end
idk(5, 2)

steel crest
#

looking for a quality scripter we pay with $ and %

lean ocean
#

local result = number1 + number2

sick radish
karmic cobalt
#

someone had problem with lsp like me?

warped sundial
#

what do u want

waxen edge
#

yo

drifting mulch
#

500 robux if someone fix few bugs in my donation game

lusty barn
#

you've been asking this all day when you could've just fixed them yourself

coarse garden
#

Looking for someone who can make me a custom quirk for a MHA game I want to be able to do VFX maybe a little cinematics but overall good skills aswell a script them

coarse garden
# lusty barn pay?

Cash or Robux either one’s fine regarding how much you want you can DM me about

clear kelp
#

how long does it take to be able to like do the hiring tasks in dc

#

like the basic ones

#

i got an understanding but wondering

lusty barn
clear kelp
#

alr

warped sundial
#

who wanna join a community for making simple roblox games

charred tundra
#

Anyone need a obby templlate for sale (Robux Cheap)

lusty barn
#

code-discussion is so cooked 😭

sage ermine
#

I suggested before there should be a sort of dedicated category for ever-so-slightly more experienced people just to filter it out nonsense, not sure if that will ever happen though

lusty barn
sage ermine
#

kinda like advanced code if advanced code didn't suck as a channel

lusty barn
#

oh

sage ermine
# lusty barn there is advanced-code and no one uses it

yeah in the suggestion thread there was a whole convo about that, point was that I don't really want to limit people by hyper-specific qualifications, just more of a "creator's corner" where people who have verifiably been a part of a development process get whitelisted

#

Like I don't think people care about people who suck at coding asking coding questions, they just care if that person is actually a normal person willing to learn or if they just want you to script for them

#

in that sense a more general creator's corner with a few select rooms that getting access to one grants access to all would fit an interesting all-in-one development purpose where mid- and large- size developers know they aren't going to get jumped by a bunch of nonsense, without so specific of criteria that you have to one-by-one apply for specific roles like Advanced Code

#

was not a bad idea i think, that thread was poppin for a while months ago

#

cus like realistically whether you are a coder, modeller, producer or audio engineer, you probably have good reason to be reading/using various different creative rooms (since a lot of things integrate into other systems in development)

#

if the choice is "Ask a very serious question in Code Help/Discussion and get brick walled/ignored" or "Go out of your way to apply to Advanced Code, a dead chat", I'd rather a middleground choice of "Ask the question in the all-skill-groups Creator's Corner code discussion channel and get real advice"

lusty barn
#

holy yap 🀣

#

ahaha

iron kraken
#

@sage ermine do you know me

sage ermine
#

don't complain about issues you don't have solutions for sunglas

iron kraken
#

im famous

sage ermine
#

Also sorry when you replied to me I assumed you would like conversation

#

ig you were just whining for the sake of whining so go off queen

sage ermine
iron kraken
#

what

iron kraken
#

im known there

sage ermine
#

the.. website?

iron kraken
#

the discord server

#

ir emember u have a tower game

sage ermine
#

is that roblox scripting assistance

iron kraken
#

yes?

iron kraken
sage ermine
#

You ain't even in that

#

🀨

iron kraken
sage ermine
sage ermine
iron kraken
sage ermine
#

ok

iron kraken
#

i just remember u had a tower game

sage ermine
#

that is true, yes

iron kraken
#

yup ik

dapper oriole
sage ermine
#

ye

#

really we don't need a code help and a code discussion channel publically accessed because both end up with a weird mix of spam conversation and most of the questions that do get asked are pretty gnarly

#

hard to even really judge the people not helping when 50% of the questions are like dog poop poorly worded

#

Creators Corner Category that anyone with any skill role can access any of the rooms in == less spam, more usefulness, but not as exclusive as advanced code

proud fable
glacial cradle
#

Is there any way to check if a user has favorited your game without using avatar service? A good example is rivals?

warped sundial
proud fable
#

Yes

cinder basalt
#

Is that even possible

rapid verge
#

kk

sudden anchor
#

Yo, my game's voting scripts for map voting and stuff is completely broken, and so is the switching teams mechanic, anyone wanna help me bug fix and add a couple things for 2k robux?

scarlet viper
#

Yo who can help me script a bike e to mount and e to dismount and normal wasd movement and last of all how the player should sit on the bike hand on handle torso bent not to much and legs where it meant to be

short void
#

guys can I think of physics assembly as a collection of parts connected to each other and they depend on one part to do stuff

#

or should I just think of it as a collection of parts

final field
#

Hey I wanted to know if anyone had experience coding camera angles, lighting and production type stuff for roblox?

green loom
#

what’s the difference between a server script and a local script?

hallow crag
warped sundial
#

who wanna join a community for making simple roblox games

warped sundial
short void
#

are assembly a group of parts and when moving the rootpart it moves the assembly

cunning hemlock
#

I can script simple system for 1k robux

warped sundial
#

who wanna join a community for making simple roblox games

fringe totem
#

How do u type in scripter hiring
?

tired remnant
fringe totem
#

thanks

somber vault
#

help me out

cunning hemlock
cunning hemlock
somber vault
#

No im good 1k for a system is very ahh pricing

cyan fractal
#

is new

cunning hemlock
hallow crag
#

thats slavery bro

cunning hemlock
cunning hemlock
#

Oh

#

I can script simple systems for 5k robux

hallow crag
#

just develop a game bro you can make alot more robux

#

robux commissions are not worth it

shell harbor
#

Is anyone hring any UI Designers? I am looking for any freelance jobs(short term) DM me for more info I will give you my portfolio from there.

ocean oasis
#

The way clients offer extremely low pays on complex tasks in scripter hiring is wild

#

Percieve this absolute abomination of a post

#

20 hours a week proficient experienced developer for 150 dollars

#

LMAO what??

#

For 150 dollars best I can do is let u suck it dry king

lean ocean
#

not to mention the other stuff

ocean oasis
#

Or some paying in thousands

#

And then u see this embarrassement

#

These posts should be removed man

slender falcon
slender falcon
#

this shit crazy

lean ocean
#

ong

ocean oasis
#

Deadass someone gotta tell that guy to delete the post

slender falcon
#

brody think scripter codes 100 lines in a sec

ocean oasis
#

@fringe totem ur post is embarrassing delete it king

fringe totem
#

bro get off me

#

7+ ppl already dmd me

#

how is it embarrising

slender falcon
#

@fringe totem wth is this shit bru 20 hourspraysob

lean ocean
#

he gonna be paying 1 dollar an hour

fringe totem
#

wdym 20 hours where did i say that

#

BRO THATS NOT ME

lean ocean
#

LMAO

slender falcon
#

oh

fringe totem
#

I JUST CHECKED

slender falcon
#

frick

fringe totem
#

WTF R U GUYS TALKING BOUT

slender falcon
#

my bad

fringe totem
#

its fine lmao

lean ocean
#

πŸ˜‚ πŸ˜‚

ocean oasis
#

Insane how misrrable ppl are

slender falcon
#

whos that person then ?

ocean oasis
#

7 ppl dmed you? Tell them off and spare them

#

Tho iom believe that a single bit

#

OH SHIT UR RIGH

#

SORRY THAYS NOT U LMAO@fringe totem

#

Nah ur post is decent

#

Forgive me king

fringe totem
#

its fine LOL

ocean oasis
#

@cinder jetty YOU delete the post

slender falcon
#

i found the guys

#

@cinder jetty WTH IS 20 HOURS MAN

#

FOR 150 BUCKS ONLY praysob

vast gazelle
#

wtf

#

5 years experience too

slender falcon
#

ye this shit crazy

#

17 age too wth hell bro wants in 150 bucks

lavish plinth
#

how do i apply for programmer role

slender falcon
#

" AT LEAST 20 HOURSSS"praysob

vast gazelle
#

my fault that i wasnt scripting since 11 years old

#

damn

slender falcon
#

thats is the most shityy hiring post i ever seen

vast gazelle
#

fr

#

the dudes that dm you asking for free work are better than this shit

slender falcon
#

ye

vast gazelle
#

at least they are not actively trying to scam u

#

they just ask for free shit

slender falcon
#

at least not " 20 HOURSS AT LEAST"πŸ€“

slender falcon
vast gazelle
#

if the ai isnt bullshitting then you would make 150 dollars in 11-12 hours by working at mcdonalds

#

in the us

lean ocean
#

i hate how these people think years = experience

vast gazelle
#

i actually respect them if they're not spewing bs and actually are looking for help

lean ocean
#

someone thats been scripting for 2 years can be better than someone thats been scripting for 5

vast gazelle
#

they're not scared to just go out and ask people

#

thats cool

lean ocean
#

also how do u prove uve been scripting for that long

lavish plinth
#

2 years usually isnt that far off in skill from 5 years in my experience

vast gazelle
#

how long you have been doing something souldn't be important for hiring

vast gazelle
lavish plinth
lean ocean
#

what should matter is ur portfolio

lavish plinth
#

and doing commissions in scripter hiring with chatgpt

vast gazelle
lean ocean
#

exactly πŸ’€

vast gazelle
#

more in depth things

#

idk

lean ocean
vast gazelle
#

i dont have 5 years of experience but that's how it feels like

lean ocean
#

like typechecking networking

slender falcon
#

i like this one and 1k bucks are great pricing and 15% at the end ya got the money and if goes viral more money

lavish plinth
#

picking up new programming concepts and other ways of structuring logic

vast gazelle
#

yeah

slender falcon
#

who like veichle system?

ocean oasis
slender falcon
slender falcon
hallow crag
vast gazelle
#

how did yall realise you were good enough to start taking commissions?

#

should i just go ahead and look for some

#

ive been scripting for 1-1.5 years

#

i can make basically anything

slender falcon
vast gazelle
#

ive made multiple small projects and stuff

slender falcon
#

you can always be better

vast gazelle
#

tru

slender falcon
#

i tried one time it was shit experice

hallow crag
vast gazelle
#

what was it

hallow crag
slender falcon
hallow crag
#

i just work with dev teams for % of revenue

#

you can make way more

lean ocean
#

or make ur own game

vast gazelle
#

huh

slender falcon
#

tbh best way is working with and 100 ccu game for %

hallow crag
#

you have to integrate it into the game itself

hallow crag
slender falcon
#

frick my keyboard

hallow crag
#

i aint doing all that

slender falcon
#

shit ahh up keyboard

vast gazelle
#

im garbage at animation

slender falcon
#

making an hole game is nuts

vast gazelle
#

and not even decent at 3d

slender falcon
#

me too

#

i am decent in 3 d

lean ocean
vast gazelle
#

i was trying to make stuff with a friend but that mf refused to learn blender even though he was supposed to be a builder n stuff

#

then i just left him cuz even i was better

slender falcon
hallow crag
lean ocean
#

blender is modelling

#

mostly

slender falcon
#

ye

hallow crag
vast gazelle
slender falcon
#

i made my first build but then i dont make bc its kinda boring just to build

vast gazelle
#

so i cant make the cool stuff

slender falcon
# hallow crag whole*

mb my keyboard keys dosent work some time i am thinking of getting new one any suggestions?

hallow crag
slender falcon
hallow crag
#

but when it comes to building and modeling hell nah

vast gazelle
#

i can only really do scripting, ui and basic building / modelling

slender falcon
#

modling just take time not worth it make an model for 4 hours ffor 5 bucks i am good buddy

vast gazelle
#

im horrific at animating

hallow crag
vast gazelle
#

ill probably never learn it lol

vast gazelle
vast gazelle
#

some people are just insane

#

idk how many hours u need to put into blender

slender falcon
vast gazelle
#

im trying thopraysob

#

yeah but i want to make cool stuff too

vast gazelle
hallow crag
slender falcon
#

co onwer what is you game about ?

vast gazelle
#

most players are little kids

#

so the algorithm will always push garbage games

#

sadly

#

unless the little kids gain intelligence, however that is just never gonna happen

serene fjord
#

can smbdy make me a rollerskating system EXCACTLY like the one in this game ill pay like 10k or however much it cost for it

vast gazelle
#

how could he

gray barn
#

hes chill

serene fjord
gray barn
vast gazelle
vast gazelle
#

where they dont even name the price or tell what u should be doing

#

oh wiat uhhhhh

vast gazelle
cunning hemlock
vast gazelle
#

its all good bro im just kidding

tired remnant
ocean oasis
#

H

echo anchor
#

Hello

#

Erm

cunning hemlock
#

Scripting Simple Systems for robux who want me to script for him???

echo anchor
#

Why u send that@slender falcon

#

@cunning hemlock me

cunning hemlock
echo anchor
#

Oh I thought u hireing

cunning hemlock
cunning hemlock
echo anchor
#

Nvm then

cunning hemlock
#

Ok

echo anchor
#

SCRIPTER FOR HIRE CHARGE 500 2 YRS OF EXPERIENCE

slender falcon
radiant idol
#

.

scarlet viper
#

Yo

#

Who can help me script a bike e to mount and e to dismount and normal wasd movement and last of all how the player should sit on the bike hand on handle torso bent not to much and legs where it meant to be

kindred ingot
#

🐺

thorn solstice
#

i got a problem with a roblox gear i think its a simple fix and and just cant figure it out could someone help me rq

indigo solstice
#

how many worker cores does Roblox allot ?

urban folio
#

Who needs a animator

slender falcon
indigo solstice
#

because i heard some people say 3

#

but i only have 2 for some reason

#

well i have more but roblox dosnt let u use them πŸ˜”

slender falcon
#

max is 8

indigo solstice
#

they dont let u use 8 tho

slender falcon
#

but roblox average user 2 to 4

slender falcon
indigo solstice
slender falcon
#

8 is just an limit

willow blade
#

if there is someone who has a ugc/clothing group and want to boost sales shoot me a dm!

slender falcon
slender falcon
slender falcon
indigo solstice
#

i would be happy with even 3

#

sadly im only given 2

slender falcon
#

daym

#

me too i guess

proud fable
#
local part = script.Parent

while true do
    part.Touched:Connect(function()
        part.BrickColor = BrickColor.new("Really red")
        local newpart = Instance.new("Part")
        newpart.Size = Vector3.new(4,4,4)
        newpart.Anchored = true
        newpart.Position = Vector3.new(math.random(0,25),math.random(0,25),math.random(0,25))
        newpart.Parent = workspace
        part:Destroy()
        part = newpart
    end)
end

indigo solstice
proud fable
#

then it dosent run whenever i touch the block

#

it works only 1 time

indigo solstice
#

ic

#

so when u touch the part

#

u want it to delete that part, and make a new part, that can also be destroyed when its touched?

proud fable
#

yes

#

like that forever

indigo solstice
#

hm

proud fable
#

help pls

indigo solstice
glad thorn
#
local part = script.Parent

local function handler()
   part.Touched:Connect(function()
        part.BrickColor = BrickColor.new("Really red")
        local newpart = Instance.new("Part")
        newpart.Size = Vector3.new(4,4,4)
        newpart.Anchored = true
        newpart.Position = Vector3.new(math.random(0,25),math.random(0,25),math.random(0,25))
        newpart.Parent = workspace
        part:Destroy()
        part = newpart
        handler()
    end)
end

handler()

Im on phone so that sucked to edit, but i think you want something like that

indigo solstice
# proud fable help pls
local function makeNewPart()
    local newpart = Instance.new("Part")
    newpart.Size = Vector3.new(4, 4, 4)
    newpart.Anchored = true
    newpart.Position = Vector3.new(math.random(-10, 10), math.random(0, 10), math.random(-10, 10))
    newpart.Parent = workspace

    newpart.Touched:Connect(function(hit)
        if hit.Name == "Baseplate" then return end
        if newpart:GetAttribute("touched") then return end -- so it dosnt run the code blow more than once
        
        newpart:SetAttribute("touched",true)
        newpart:Destroy()
        makeNewPart() -- spawn the next one
    end)
end

makeNewPart()

try this

proud fable
#

ok ill try it

#

it workd

#

works*

remote cargo
#

Quick questionβ€”how do I get the Luau Scripter role? I’ve already made a game, so do I need to create a brand-new project to show my skills, or would it be enough to share a video of my game along with some code (like behind a function or something)? dm me for youtube showcase video im to low level to link it

gleaming raven
proud fable
#

Yes

blazing oasis
#

Gyuys
ineed help in organising ui
Do i use multiple screen guis or one screen gui clled main and then like a Frames section and stuff

iron kraken
#

just use one

kind turret
blazing oasis
#

ye ik i decided to use multiple

#

as i normally do

kind turret
#

Wellp, it's your project, who's gonna stop u xd

fiery otter
#

Is there a plugin that allows you to manually assign the type of _G

subtle terrace
fiery otter
#

Global πŸ”₯

cunning hemlock
#

SCRIPTING Simple Systems for robux who want me to script for him

cinder basalt
valid axle
#

how do you turn on the Show Orientation thing on a part in the new Roblox Studio Update?

open gyro
#

Please dm me I need help rq at coding - paying 200 robux if working

fervent belfryBOT
#

@open gyro

Tag Β» How to post

How to post

In our marketplace (#marketplace-info), we have 2 different ways of making a post; a hiring and hireable post.
Hiring posts are posts which allows you to seek for developers.
Hireable posts allow people who are hiring to find you.

MarketplaceStaff Hiring post

To make a hiring post, use the command </post:0> in #cmds and fill out the required fields. Remember that the marketplace doesn't accept % if your game hasn't made profit yet!

MarketplaceStaff Hireable post

To make a hireable post, you first need your respective skill role; refer to the command /tag view apps for the application link and guidelines. After you get your role, use the command </post:0> in #cmds and fill out the required fields.

Please check our Marketplace Post Rules before posting.

real hemlock
#

We can also help for free if you minimise your issue and send a code snippet in #code-help

slow narwhal
#

One message removed from a suspended account.

mortal thunder
#

Hey! I'm kinda new in scripting and I need some TIPS for my new LUA journey. I finished BrawlDev beginner playlist but I would like to try something like making a fishing system just like the one in Fisch (without "SHAKE" thing). Any help pls?

cinder basalt
#

we allow you

mortal thunder
#

Well, I'm struggling with the 'catch' part

cinder basalt
#

what did you watch a full tutorial series for if now you cant figure a solution to this

mortal thunder
#

Yk, when the bar is going left to right

#

I did watch to learn the basics

cinder basalt
#

well you arent specific at all

#

you just say 'i have a problem, someone help'

#

only now you started going into detail slowly, but we still dont see your code ...

mortal thunder
#

Okk, let me show you

tough lance
#

Need a scripter will pay very good but you should have tons of experience in events

mortal thunder
#

man, I can't upload photo. Anyways, if you played Fisch there is a bar, where on it the fish is moving left to right. Also you have a small bar where you follow the fish with it until you reach the fish

#

if yk what I mean

mortal thunder
#

It would help πŸ™

cinder basalt
#

just go code and youll learn

icy dew
slow narwhal
icy dew
cinder jetty
cinder jetty
#

its good enough

cinder jetty
cinder jetty
ocean oasis
#

ur expecting 5 years of experience and 20 hours in a week for 150 dollars

#

do you not realise how undervaluing that is 😭

ocean oasis
#

the post is embarrassing and youre getting criticised for a reason

ocean oasis
cinder jetty
#

it is lol

#

im not asking for long term

ocean oasis
#

7.5 dollars an hour? lmao

#

mcdonalds pays more?

#

do you think people youre looking for (5 year sof exp btw) are worth 7.5 dollars an hour?

#

how is that not undervaluing

cinder jetty
ocean oasis
#

????

cinder jetty
#

damn ure so stupid

#

like fr

#

i said work for 3 days

ocean oasis
ocean oasis
cinder jetty
ocean oasis
#

?

pale hill
cinder jetty
#

ure so fuckibg stupid lol

ocean oasis
#

work AT LEAST 20 hours per week

cinder jetty
#

150 / 12

#

i said work for TREE DAYS

ocean oasis
#

its in your own post

cinder jetty
#

4h everyday

cinder jetty
ocean oasis
ocean oasis
#

for the pay youre doing thats still 7.5 dollars an hour

cinder jetty
#

if ure not old enough to even understand the post so

ocean oasis
#

youre a moron?

cinder jetty
#

good luck, get a job

ocean oasis
#

i have a job

ocean oasis
#

i have a minimum wage job in a third world country that gives me more than what youre offering to your scripters

#

that is fucking wild

cinder jetty
#

sure u has work

#

i believe

ocean oasis
#

"minimum 17 years of age but 5 years of experience"

#

fucking insane

cinder jetty
#

i already got scripter

#

so idc, hes working, im fine with that

ocean oasis
#

that scripter has no self respect

pale hill
#

as matured people, dont you understand that its best to argue in hopes of resolving the conflict rather than to prove your right?

#

so please ladies and gentlemen

ocean oasis
pale hill
#

be considerate

cinder jetty
#

it isn’t argument, there is just a dumb kid w no life

pale hill
pale hill
cinder jetty
#

ye

pale hill
#

just ligting the wood now aye

ocean oasis
cinder jetty
ocean oasis
pale hill
ocean oasis
pale hill
#

like leave it as is

cinder jetty
ocean oasis
#

if there are peopel willing to take on his offer then nothing i can do man 😭

pale hill
#

πŸ‘

cinder jetty
#

why tf this pookie is yapping

pale hill
ocean oasis
#

but that type of post is way below what the standard should be and heavily undervalues developers especially the ones hes looking for, their skills and time spent in honing the same

pale hill
#

ill stay here for gathering some intel

ocean oasis
#

it genuinely negatively affects the community as whole and such posts should be removed

cinder jetty
slow narwhal
cinder jetty
#

why tf ure making an argument

pale hill
#

atleast 20hrs a week is crazy tho lwk

#

but i mean

cinder jetty
#

get a life and a job

pale hill
#

if anyones willing let them take it on

ocean oasis
#

its way below average pay

#

and it shouldn't be a standard

#

especially considering hes looking for 5 years of experience at least?

pale hill
#

some countries get payed lower than that for physical work

ocean oasis
#

5 years my ass for 150 dolalrs u get a hello world printed in purple

pale hill
#

in a whole day

cinder jetty
ocean oasis
ocean oasis
ocean oasis
#

there should be a standard, not this absolutely attempt at ressurecting slavery

cinder jetty
#

dont want - dont dm

pale hill
cinder jetty
#

why tf ure making this circle

ocean oasis
#

im sure slaves in egypt had more rights and bigger pay than what this dude is offering

pale hill
#

so yeah go back to doing what u were doing

leaden marten
#

is Β£30 an hour too much to pay a scripter ?

#

like $40 an hour

cinder jetty
pale hill
pale hill
icy dew
cinder jetty
#

btw, i got over 40 dms

pale hill
pale hill
cinder jetty
#

ill give him a tip prob

pale hill
#

honestly check portfolios and ask questions

#

like simple questions with the lua alanguage itself

cinder jetty
#

thats what im doing, im hiring only middles

#

no juns

pale hill
#

most of it are kids 😭

cinder jetty
#

yeah

slow narwhal
pale hill
#

they can fake too js saying

cinder jetty
#

btw, when i was saying ill pay 500+

pale hill
#

i personally fell victim of this

cinder jetty
#

there was so much scammers

cinder jetty
pale hill
cinder jetty
#

i’ll never do lol

#

worst thing u can do is any upfront payment

pale hill
# cinder jetty whats ur story

hired a bunch of people of donation games (b4 i found this server) payed 50% upfront some with rbx and rest with gift cards

#

not so well lol

cinder jetty
#

ima making new project soon

pale hill
#

now im studying business and technology , 3d printing and programming

#

in sixth form

cinder jetty
#

the game is easy, ill pay 400 for scripting the entire game

pale hill
cinder jetty
#

simulator

#

full gamedoc +- 15k characters

pale hill
#

farming sorta?

cinder jetty
pale hill
cinder jetty
pale hill
#

whats it about

#

i dont get it lol

cinder jetty
#

like pet sim

pale hill
#

im not really a fan of roblox anymore

cinder jetty
#

pull a sword sim

#

rng games

pale hill
#

like the steal a smth games?

cinder jetty
#

no, simulator

pale hill
cinder jetty
#

steal smth is a death idea

pale hill
#

kids still like it tho

#

steal a games are the best for playtime rev

#

a really popular type of fps games get payes alot

#

and super unique games inc too

#

ive been working on one game with a crazy idea like 4 months ago

#

but i dropped it cuz i dnt have sufficient self development

cinder jetty
#

im making like a grow a garden + pet sim + rng game

pale hill
#

it was obvious lolll

#

u wanna check my game out? i wont continue it for atleadt 5 months tho

cinder jetty
#

do u think any kids like @ocean oasis will be yapping that 300 bucks for a full scripting game is β€œNOT WORTH IT”

pale hill
#

ayo bro, u dont gotta pull that out

ocean oasis
#

for the experience youre looking for and the amount of work needed done, your pay is undervaluing

cinder jetty
#

get on the ground, stop flying in sky, nobodies will pay u a lot in roblox

ocean oasis
cinder jetty
#

except studios like big games

ocean oasis
#

roblox isnt a small side hustle in this day and age

#

i just know chatgpt formed that post for you lmao

#

or someone else did for sure

cinder jetty
#

personally i didnt

ocean oasis
#

ive seen people offer fulltime yearly jobs ?

#

personally I have thats why im criticising you

pale hill
ocean oasis
ocean oasis
#

personally i dont think a conversation defuser is a necessity

pale hill
#

i gotta go bed yall

ocean oasis
#

good night

pale hill
#

goodnight bowskis

cinder jetty
#

good night

cinder jetty
#

keep flying in sky’s, nobodies will pay u even 10k for a full
scripted game

ocean oasis
#

"kids u yap or no, seems yes, 40k to work u need"

#

literally what id expect a viking to be talking like

#

cavemen had better english

cinder jetty
#

i bet u speak one language, and its english

ocean oasis
#

and yes to answer u, when ur game is bringing u hunderds of thousands of dollars a year, id expect to get a cut equivalent to 40k minimum

cinder jetty
#

but yeah its useless to tell this to someone like u

ocean oasis
#

especially if i did most of the scripting work and made ur game funciton

cinder jetty
#

that dont have this amount of money on start

ocean oasis
#

its so simple man

cinder jetty
ocean oasis
#

lol

cinder jetty
#

ure taking this too close to the heart yk

#

so funny

#

ahh, 19 yrs old wants 40k a year being a roblox scripter

cinder basalt
#

drama drama

dapper oriole
#

has anyone tried roblox's official signal module

agile torrent
#

clothes id keep removing from my shirt and pants on my place, what could be the problem ?

dull sleet
#

that's been a thing this whole time

#

?

gloomy canopy
#

are BindableEvents still efficient?

cinder basalt
gloomy canopy
#

i figured out a way to do it with a module script, i know they are efficient so i wont risk it

cinder basalt
gloomy canopy
#

i mean i dont care really about cleaner i just need it to be efficient

cinder basalt
#

and the price is big

#

unclean code

dapper oriole
random topaz
#
local base = game.Workspace.Baseplate

local function yes()
    yes()
    print(base)
end

base.Touched:Connect(yes)
#

how to yes your studio

dapper oriole
#

some of the ones like roblox's and signal+ have typing support too

fallen summit
#

pov you open up code from yourself from 4 years ago

strong radish
#

whats the best way to learn scripting other then watching tutorials

ocean oasis
#

literally just go and script

royal moth
noble garden
royal moth
#

i did write something but idk what i did

noble garden
royal moth
#

one min

#

my accent is super bad and am pretty boring tho

noble garden
#

no worrys, join private-2b

royal moth
#

one min

arctic hazel
#

am i the next terry davis?

fallow yoke
arctic hazel
#

it doesnt seem THAT hard right now

#

does it get worse?

icy inlet
cinder basalt
dull sleet
#

you got this terry

zealous junco
strong radish
#

how long does it take to learn lua

arctic hazel
#

41 minutes

#

to learn lua

steady oxide
strong radish
lean ocean
#

Learn luau is so vague

#

What do u consider as knowing luau

arctic hazel
#

if ur only getting into scripting rn bc you wanna know how long it might take you to learn it and be able to really script then dont learn it at all

strong radish
arctic hazel
#

watch BrawlDevs tutorial series

#

and FOLLOW it exactly

#

then make your own version

#

of what hes doing

vivid oriole
#

anyone want me to script something for them? name the price!

arctic hazel
slate igloo
arctic hazel
slate igloo
#

so real lol

arctic hazel
#

js pull a pirate software and use millions of IF statements and numbers for values

slate igloo
#

ive quit many projects cause i just couldnt make clean code πŸ˜”

slate igloo
#

😭

#

it lwk hurts reading my old code

arctic hazel
#

doesnt need to be clean just understandable

#

once i found out its just all literal equations though i found code to be much easier

slate igloo
#

I think the first thing begginers should learn is how to use tags and attributes properly its such a time saver

arctic hazel
#

ive only started last night so its not good but yk

arctic hazel
#

i get most attributes like workspace.baseplate.attribute

#

idk what tags do tho

slate igloo
slate igloo
#

a good example for collection service would be doors it allows you to read every object with the tag

arctic hazel
#

like local baseplate = workspace.baseplate.texture

slate igloo
#

instead of having to create a variable for each one

slate igloo
#

its :GetAttribute("attributename")

arctic hazel
#

does this just line up with anything before it?

#

like Baseplate :GetAttribute("attributename")?

slate igloo
#

u need to get the part with the attribute

#

local baseplate = workspace:FindFirstChild("Baseplate")

baseplate:GetAttribute("isPart")

arctic hazel
#

im abt to get into events

slate igloo
#

and you can do stuff like

local baseplate = workspace:FindFirstChild("Baseplate")

local attribute = "isPart"
local defValue = true

for _, v in pairs(workspace:GetDescendants()) do
  if _:IsA("BasePart") then
    _:SetAttribute(attribute, defValue)
  end
end
cinder basalt
#

hundred

#

cigarettes

#

for deepwoken 3

arctic hazel
cinder basalt
arctic hazel
cinder basalt
#

tho theyre as simple as it gets really its just set and get

cinder basalt
cinder basalt
#

attributes are a bad example anyway cus theyre something you learn in 10 seconds

slate igloo
#

same with wait for child

#

im pretty sure there is a difference between them but i dont remember what it is

slate igloo
cinder basalt
#

findfirstchild nils

slate igloo
#

oh right 😭

#

@glad thorn wdym no gng ?

cinder basalt
slate igloo
#

:GetChildren()

cinder basalt
glad thorn
#

I wouldn't consider it a safety thing, but it does prevent errors in certain cases if that's what you meant

slate igloo
cinder basalt
cinder basalt
glad thorn
cinder basalt
slate igloo
#

but its just a good practice to use wait for child for most of ur variables

#

to prevent problems inthe future

cinder basalt
slate igloo
#

why are you so freaky

#

πŸ‘…

cinder basalt
#

so all the services etc you wanna waitforchild

glad thorn
slate igloo
#

well it kinda explains why most roblox pds are developers its cause david made the names really freaky

cinder basalt
slate igloo
#

is you talking about

cinder basalt
#

i meant everything apart from services that youd put at the top

slate igloo
#

if someone actually did WaitForChild("ReplicatedStorage") that would be hella funny

cinder basalt
#

ya making fun of me

#

just because i said the opposite of what i meant

#

thats why i dont come to code discussion

#

haters