#code-discussion

1 messages · Page 196 of 1

hasty mesa
#

creating your own execution queue

#

with each task taking some x mill seconds

remote bear
hasty mesa
#

when one task reaches its execution limit pause it then run a different task

#

there really isnt any reasources on Roblox

#

just go by logic

polar violet
#

oh no i meant this

#

if you have more configs in the future it can take way too many lines just to set them up

#

for the user

remote bear
tame temple
#

Im looking for devs to make an op game if i wanted to i can make any game have 100 players i could make 100k a month dms and tell me ur role

polar violet
#

if we really want to talk about maximum efficiency then it's binary search tree

#

but that's overkill

marsh crag
#

yh

polar violet
#

just do a pcalled dot search on the first layer

#

then getallchildren, iterate through it

#

stop whenever something has children

marsh crag
#

ah ok

polar violet
#

then do another pcalled dot search

manic nacelle
#

Tired of reading Docs bro 💔

marsh crag
polar violet
#

yes

twilit gazelle
#

everyone here is a skid i swear

#

and what the fuck is my name

#

better

rose turtle
#

.

marsh crag
#

shush beoy

#

bro

twilit gazelle
marsh crag
#

i corrected myself

#

idk why u were being rude for no reason

tawny vine
#

Why is the baby not showing?

marsh crag
marsh crag
#

lol

ruby kite
meager ocean
#

Drop some game ideas 👇( IN MY DM'S)

remote bear
#

i have improved the update speed by splitting the display into parts that update separately and i am wondering if there are some other ideas that could improve my richtext display

hollow vine
#

Y’all think my scripter role is gonna be accepted I created a spider web system using all modern api and object pooling

tawdry dagger
#

chat im finna try and make a portfolio what should i code?

somber matrix
#

how do i rermove this

rose turtle
#

.

cosmic spade
#

Yo shld I js start using AI to help me cz at this point alot of dev videos I see nowadays are just dudes making games with AI

finite dock
#

How much does it cost to make a battleground system?

quick tartan
wraith agate
#

gang can yall give me any ideas for my scripter application

quick tartan
#

But you have to download Roblox Studio

rose turtle
#

.

quick tartan
#

and have a PC

wraith agate
#

i spent all morning making a shape key implementation then realised i cant use it cause editable meshes are a studio only feature

wraith agate
#

and if you keep using it and depending on it even if you are good at scripting you will get alot worse

#

dont rely on ai

quick tartan
#
extends Node3D

@export var rocket_scene: PackedScene
@export var spawn_height := 0.0
@export var rocket_speed := 20.0

func _ready():
    spawn_rocket()

func spawn_rocket():
    var rocket = rocket_scene.instantiate()
rocket.global_position = Vector3(0, spawn_height, 0)
add_child(rocket)
rocket.launch()```


My code is not working.
#

I am using roblox Lua engine inside of Robox.

old cosmos
#

is it normal to not use module scripts that often

wraith agate
#

i use module scripts for basically everything

#

its not needed but i prefer it

quick tartan
quick tartan
old cosmos
#

??

#

I'm 14

grim dust
#

How do you go about making a dashing system I’m having a problem mostly because of of BV but my slide system worked perfectly

whole badger
#

Trust

grim dust
grim dust
frank pollen
#
local EnemyFold = workspace:WaitForChild("Enemy")
local serverScriptService = game:GetService("ServerScriptService")
local moduleFold = serverScriptService:WaitForChild("moduleFold")
local aiStates = require(moduleFold.AiStates)

for _, enemy in ipairs(EnemyFold:GetChildren()) do
    local id = math.random(1,2e8)
    enemy:SetAttribute("EnemyId", id)

    table.insert(aiStates.Enemies, id)
    aiStates.Enemies[id] = {}

end

print(aiStates.Enemies)

am i dumb, why is it double inserting?

whole badger
frank pollen
#

So i just default to ipairs to not fix my failure as a scripter 🤣

grim dust
grim dust
#

let me know if that dash system looks smooth

craggy canopy
whole badger
small ruin
#

got this now , im tryna be smooth with functions , loops , tables etc before continuing

soft aspen
small ruin
soft aspen
#

huh?

#

can i have proof im catfishing?

somber vault
#

Ok so I might have been looking in a different servers

#

Ermm

#

My bad @soft aspen !

soft aspen
#

.

somber vault
#

😭

soft aspen
somber vault
#

I’m making a game

soft aspen
#

or atleast tell me how to morph into a character by clicking on it

somber vault
zenith holly
#

anyone here good at identifying backdoor exploits? we've checked practically every script and somehow exploiters are able to change data and save it to the server

small ruin
soft aspen
soft aspen
#

how to get pic perms

small ruin
#

anyways here it is with npc ull have to change name in script , btw i didnt made it , its ai , idk if you want it but im bored so hell yea

fair copper
#

Finally fuckers

steel ruin
#

how do u get that?

opaque vessel
#

wait(1)
Script.Parent.Parent.Parent.Parent.Transparency ≠ 0.1
wait 1
script.Parent.Paren.Parent.Parent.Tranparency = 0.2

is my scritping good?

spice summit
#

good for u broski

#

though check before skill role is kinda wild

#

skill roles r such bs to get bru 🥀

#

BRING BACK THE INTREST ROLES

fair copper
#

kekek

#

who cares its just discord

fair copper
#

yeah subjective but yeah i get ur point

spice summit
#

plus you get some perks, theres some channels you gain acces too like advanced code, and you can make posts in the hire channels

#

and ur name changes color from this weird manilla peach color

small ruin
#

so this is my lvl so far, manage to write this without help ( its cooked but ayyy ), idk what should i learn next, someone got something for me?

spice summit
small ruin
#

never heard it before but alr ty , ill see it

iron kraken
#

bezier curves i think is what he meant

#

u shud also learn data store

spice summit
small ruin
last sail
#

how do you detect if the controller input came from xbox or a playstation gamepad?

spice summit
#

THATS WHAT I AM

small ruin
last sail
small ruin
spice summit
#

when i say some i say alot

#

just to make a curve

small ruin
#

yea my brain is not good enoughh now , ill continue with basics first;-;

spice summit
small ruin
#

even if i DO know algebra

spice summit
#

learn tweening tho

small ruin
small ruin
spice summit
small ruin
iron kraken
# small ruin yea i got that

i think what u need to understand is that there are 3 points that determines the shape of the curve then you generate the curve and move your point along that curve by changing the value of t

small ruin
#

i will learn twen when i will do ui i think

spice summit
iron kraken
#

so u can use it pretty simply but the hard part would be understnading how the equation works

small ruin
iron kraken
#

ok 👍

small ruin
#

but ty for explaination 🙂

iron kraken
#

👍

spice summit
small ruin
#

thats how it should be ngl

void flint
spice summit
left rose
#

@rotund tulip vouch, number 1 scripter on roblox

void flint
rotund tulip
spice summit
#

YandereDev scripting time

#

im gonna go make a shit ton of nesting

rose turtle
#

.

#

.

#

hi guys

agile pivot
#

question how can i box a code on a discord message??

rare kernel
agile pivot
#

nothing happened

bronze path
rare kernel
glass narwhal
#

Is using messaging service for a synchronised restock shop the best way to do it? Anyone know

bronze path
#
code here
rare kernel
#

does anyone need help

bronze path
#

@agile pivot

agile pivot
#

and what about colored one

bronze path
#

it is colored on pc, just not mobile

but it’s called syntax highlighting and it’s specific to each language you setup the code block with

spice summit
bronze path
#

the language we use for roblox programming is luau however the code block doesn’t support luau as of now but the closest thing is lua

spice summit
#

one is just built around the roblox api

agile pivot
#

ye i added the "lua" before the script and it colored it

#

thanks alot

spice summit
mossy rover
#

what is happening

#

why is this guy's message kept getting deleted

winter nimbus
#

can anyone give me some coding tasks to train?

somber vault
uneven solar
#

Hello like minded people!

vestal coral
#

You cannot buy games in this server

tame pike
#

i made a gun system the aim/click to fire is only going in the right diction on Pc and it seem the joystick is interfering with the aim for moblie users dose anyone know how to fix this?

uneven solar
#

who is lowk a scripter and lowk wants to make quality over quantity

#

lowk shut the fu‭ck up dude

exotic adder
#

010000000000

humble portal
humble portal
uneven solar
#

yes

humble portal
#

go science

#

yeah mr white

tame pike
humble portal
formal wolf
ashen mirage
#

local roblox = script.grandparent if roblox then print("nahh i quit coding)

jolly harbor
#

💔

candid kestrel
#

how much should i charge for making animations, vfx, and a combat system

violet frigate
candid kestrel
violet frigate
#

yeah show

candid kestrel
#

its not for me

candid kestrel
#

im a builder

uneven solar
#

yes

uneven solar
#

no

#

6 or 7 k

#

are u up for that

uneven solar
#

go get a job then mf

#

fire pic feel free to screenshot

#

how much bobux u got anyways

civic garnet
#

wow thats a very small amount

#

you got 2.3million in how much time?

#

i get the equivalent in 2 weeks by just doing music gigs, assuming most of them are 5 hours per gig

torn cargo
#

how would u check if a for loop alreadly iteralted once

strong radish
#

anyone down to make a game?

hasty mesa
#

you could just keep a flag for iteration

summer crane
#

i need somebody to code a sniper

bleak oak
#

Looking for investors / scripters

iron mica
hybrid quarry
tacit fossil
#

in y'alls opinion what's the best data module?

#

i have experience with just raw datastoreservice and profileservice/profilestore

tribal stump
full ether
#

you’re in queue with the other thirty people.

static stone
#

is nested if a bad thing

peak oak
static stone
jolly harbor
amber sigil
#

Can anyone code websites?

iron kraken
amber sigil
#

nah i need someone to make one for me

spice cypress
amber sigil
#

smth like this

small ruin
#

2.4k line code without single error is crazy , ai is cooking nowadays ( not chatgpt or claude ) :

small ruin
cinder basalt
#

2400 lines of code in ONE SCRIPT

small ruin
#

yea u see

cinder basalt
#

now you have to rewrite it to expand 💀

small ruin
#

ai is doing everything

cinder basalt
#

what ai gives u 2400 lines of code

small ruin
cinder basalt
small ruin
#

oh u meant which ai?

#

one called Z ai

cinder basalt
#

and it just wrote ya 2400 lines?

small ruin
#

yea

cinder basalt
#

showcase how it works

small ruin
#

it added something to it in 3 min of generation too lol

small ruin
#

it can create website too and powerpoints etcccc

small ruin
#

lol

#

Chinese are cooking these time

#

oh the changes it made works 😉

chilly fern
#

When making a rarity system, it’s better to make it in model scripts right?

small ruin
#

yea

cinder basalt
chilly fern
small ruin
cinder basalt
#

did you make this entire game with ai

#

cus i remember it being terrible ...

small ruin
#

scripting , yes

cinder basalt
#

😣

small ruin
#

building and ui me ( obviously )

cinder basalt
#

get the conveyor working 💀

small ruin
#

spended a single week on it tho , pretty happy with result

small ruin
cinder basalt
small ruin
#

everything works dw

#

just fixing the friend boost rn

#

ill update it in 2 min in case something gone wrong

#

go check it if you want , i update it now

coarse wraith
small ruin
#

its did work perfectly so it is kinda good at it

#

first try btw

#

but im not saying it will always give right answers

#

but ai is definitely faster and helpful

umbral wind
#

we're losing water for u to cheatcode speedrun making a roblox game

#

yall are incredible

small ruin
#

im confused but i wanted to test ai , im currently learning scripting myself

umbral wind
#

and on top of that u not even gatekeeping it u giving it to more ppl "here yall fuck our water lolz"

umbral wind
#

and these bigger queries like hey can u create 2000 lines of code for my roblox game? is of course going to take a lot more

small ruin
umbral wind
small ruin
coarse wraith
#

its mostly for cooling so all they have to do is make sure nothing gets into that water

#

its only wasted if that water gets really dirty

small ruin
#

@umbral wind i think im right and ur wrong

hybrid quarry
umbral wind
# coarse wraith they reuse that water 💀

cooling systems still lose water through evaporation and maintaining clean and water again requires more energy and treatment + not all electricity comes from water efficient sourcesso ai's energy demand indirectly contributes to water consumption, just because it reuses the water doesn't make footprint zero, larger tasks like generating 2k plus of lines of code still are going to multiply the amount of consumption

umbral wind
small ruin
small ruin
umbral wind
#

google it

coarse wraith
#

you should be more worried about the carbon cars make then the water lost from AI 💀

#

and also about the companies that dump waste water into the ocean

umbral wind
umbral wind
#

I can worry about carbon cars, water waste from companies and ai all in the same breath i promise

hybrid quarry
small ruin
coarse wraith
umbral wind
umbral wind
umbral wind
#

all stuff that was made years on years on years ago

#

and are still up til this day

tribal panther
#

ai is the next thing btw

small ruin
#

u cant do nothing about it , u know ai will dominate alot , such as for jobs etc

umbral wind
#

sydgyx u can copy and paste what their saying in a reply to me if u believe in what they're saying im not responding to that person

#

or bloodie u can 2

tribal panther
#

what r u guys arguing about

small ruin
#

prove me wrong atleast

small ruin
#

all tho its not true , it do consume a little bit but not important amount to consider as wasting

tribal panther
#

😭

hybrid quarry
#

btw your heating and cooling is much more harmful to the environment than ai use

#

among other things most people use daily

small ruin
#

In an age where even politeness emits CO₂ and every AI query becomes part of the bigger climate story, transparency is the key to saving the planet, and AI, writes Satyen K. Bordoloi When Sam Altman gently suggested that users stop saying “thank you” to ChatGPT because every extra query burns energy, what he was

hybrid quarry
small ruin
hybrid quarry
#

ai really isnt that problematic and even if we totally eradicated ai use it wouldnt change much

#

if we consider the context of other human activities, ai use is a minor problem

small ruin
umbral wind
hybrid quarry
coarse wraith
umbral wind
#

and ur welcome to go do those things idk who invited u into this conversation

#

cause nobody was talking to u so.. i mean enjoy ig

hybrid quarry
small ruin
#

to wrap it off , here the approximatively % of the difference between use of An ai and normal thing at home: AI query uses about 0.00167% of the daily energy consumed by an average household.

umbral wind
#

also I said AROUND 0.8 liters

#

not 0.8 liters

hybrid quarry
#

0.005 litres is also not close to 0.8

umbral wind
#

ns get in where yall fit in at i dont understand going into a discussion where nobody is talking to u nor invited u just to bring incorrect information, make misconceptions or say u got better stuff to do later

coarse wraith
#

a whole ass twitter argument is brewing here praysob

small ruin
#

btw just learning scripting better then ai will consume way more since ur using roblox studio and tutorials etc , also takes years sometimes lol so yea

coarse wraith
#

@glossy zephyr Is this true?

hybrid quarry
coarse wraith
small ruin
# umbral wind

uhh , u giving me gifs wont make u look smarter then me broski, need things to say atleast but u aint saying a thing

small ruin
hybrid quarry
#

i use ai to optimize my scripts sometimes if i feel it could be done more efficiently and i dont know how, but i dont copy and paste

#

i use it to learn

umbral wind
small ruin
#

also quick fact , using ai constantly for 1 to 1h30min will cost 50Wh and using yt for 1hour will cost also 50Wh , even watching consume more then ai , what do u need more

#

watching on a laptop btw , not same thing with phones

rapid verge
#

i mean like a module that preloads animations for you

and handles playing and stopping animations

hybrid quarry
#

your article's number is inferred and so are mine

cinder basalt
umbral wind
#

quickly

#

u cant cause i didnt send any

cinder basalt
#

it will look cleaner and run terribly

hybrid quarry
hybrid quarry
#

you claimed it to be a source in the message

umbral wind
#

I claimed I have sources

hybrid quarry
umbral wind
#

dont do that

small ruin
# cinder basalt you know ai usually does the exact opposite

best thing about ai , is the fact it can explain things from scripts easily and u can ask it to explain it as you were 5 , like with a real life condition, that helped me learning for example function with parameters and return way faster

cinder basalt
#

you dont have 'experience'

hybrid quarry
#

i said i use it to help me learn

cinder basalt
hybrid quarry
#

not use it to paste

umbral wind
#

theres humans that can help u learn

cinder basalt
#

fella has 5 message memory

#

said something 3 mins ago and forgot it already

umbral wind
#

HELP 😭

cinder basalt
#

maybe he is ai

hybrid quarry
umbral wind
#

not ai did the exact opposite in ur scripts

hybrid quarry
cinder basalt
umbral wind
#

this is why comprehension skills are so important someone needs to make a article about the effects of long term ai use

#

because this is crazy

cinder basalt
#

people who know what code is good and what code is bad

umbral wind
hybrid quarry
umbral wind
#

why u talking to me about that they right in chat rn

#

reply to them

cinder basalt
#

ai knowledge is also very behind on current best solutions

#

notice how it will still feed you wait() instead of task.wait()

hybrid quarry
# cinder basalt based on mine and others experience

so: based on yours and others past personal experience where they had unique conversations with ai that differ from mine, in most cases ai makes scripts more inefficient? that doesnt seem like a strong base for your argument

hybrid quarry
cinder basalt
#

it will just completely ignore things it has less info about in favor of the stuff it has more info on

cinder basalt
small ruin
cinder basalt
#

but it doesnt even matter here, its just that you seem to blindly accept whatever ai gives you as 'best'

hybrid quarry
hybrid quarry
small ruin
cinder basalt
#

it will go for the most commonly used stuff

#

in this case, it goes with wait because thats what it has most data on

hybrid quarry
# cinder basalt hey man, do whatever

i dislike self-righteous people like you that claim their opinion, based on limited information, as fact. im not saying ai won't make most scripts more inefficient, i just doubt thats the case (especially on newer models), especially when you've provided me with the subjective personal experiences of probably 10 people as your base and evidence for this claim

small ruin
# cinder basalt you cant tell ai to get more up to date info

u can , just tell her to research on the current things about what u need like scripting as the luau language , then just tell here to make sure all api´s and that stuff is basically all new and to ot bring old things ( hope u get my point )

cinder basalt
small ruin
small ruin
hybrid quarry
#

dumb message in dumb words

hybrid quarry
#

you frustrate me further with your self-righteousness

#

i wish people weren't so biased

cinder basalt
distant creek
#

Why are you talking like that

small ruin
cinder basalt
small ruin
hybrid quarry
hybrid quarry
distant creek
#

calm down

hybrid quarry
#

calm down g

small ruin
hybrid quarry
distant creek
#

I AM

small ruin
small ruin
#

tryna set things up

distant creek
umbral wind
small ruin
small ruin
umbral wind
umbral wind
small ruin
hybrid quarry
#

i find it so funny when people call me dumb or pretentious for using bigger words than them, because saying that is ironically dumb as well

umbral wind
thick kelp
#

Goes from Code Discussion to arguing crazy

hybrid quarry
#

we're having fun, i believe

small ruin
#

@umbral wind i see arguments , yea

thick kelp
#

😂😂

umbral wind
cinder basalt
thick kelp
#

Ohh this hidden devs no wonder

cinder basalt
#

sadly code help is die

dusky swift
#

lf for people to try make a cash grab game only using AI and see how well we do

small ruin
cinder basalt
#

if u using ai why need someone

thick kelp
umbral wind
dusky swift
#

bro its just a test

thick kelp
#

Shit will get yo game fucked 😂😭

umbral wind
dusky swift
#

i have not made a game yet

small ruin
thick kelp
dusky swift
#

how will it mess up my game??

thick kelp
dusky swift
distant creek
#

do u have scripting experimence tho

thick kelp
distant creek
#

Ai buggy

hybrid quarry
dusky swift
thick kelp
#

But you do need experience in coding cause ai isn’t always accurate

cinder basalt
dusky swift
hybrid quarry
dusky swift
hybrid quarry
#

no human ideas into the game

dusky swift
#

us 3

thick kelp
#

Make it an AI only game

tropic goblet
smoky dagger
#

what are you guys arguing about

small ruin
tired rampart
#

@short jolt

warped spear
#

Surrounding yourself around ai is kind of sad

lunar viper
#

break out

cinder basalt
#

break down

#

or break in

dusky swift
thin dawn
#

looking for someone who doesnt mind getting paid fixing errors / bugs

#

trying to fix lag in my game so let me know.

nimble granite
thin dawn
#

yes ofc

nimble granite
#

Robux ?

strange kiln
#

yay

strange kiln
#

i'll add both of u

nimble granite
fervent belfryBOT
#

@dusky swift

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.

dusky swift
#

im not hiring thi

#

tho*

viral dome
#

guys whats the best way to learn coding

#

AND how quick can i learn it if i lock in

iron kraken
viral dome
iron kraken
#

and practice

candid kestrel
#

is this enough first and last names

blazing oasis
raven marsh
candid kestrel
raven marsh
coarse wraith
coarse wraith
#

Cuz Ingrid Keene cannot be an actual name someone names their child

candid kestrel
#

could be...

#

theres someone out there named cornefius

#

people just name their kids anything dude

coarse wraith
#

Nothing beats jack Hoff 🔥

candid kestrel
#

one of my coworkers friends kids are named six, and his sisters name is seven dude im not even joking

#

their older then the meme

#

i feel so bad for them

coarse wraith
#

Dam

#

Mfs be torturing their kids for free

candid kestrel
#

im saying

#

never catch me nerfing my kid with a bad name

coarse wraith
#

Fr

#

I mean

#

If I get paid enough I prob will

rain ridge
#

Guys anyone here has incremental simulator game?

blazing girder
#

Guys, please help. How do I zoom out of a scxript? I swear this new roblox ui update sucks. I can't stand it.

#

I am too close zoomed in a script

#

Hwo do I zoom out

#

What is the keyboard shrot cut

sterile idol
#

If windows, try using ctrl and - together. I don't know about Mac.

rigid gust
#

LOOKING FOR EXPERIENCED SCRIPTER.

The game is in progress is adopt a brainrot where people will have to adopt a brainrot from the red carpet and try to feed them to lvl up to higher ages and can do different challenges!

IF YOU ARE INTERESTED REPLY. ALSO I WILL PAY YOU

snow raft
#

I sent in the most beautiful OOP and DOP entity framework but got denied since the game I linked was probated

#

Privated

lapis sierra
#

@rigid gust dm

native sail
gaunt trout
tropic goblet
modern mason
#

does anyone know how to script and make ui if you do dm me

slender cairn
#

anyone is developing for combat game?

patent night
#

im good

azure thunder
#

hey boys so im remakeing the internet in roblox pretty much and right now im making a phone but id like to make it were you can resize the phone and drag it aroud on your screen do yall have anyidea how to do that?

cold kelp
#

embed failure

azure thunder
#

bro yeah but ahhhhh i think keeping the phone one size is fine just draging it so the player can see was it i got it tho after a few bugs

fallen summit
#

kk

native sail
#

Guys is this easy to understand for you all coz i am making a game kit its like each player has plots etc brainrot then more things

bronze path
remote bear
hasty mesa
meager ocean
hasty mesa
remote bear
hasty mesa
remote bear
hasty mesa
#

Vector3.new and vector.create both creates a v3

remote bear
hasty mesa
#

only thing faster is the methods

#

vector.dot() os faster than 3:dot

#

creation wise vector and v3 is the same speed and gets the same optimzation

remote bear
remote bear
fallow jay
#

guys who's willing to contribute to my game

#

its a fast paced fps

jovial cairn
#

hi can one of yall rate my combat system

strong radish
#

anyone wanna see my portfolio?

fresh peak
#

Looking for good coder friend who wana make games with me

main sorrel
desert river
empty aspen
#

@finite sigil

strong radish
jovial cairn
verbal coyote
#

Is anyone selling there game if it cheap dm me

cinder basalt
#

You just hooked up hitboxes to input ...

fair copper
#

but its not a combat system yet

jovial cairn
fair copper
#

no thats literally just a hitbox part welding to ur arm when u input 🥀

#

its not a system

jovial cairn
#

oh

jovial cairn
spare ocean
slim grotto
fair copper
remote bear
spare ocean
#

lol hope it turns out good

jovial cairn
fair copper
# jovial cairn battlegrounds game

hmm a good combat system should be modular and handle most scenarios like blocking dodging, combos and works for all weapons with distinct details n stuff

#

skills

#

that would be a system

sour jetty
#

why you completely change your name and pfp? to scam more people?

#

its very weird cause your name and pfp was different 4 days ago and you still were asking to buy

torpid condor
#

dawg 💔

bronze kettle
shy cipher
#

it's my first time trying OOP, how can I improve this? any suggestions? also are there better ways to do what I did

#

damn why is it a download??

void sonnet
#

local function number(number1, number2, number3)
if number1 >= number2 then
if number1 >= number3 then
print(number1.." is the greatest of all time beating "..number2.." and "..number3)
end
elseif number3 >= number1 then
if number3 >= number2 then
print(number3.." is the greatest of all time beating "..number1.." and "..number2)
end
elseif number2 >= number1 then
if number2 >= number3 then
print(number2.." is the greatest of all time beating "..number1.." and "..number3)
end
end
end

number(1010, 19/231, 5*math.pi)

#

thoughts?

shy cipher
void sonnet
#

how

shy cipher
#

I mean not the elseif ones but some checks can be merged

void sonnet
#

thanks

ember nimbus
# remote bear any suggestions for my graphics display/ code?

best option is swap to buffers and write hexes at fixed offsets, more mem, but lightning fast

if you don't want to swap to buffers, and want to keep your font stuff, you can get two colours cheaply by:

swapping to a monospaced font (i.e., RobotoMono) and representing one colour with spaces and using the background colour for that colour, as it would show trhough

and another one you can use the block unicode but not apply a font rich text tag and just use the default text colour

#

the space one might not work because the spaces might not line up with the block width

slender iris
#

my post has been pending for 8 days??? so ima js post it here

im making a dino pvp game simillar to the show dino king;

confirmed compensation (not dependant on release); 100k robux

frank crow
#

Looking for devs to join our team

shy cipher
#

@void sonnet this is the best way to do it

void sonnet
#

bro im not coding that advanced yet

shy cipher
#

it doesn't redundantly compare with written if statements, it takes the smallest possible number on studio (-math.huge) and compares it to the numbers in your table and if the number is bigger than it sets the greatest number to that number until all numbers are compared

#

nah it's easy to understand I can explain

void sonnet
#

im literally on operators but thanks

shy cipher
#

so like if you have a table that contains the numbers you wanna compare to see which is the biggest (say {1, 5, 10})

void sonnet
#

nah im not on tables yet i got like 5 episodes until tables

shy cipher
#

you put that table inside this function, the function takes the smallest possible number and takes every number in that table to see if it's bigger. if it is then it sets the greatest number to that number. it sets the greatest number again if it finds a bigger number in the table.

shy cipher
#

local table = {somevalue, anothervalue, someotherthing}

void sonnet
#

alright thanks

pastel thunder
#

guys i fu wanna see server authority thing chcek #media

fading hull
#

lf scripting dm me

shy cipher
fading hull
solar inlet
#

Could someone explain me the difference between for _,v in pairs and ipairs?

scenic wren
solar inlet
#

?

hybrid quarry
#

make more

formal karma
#

whats the best way to update a part on the server right now im using this

local targetCF = character.Head.CFrame
lastCF = lastCF:Lerp(targetCF, 0.15)
vmTPS:PivotTo(lastCF)

and its lagging behind the player

gentle trench
#

Wsp ! Im looking for a scripter URGENT
Come dm if your interessed !

wraith shadow
#

how much pay TrollSus

#

ok Ez

#

Ill do it in a lil

#

Ah forget it then

#

ok its really easy

#

depends on wether you want place teleport or ingame teleport

#

ok

astral trench
#

Rizz

#

67 67 67

fading hull
#

lf for a scripter for a upcoming bleach game

wraith shadow
#

ill dm you

fading hull
#

tap in the links in my status

wraith shadow
fading hull
#

i mean i dont get payed till the end of the month 💔

wraith shadow
fading hull
#

??

wraith shadow
#

and from there stable monthly payment

#

i dont ask for much

#

but enough to keep me interested

fading hull
#

go to my status

#

join and look at the sneaks

#

we are missing a scripter thats bout it

wraith shadow
fading hull
shut quail
#

y'all know a good lil mini game project where I can practice remote events<

topaz crypt
shut quail
spare kraken
#

whos got a cash grab game idea 🙏

topaz crypt
shut quail
#

thats just how I learn to code

topaz crypt
topaz crypt
copper ivy
#

can anyone help me im tryna make a color picker and idk how to get rgb correctly

thick mesa
#

Guys I am Creating A Roblox Game Based on Jujutsu Kaisen Battleground + Simulator it would have different Characters of Jujutsu Kaisen Npcs who give quest Crazy Missons to do to get money to buy new library book to learn new cursed energy It would have 5 places 1 Main lobby 2 Library room 3 Quest Room 4) Battleground 5)Simulato

hybrid quarry
#

jjk games are dead anyways

distant burrow
#

Hello guys im trying to make plants vs brainrots uncopylocked who can help me make spawning brainrot script i made some stuff already btw im using decompile

thorn lark
#

Lf for a advanced scripter (partner) for my rpg game if possible dm me

flat monolith
#

I'm looking for a scripter dm me Private

spice cypress
#

Is partner code name for ima pay u in percentage

void sonnet
#

for counter = 1, 999, 1 do
print("i")
print("hate")
print("coding")
end

#

thoughts?

chrome hemlock
#

yo guys how much should i do ads every day? to get people to join quickly?

shut quail
#

How about a clicker sim

floral aspen
astral cradle
#

anyone lf a dev server to find comms etc?

strong radish
#

anyone wanna rate my portfolio? dm me

patent night
strange kiln
void sonnet
strange kiln
#

you won't need it

#

just name it "i"

void sonnet
#

yea i know

#

thats easier

patent night
# jovial cairn

thats not a combat system thats just animations and red boxes

#

(i know what a hitbox is)

strange kiln
#

why

#

are you gonna elaborate or are you gonna call me stupid when I ask you to elaborate

fair copper
#

guys whats a good way to apply slash effects in games? ive seen people do it with trails and sometimes emitters

patent night
#

LMAOO

#

💀

#

lets stop being rude and respect the process 🙏

strange kiln
#

watch out guys he doesnt respect the process

#

clearly he must be a total badass

strange kiln
#

yeah

shut quail
#

It us?

#

Is*

#

ur right

patent night
#

cuz ppl want their words to be professonial

#

like when a 7 yr old puts All Capital First Letters On Words

strange kiln
#

I fixed it for lord emporer badass

astral cradle
strange kiln
#

chill out with that

#

my ex used to call me that

shut quail
formal acorn
strange kiln
#

congratulations, you got me to decapitalize the "u" in "luau"

astral cradle
shut quail
#

Nothing b

supple spindle
frank crow
#

looking for a scripter partner

fallen summit
#

ts was peak 2023 bot dms

cloud atlas
wraith shadow
#

Hehe try to make it smooth brother

outer falcon
#

yo

#

someone has 1m visits?

solid stump
#

should i use Align position for air combat?

lost locust
somber vault
#

yo guys question whats a good ragdoll and optimized one that ppl use

lost locust
lost locust
#

Abit complex, however you can reach there

somber vault
#

the animation script?

lost locust
#

A animator is something that animate stuff, and roblox provides you a pre-built one
However it could defo be optimized by removing features

somber vault
#

😭 I rlly js need a reliable and pretty optimized ragdoll module or smth

torpid condor
#

Guys is using alignOrientation better than using BodyGyro

#

cuz BodyGyro has per axis control

#

so i can disable certain axis

somber vault
#

bodygyro is deprecated so obv alignorientation

torpid condor
#

yeah ik but

somber vault
#

u shouldnt use bodygyro anymore

torpid condor
#

Cuz bodygyro has MaxForce for all axis

#

And i can just set for example the Y axis to 0

#

so its not affected

somber vault
torpid condor
static forum
#

Yo guys how do u make a bouncy projectile ( for football)

hybrid quarry
static forum
#

😭

#

U so good bro thanks

#

U saved my game

hybrid quarry
#

np

edgy tree
#

What is the best series to learn how to script for beginners

random nebula
bronze bay
#

anyone here that has experience with racing games?

strong radish
#

anyone wanna check out my portfolio?

somber vault
#

Kk

#

Bet

somber vault
#

yo guys

#

any idea on what to do to make a client based animation for npc's

#

as rn u gotta duplicate the animate script and put it in a server script

#

allthough thats not rlly performant 😭

#

so any ideas?

quaint escarp
#

are these stats good

stiff citrus
#

Opinion on ssa and frameworks?

urban folio
# quaint escarp are these stats good

Hello I Am Get Better
I can make Small Maps Or Even Large Maps
My Prices Are Really Affordable
1 Map = 500 - 2k depending on difficulty Robux + Tax
Models 1 = 50 Robux + tax
Models 5 = 250 + Tax
Models 10 = 800 + Tax
Remember that prices could change depending on difficulty.

urban folio
#

DW about that 😂

quaint escarp
#

Well.. I do need some obbies

#

simple

quaint escarp
urban folio
#

lol

quaint escarp
sweet herald
#

anyone got any advice to start commisioning

#

i already build a portfolio

urban folio
#

@cinder basalt

cinder basalt
#

u sus

urban folio
urban folio
cerulean radish
#

Anyone ever used profileservice to make leaderboards?? Just like how ordereddatastores are used to retrieve for example the ten first people of given data, how can i do something similar with profile service??

fresh lance
astral cradle
#

anyone need a new dev server?

thick quarry
#

How do I do data storage bro 😞

quaint escarp
fresh lance
quaint escarp
hybrid idol
#

you can exploit covid 19 vaccine chips to get 1 impression to click ratio..

fresh lance
teal yacht
lavish valley
#

Is Knit bad?

graceful nymph
#

Hey guys, just to clarify - Roblox doesn’t have a built-in ranked leaderboard system, right?
I’m not talking about the standard ODS. I mean, if I’m, say, the 15,192nd player by score, I’d be able to see my exact rank, or something close to it, and not just the top 10 or top 100 players.
Also, I haven’t seen anyone provide a service for this, like anyone that made something like this., so I guess that’s not a thing either, right?

dire robin
#

any suggestions to make clickdetectors work while holding tools?

cinder basalt
fresh lance
fresh lance
median carbon
#

howd you guys learn scripting

timid sleet
#

what this mean

remote bear
umbral anvil
#

I’m paying 3k Robux, or 5K if it’s done really well.
It’s just a few easy things — should only take about 10 minutes.
DM me for more info @umbral anvil

stray minnow
cinder basalt
#

knit is a code shittifier

somber vault
#

dont waste your time learning it tho

#

learn how to use rojo or darklua

#

or roact

static forum
cinder basalt
#

the answer is no

warm nova
topaz crypt
pure olive
#

how do u do this thing again

#

PlayerCount.Text = {'Players Ready:' + amountReady}

Where u can like add vriables into the string

rapid verge
pure olive
#

i dont have a comma button on my keyboard i cant luau it sorry

#

i think its called interpolation

#

idk

pure olive
#

yes

#

but like the one with {}

#

curly braces

#

nevermind I got it

#

string interpolation

rapid verge
rapid verge
pure olive
#

lol I dont have either of those keys haha

#

i just used string.format

rapid verge
pure olive
#

i dont have it

rapid verge
shy granite
#

Anyone ever deal with animations fluttering when blending animations?

frigid ore
#

yo guys I need help my profile store sometime kick new players "
players.PlayerAdded:Connect(function(player : Player) local profile = PlayerStore:StartSessionAsync({player.UserId}`, {
Cancel = function()
return player.Parent ~= players
end,
})

if profile ~= nil then
    profile:AddUserId(player.UserId)
    profile:Reconcile()

    profile.OnSessionEnd:Connect(function()
        manager.Profiles[player] = nil
        player:Kick("Data Error: Please Rejoin!")
        warn(player.Name, "Was Kicked, Database Error")
    end)

    if player.Parent == players then
        manager.Profiles[player] = profile
    else
        profile:EndSession()
    end
else
    player:Kick("Data Error: Please Rejoin!")
    warn(player.Name, "Was Kicked, Database Error")
end`"
shy granite
#

supposedly you're supposed to make sure bone animations don't overlap but the clearing the keyframes makes those bone snap between the animation and default pose.

tame nova
#

is this possible to script

#

a like count

#

fill thingy

grim osprey
tame nova
#

how would you get

#

the like count

#

of the game?

#

through what service

green reef
#

httpservice

#

but you'd need a proxy

#

and then you have to worry about ratelimits

idle musk
bleak hatch
#

Whats up fellas. Does anyone know Roblox´s stance on client requesting to external servers in awe of asset creation? Documentation stated no limits nor rules (apart from the technical limit). Pardon my english
I think they could find their reasons to limit it, but, for its nature, its hard to monitore totally so maybe there are some rules (rather than limits) somewhere i dont know about
Its hard to find something you arent even sure exists in the first place, but if anyone knows a game with a similar system I can communicate with them

white rapids
#

Anyone knows how to make like character and moves for my battle grounds game if so dm pls

#

If anyone is looking to do a commission dm me pls

thick quarry
#

Guys i created a data store but it wont save can someone pls help bro ima crash out

tidal vale
#

d

stiff ibex
eternal arch
#

hello hello

cinder basalt
#

I have an idea

#

Why dont ya send the GODDAMN CODE

cerulean radish
#

then what would be the best approach to go about making a leaderboard while still maintaining data saves on profile service?

cerulean radish
cinder basalt
#

Separate store for leaderboards and copy over the data

lavish plinth
#

ok

chilly canyon
#

Don't

thick quarry
thick quarry
cinder basalt
tardy pasture
#

i use datastore2

#

best module to my opinion

#

idc about profileservice

cinder basalt
tardy pasture
#

shut it

#

datastore2 da best

placid vector
placid vector
cinder basalt
placid vector
tardy pasture
placid vector
#

only used profile store like once

dark marlin
#

Hi i might need some help making a script the script is abt importing catalog avatar outfit into studio just with the outfit code

cinder basalt
tardy pasture
#

many good games use datastore2

tardy pasture
cinder basalt
#

see how bad such arguments are

tardy pasture
cinder basalt
tardy pasture
#

no now i wanna know

cinder basalt
#

its not supported anymore

#

and people are turning away from it

tardy pasture
#

ill never turn away from datastore2

#

never lost any data

#

always get recoverd

#

and

#

i can sneak into it 🙂

cinder basalt
#

knit is to help you make modules

tardy pasture
#

make modules ?

#

wdym

cinder basalt
#

hard to explain

placid vector
#

bro i DESPISE knit

tardy pasture
#

like the developer to lazy to right click and press on new modulescript ?

cinder basalt
#

read the docs on it

cinder basalt
cinder basalt
#

id say it does the exact opposite though

placid vector
#

fr

cinder basalt
#

knit may be good when you have no idea as to what youre doing

tardy pasture
#

yk what is a real bummer

#

winterfell vs the night king

#

i fr tought that fight was gonna be 3 epc long

#

no just 1

placid vector
#
--!strict

local Framework = {
    Controllers = script:GetChildren();
}

Framework.Start = function(): boolean
    for i = 1, #Framework.Controllers do
        local controller = Framework.Controllers[i] :: ModuleScript
        if not controller:IsA("ModuleScript") then
            continue
        end
        local fn: any, errMsg: any = pcall(
            require,
            controller
        )
        if not fn then
            warn(string.format(`[Client Framework]: Failed to load %s - %s`, controller.Name, tostring(errMsg)))
            return false
        end
    end 
    return true
end

return Framework.Start()```

this is all i need ibr
cinder basalt
tardy pasture