#code-discussion

1 messages · Page 158 of 1

blazing oasis
#

if its not a simple tween i see alot of people rigging models and animating it usimng moon animator or smt

#

they just use a plugin to rig it adfd a humanoid and a hrp

mossy smelt
#

kind of like how town does it

#

so like itd tween the whole model between two defined starts and endpoints

#

and it needs to work with almost everything you throw at it

verbal coral
# mossy smelt so like itd tween the whole model between two defined starts and endpoints
local TweenService = game:GetService("TweenService")
local cframe_holder = Instance.new("CFrameValue")

local moving_model: Model
cframe_holder.Value = moving_model:GetPivot()

cframe_holder.Changed:Connect(function()
    local new_cf: CFrame = cframe_holder.Value
    moving_model:PivotTo(new_cframe)
end
TweenService:Create(cframe_holder, TweenInfo.new(1), {
    Value = CFrame.new(0, 10, 0)
}):Play()
mossy smelt
#

ok so there is no shortcut

#

and ill essentially be doing that

digital otter
#

`local Spinner = workspace:WaitForChild("Spinner")
local RunService = game:GetService("RunServce")
local UserInputService = game:GetService("UserInputService")

local spinning = true
local speed = math.rad(120)

UserInputService.InputBegan:Connect(function(input, gp)
if gp then return end
if input.KeyCode == Enum.KeyCode.R then
spinning = not spinning
end
end)

RunService.Heartbeat:Connect(function(dt)
if spinning then
Spinner.CFrame = Spinner.CFrame * CFrame.Angles(0, speed * dt, 0)
end
end)` guys what is the error in this why is this not working?

rocky snow
#

Do you guys think we are getting replaced by gpt 5 since he can code luau pretty good.

rocky snow
#

You just need to change settings to single chat and gpt 5.

minor relic
rocky snow
#

...

severe vine
#

Hey i can make websites using html and css for a really low price anyone interested?

rocky snow
gloomy kraken
#

Code discussion is the real code help

solar acorn
#

LMAO

solar acorn
#

it'd be more beneficial for them if they used google sites yk

kind pond
#

dm me if u want scripting and map made

plain jetty
#

hi someone making ui and scrpting?

potent maple
#

How to fix animation delay on first play?

potent maple
plain jetty
#

no

severe vine
sweet sandal
#

guys is it easy to script a good smooth camera movement like doors?

verbal coral
vocal tusk
#

Should i make a katana using a weld or a motor6s?

coarse wraith
#

lets you add animations to it

merry shoal
#

i currently have a system when player equips a tool with "weapon" attribute it calls equip anims and when on unequip it calls unequip anims. the problem here is i have skills that should play with that weapon so it should not unequip the tool when u switch between these tools that yse the same weapon or weapon -> tool.

#

the problem here is that tools should also play an equip anim when u didnt equip the tool in first place

#

how do i achieve this

#

i thought of childadded and childremoved but it has some flaws to it and probably will not work

modern seal
#

having th weirdest bug rn wher my tutorial text jss goess full seizure 😰

merry shoal
#

lmaao

modern seal
#

it'ss actually scarry and the typing sound effect its likee a machinegun going off

gloomy kraken
merry shoal
#

anyone

#

e

tidal vale
#

jokr

kind pond
#

anyone want building servidces

strange palm
#

teach me assembly

kind pond
#

dm me

#

@strange palm

rain hound
#

is there a way to make roblox stop doin this bullshit

crisp storm
rain hound
crisp storm
#

nah just uninstall the extension

#

ro pro didnt have this issue so try that

#

if u need extension

rain hound
#

i already fixed the issue

#

it was some setting i had

#

but im asking if theres another reason i should delete it for

crisp storm
#

btroblox is outdated

#

profile pages are broken

#

if u have noticed it

rain hound
#

oh that was its doing too?

#

yea im deleting ts

crisp storm
#

yes

celest cipher
lapis parrot
#

if any1 needs help with any scripts lmk

indigo thorn
indigo thorn
# celest cipher

add the value before the if statemenet then when its fruitvalue < maxfruitvalue do blend button to change

reef ermine
#

gues how can i make that when i play animation the camera follows the body and in ends in the same position where the animation ended

indigo thorn
#

your problem most likely is that you run the ifstatement on 2/3, and it goes to 3/3 but the if statement doesnt rerun until the next click

#

@celest cipher

celest cipher
#

i fixed it dw

#

do i know u

#

are u christopher

indigo thorn
reef ermine
#

ye

indigo thorn
reef ermine
#

where hrp

indigo thorn
#

its char.HumanoidRootPart

#

if you wanted to lets say make a tsb grab and run animation

#

youd put a linear velocity

#

inside their hrp

#

and move them manualy

reef ermine
#

ty

celest cipher
#

yo my part color is so tuff

blazing oasis
#

Can you make gfx

tawny quarry
#

@wild kayak Hey can u help me with a script ?

formal wolf
#

@brave cairn moderate this too please

tawny quarry
subtle otter
subtle otter
formal wolf
subtle otter
subtle otter
somber vault
final ivy
#

yes, but that's if they could even read the memory to begin with, another reason no one would need to decompile

#

i guess you could use some sort of physical DMA capable device to read host memory without host processes knowing but that seems like a lot of effort for script kids on roblox

thorn arch
final ivy
#

¯_(ツ)_/¯

fervent belfryBOT
# somber vault how do i put up a hire poster thing
Tag » apps

How to Apply

If you want to apply for a role in our community, the applications can be found here! It is highly recommended to check out our Application Rules to learn the requirements for these skill roles!

Pending Time

An application for a skill role may take up to 0-48 hours to be read. If pending beyond that time, please create a ticket using /ticket and then selecting the "Application" category in #cmds

Application Tickets

To ensure your ticket is being dealt with maximum efficiency, please link your application in the media section of the ticket. As well as specify which role you are after. Also, if you have any doubts or concerns related to applications, then you may create a ticket.

Application Tickets take 2-3 days and up to 1 week to be resolved.

Still don't know how? Watch this video to find out how!

peak sphinx
cloud atlas
coarse wraith
celest cipher
#

cool

celest cipher
peak sphinx
#

100 to 10?

#

Should have one more rarity

#

Or make rare more common

cloud atlas
thorn arch
forest mountain
#

What did you guys do to start your scripting journey? I have always wanted to start scripting for roblox, I watch a few YouTube videos which I feel like dont help me that much then I create a small little project but then I just give up. What motivates you guys to keep going and how can I start from the beginning to learn. I know this process takes time, I am wondering where to start.

elder stirrup
#

who here know java

#

or html

thorn arch
elder stirrup
gilded raft
#

Is anyone interested on making a game together?

thorn arch
#

Java and JavaScript are two VERY different things

solemn sentinel
#

Hii, hello!
Is there a way to make Coroutine timer ithout headache?
In unity you can type:
yield return new waitForSeconds(1)
and coroutine will continue right after.
In Roblox doc, there is typed simmilar things, but do i need to costantly:
Coroutine.resume()?
after:
yield(wait(1))

fair copper
#

yo guys, logical question.

im building a combat game with different combat mechanics and styles.
like how vfx works, etc how hitboxes are deployed depending on the attack.

i already made my framework scalable into 5 styles
but im thinking of redesigning because the vfx and mainly visuals are different for each style of combat, kind of like a module with all the vfx and other things defined for each different style, it will make the server and client simpler and just be used for communication and not exactly for the vfx or visuals logic

#

im thinking this way because i cant generalize all combat mechanics and expect perfection

little horizon
#

anyone wanna make a game together?

old junco
#

im down 😼

#

jasoniian i couldnt understand ur issue ngl can u rephrase it

fair copper
#

is that the right way to go?

tribal meadow
#

Hey does anyone have an idea how I can use roblox elements to code a stock system like grow a garden? Ik I can use an API but it feels way too much of an over-kill.

solemn sentinel
#

coroutine.yield(wait(1)) not helping here

#

sr

#

coroutine.yield(task.wait(1))

thorn arch
#

Why are you doing coroutine.yield

#

🙏 🙏

#

task.wait() yields the current thread for the passed duration

solemn sentinel
#

yield return new waitForSeconds(1) - is writen inside a coroutin and will call it after 1 second iin Unity.
I'm trying to find a simmiilar solution in Roblox

thorn arch
#

task.wait()

somber glen
#

How easy would it be to have 3rd party ai software control Npcs in Roblox

solemn sentinel
solemn sentinel
#

finaly got what ppl were saying

thorn arch
#

If it's only text then it's alright

#

If movement or something

#

Ggs

somber glen
#

Text is doable I already have a chatbot connected to my own chat account lol

twin bane
#

100k robux for using my tool no downloads no links no weird sus stuff jjust vc and listen

thorn arch
somber glen
#

True but what if you made it think in steps like “go to certain destination and do this” then “look for” just group actions and let it think about the steps it takes before taking them

celest cipher
orchid tiger
#

Anyone need a youtube video editor / thumbnail maker dm me very low prices!

slender wharf
# celest cipher

I don't see anything that is telling it "visible = true/false"

celest cipher
#

its fixed now

slender wharf
#

Little system I made in 30 minutes (Don't worry about the values, I increased my multiplier)

wary juniper
#

when searching for the request url to set the gamepass public/changing the price, this is only the post url i come across, i wanna change a gamepass's Onsale/offsale and price via code, can someone help me out find the correct endpoint please

pseudo monolith
#

Show me the payload

wary juniper
pseudo monolith
#

Yeah

#

Exactly

wary juniper
# pseudo monolith Yeah

doesnt work tho all it does it return the details of the gamepass instead of editing the info

pseudo monolith
#

Ur doing it wrong

wary juniper
#

how

#

do u wanna see the code?

dim widget
#

Hello, I do some simple models, builds, for cheap. And I do Guiler, in addition to simple scripts. DM for communication.

waxen rover
tight wagon
#

can someone teach me how to code

vast hound
#

does anyone have a video of what a good combat system looks like? i'm new to scripting so i wanna see what's the "best"

fair cypress
rigid rover
#

if not humanoid or humanoid.Health <= 0 then

tribal meadow
somber vault
#

what should i make thats basic that i could try scripting

sour vine
dull swift
#

Hey guys so I scripted some gamepass and when I buy them by just hitting play in studio they r working comepletely fine but when I try to run a local server with players in it and then try to buy it
it isnt letting the player buy it

gusty sleet
#

do i use task.wait or js wait

sour vine
gusty sleet
#

ok

vast hound
grim ridge
#

i need help with this, i was trying to change the icon from topbarplus using a decal already inserted in the workspace.

wet briar
#

is this good ?

wary juniper
blazing oasis
wet briar
#

okay

#

its just i cant maintain more then 8ccu

#

i think its my retention

blazing oasis
#

Do i need to know how to draw to do UI

glass narwhal
#

if any scripter here knows how to make a vehicle plane system like in the one build a plane please hmu need one asap

static coral
glass narwhal
glass narwhal
proper sonnet
#
hollow aurora
south iron
proper sonnet
#

like.. what do you guys think?

hollow aurora
#

is it a chatgpt wrapper

proper sonnet
#

no

#

actual model

#

let's say like a duolingo for scripting

static coral
hollow aurora
#

what makes it different from a chatgpt wrapper im not familliar with making new models

proper sonnet
#

roblox's AI is like so slow

#

10x slower

#

this is 10x faster

hollow aurora
#

idk if anyone uses roblox AI id personally just tell them to use gpt

#

actually i used its ai once to make it generate me some AI models that was pretty cool

proper sonnet
#

Think of it like “Duolingo” for Roblox scripting, and remove the “AI” brand in it. Because it’s 80% you and 20% AI.

#

ChatGPT is never strong, because the developers of GPT focuses more on general coding

#

and focuses more on python and javascript, not lua

#

that's why it sucks and will always never teach you on edge cases

hollow aurora
#

i think people would be more convinced if you show practical examples of this

#

idk good luck tho

wild hollow
#

could anyone help me to do something to data save

craggy current
#

anyone know if init/start functions are even useful for anything when you're just using manual requires?

static coral
fair copper
#

convenient

craggy current
glass narwhal
#

if any scripter here knows how to make a plane system like in the one build a plane please hmu need one asap

craggy current
#

when you require a module it'd get initialized

static coral
craggy current
glass narwhal
glass narwhal
#

And made a post but no response it’s been a week

glass narwhal
#

I’m not even joking go look at hireable

static coral
hollow aurora
#

whats their reason for denying

#

it shouldnt be that insanely hard

glass narwhal
hollow aurora
#

just play around w vectorforces

glass narwhal
#

Because most scripters there are basic

#

I’m guessing

static coral
#

most of the time it is anyway since i run entire game from modules only

hollow aurora
#

arent there like 8+ year experience or something

glass narwhal
hollow aurora
#

weird

glass narwhal
#

😭😭

craggy current
#

what do u mean less code in requiring script

static coral
fair copper
#

its like a

#

simple form of dependency injection if ur framework involves those

wary bronze
#

Who’s a Scripter

hollow aurora
#

readability maybe

fair copper
hollow aurora
#

its nice having one init script and then 500 modules

wild hollow
fair copper
#

when it becomes active and when it goes dead

wild hollow
#

I WILL do nice thing TO ME

fair copper
#

even i dont use inits alot

static coral
fair copper
#

obviously this is subjective.

fair copper
#

lol

static coral
static coral
fair copper
#

like in testing you can pass mock objects to the init function, allowing you to isolate and test a single module without relying on the entire game environment.

#

and

#

the same module can be used in different parts of your game with different dependencies, all configured through its init function perhaps yk

potent shell
#

whats the difference between getdescendants and getchildren?

paper bough
#

Can somone hop into a call with me and help me with Hinge Constraints pls 😭

static coral
potent shell
static coral
fair copper
#

alr i dont other use cases for now

paper bough
fair copper
#

lets just say it exists and it has valid usecases in general coding

paper bough
#

Bruh can somone please help

sour vine
hollow aurora
#

what r u tryna make bannabread

paper bough
#

nah its kinda similar, its in the same category

#

like a trapdoor

hollow aurora
#

cant u just place two hingeconstraints, anchor the block, when a player touches the trapdoor

#

unanchor the part

#

and then after a couple of seconds, just set the part back to its place and anchor it again

paper bough
#

can u just look at my game rq and see what i did wrong?

hollow aurora
#

no but good luck though

rapid ridge
#

i just learned about RemoteEvents and i was overthinking how they worked so much its unbelievably simple

pale ridge
#

any high tier scripters for tower defense game

#

high tier scripters needed for tower defense game

ember tinsel
#

I am making a gun system (3RD person ) would the most optimized way to make it shoot would it be to use vfx as a cover up and make the actual bullet the ray cast?

wary bronze
#

A Scripter put the /headless & korblox command in server script service and these popping up is it supposed to be in server script service ?

near drift
#

bro

#

whats on going

wary bronze
sturdy forum
#

ask your scripter

fair copper
#

and u can add vfx for client and relay it to other clients

#

🔥

hasty cobalt
#

Just use mouse.hit.position.

#

And use mouse.hit to detect if its a player.

#

Any other way, is jut overcomplicated it.

#

Trust me, i've made guns for games like phantom forces.

hollow aurora
#

no its true i can vouch

#

he did

scarlet kestrel
#

If you were to create a server list system, Which method would you use?

#

It will show servers with players on different place.

wild hollow
#

i still cant do a datasave

scarlet kestrel
#

Search tutorials

wild hollow
#

ok

#

thx

tiny widget
#

crippled another one

#

nice

scarlet kestrel
devout latch
#

you can do that but if a server crashes and can't remove itself or its players it will stay in ur server list

#

you should probably use a combo of both

scarlet kestrel
#

I will try this thanks!

copper jacinth
#

Use the marketplace for hiring

pale hill
karmic mural
#

does somebody have a pls donate like donation system laying around I can buy?

crimson crypt
#

Wut da hell

bleak glade
crimson crypt
#

Nope it's in roblox luau context

#

😭

midnight wigeon
distant plover
coarse moat
#

im looking to make an object track my mouse server and client side 2 studs away from my character at all times, and the best way ive thought of is to fire a remote event every frame so.... how should i go about that

slim tinsel
#

correct me if im wrong

midnight wigeon
#

It’s a remote event that doesn’t always arrive but barely takes performance

#

So great for smth that ur doing every frame

kindred bolt
orchid sand
#

hey ya

torpid dome
# cedar pivot

did roblox seriously update to automatically grab the table size?

#

they did huh

lean ocean
#

its general iterator

thorn arch
dusky imp
#

hey guys

short jetty
#

Like... I dunno where I went wrong..

dusky imp
#

local baseplate = game.Workspace.Baseplate

for myCounter = 1, 10, 1 do
baseplate.BrickColor = BrickColor.new("Bright red")
task.wait(1)
baseplate.BrickColor = BrickColor.new("Ghost grey")
task.wait(1)
baseplate.BrickColor = BrickColor.new("Teal")
task.wait(1)
print("you are done")
end

dusky imp
craggy sleet
craggy sleet
short jetty
torpid dome
#

it for sure wasnt a thing a year ago or more

dusky imp
strange bobcat
#

looking for scripter dm me

glossy bison
#

Dm me if you need dev

leaden basin
nova yarrow
leaden basin
#

i saw a video where some dude opened a door and a blackhole appeared

#

wanted to make smth cool

nova yarrow
#

Then remake that

stark geyser
#

is there any better way to make dialoug

real zealot
#

how can you get it

stark geyser
#

@real zealot

real zealot
#

but what font

stark geyser
#

mr beast

real zealot
#

i want the corrupted stuff he had

stark geyser
#

pretty much

vale flax
stark geyser
#

makes me happy

vale flax
#

luckiest guy font is so irritating

#

I prefer comic sans

#

over it

bleak glade
thorn arch
tiny widget
fair copper
slim tinsel
sweet wharf
#

what incoming packet per second should i be aiming for

little horizon
#

Looking to make a game with someone, Dm me!

static coral
civic sierra
solar inlet
#

Guys I need help, every time the player buys a dev product, market place.processreceipt get fired 1 more time, example, i buy it 1
Time, it fires 1 time, if I buy it a second time, it fires 2 Times and a third time 3
Times

hasty cobalt
sturdy thunder
#

Some whats wrong with my pet scaling script

U get random kgs wich desides scal and its doing ts

#

Please someone I have been trying for 2 hours

dusky rapids
#

how do u check if a server is a private or public server? runservice?

sturdy thunder
#

Sure

#

I fixxed it by now but if u wanna help with anything else

inner aspen
sturdy thunder
#

Uh not much rn js we need help with building

#

Well we do need help with a shop script

inner aspen
sturdy thunder
#

Uh well anything

inner aspen
sturdy thunder
#

Like simple stock script so u can only buy items that are in stock

inner aspen
#

Ok I could help with that well anyways what game are you making?

#

Grow a fish?

sturdy thunder
#

No Lol

#

Wer making a fishing game

#

and I cant figure out why this fish Will not face the other way

inner aspen
#

Oh I didn't knew I thought that you were making grow a something game from those pictures

sturdy thunder
#

no lol

#

its welded and a tool how do I make it face away from me

inner aspen
#

And edit the grip

sturdy thunder
#

alr

inner aspen
sturdy thunder
#

my buddy

inner aspen
sturdy thunder
#

Im learning

#

I know the basics and some advanced stuff

inner aspen
#

Cuz I'm scripter and have 3.5 years of experience in lua coding and I still don't think I know a lot of stuff I think I could still learn more

sturdy thunder
#

Wow

#

But we could use some help if u want

full cedar
sturdy thunder
#

alr

agile fulcrum
#

can someone help me
i published my game and it worked perfectly
but now i tried to add some stuff
and it completely ruined my game
is there a way i can revert back to the published version of my game into studio?
And now please dont say cntrl+Z 😭

hollow dew
#

Hey im building a game does someone wanna help me i already have a small team dm me

solar inlet
#

guys help please, i have a dev product for example of coins, every time i buy it i get more

slow lake
#

chat is this slop

solar inlet
#

2 times 200

#

3 times 300

thorn arch
solar inlet
#

so 3 times = 600 instead of 300 total

thorn arch
thorn arch
#

Your script does some funky stuff probably

slow lake
thorn arch
#

Instead of just adding iy

thorn arch
thorn arch
slow lake
#

nah legit code 💀

thorn arch
#

I ain't even gonna read that bro

slow lake
#

for mineswepper

thorn arch
#

Delete it

slow lake
#

well i mean it works

#

but looks ungly

thorn arch
#

What is the function of the code

slow lake
#

find the neighbouring cells

thorn arch
#

💀

#

Has anyone told bro about for loops

slow lake
#

method for a cell class

#

loops will just add more indentation

slow lake
#

so the zone class is messy

#

but the field class is kinda clean

solar inlet
thorn arch
#
local selfx = ..
local selfy = ..
local neighbours = {}

for i = -1, 1 do
    neighbours[i] = {}
    for j = -1, 1 do
        local cell = self.Field:getZone(selfx+i,selfy+j)
        if cell == self or cell == nil then continue
        neighbours[i][j] = cell
    end
end
slow lake
#

this is actually brilliant

slow lake
fathom sundial
#

thats the only reason i could see that happening

#

and i cant find ur code to look

fathom sundial
agile fulcrum
fair copper
#

guys whats the best way to get maximum control on dual tools

#

like i got a katana with a sheathe but the sheath is always on the left hand

#

how should it be structured so its easy to animate and run with scripts for combat as well

tribal turtle
#

Need help
A part automatically switches transparency to 0 and turns can collide on, even though I set transparency to 1 and can collide off before play testing

fair copper
#

probably hard coded somewhere

tribal turtle
#

Anybody got a clue?

fair copper
#

how are u supposed to expect help and show nothing for it

tribal turtle
#

Shall I add u to he studio and u check it out?

#

Assuming ur a scripter

fair copper
#

no

#

hmmm

#

if its a part

#

just show me ur client or server scripts that u have running

tribal turtle
#

@fair copper

fair copper
#

i'll pass

#

@static coral

#

look i was saying about inits.
i have these modules under modules and theres gonna be like 10 modules in stylevfx folder with unique vfx mechanisms depending on weapon type and combat style.

#

i can require all of these with just EffectsRegistry module

wary bronze
#

Who wanna get paid to find and delete these viruses

sturdy vessel
#

@inner aspen DMs.

fair cypress
sturdy vessel
#

@fair cypress DMs.

nocturne dew
#

fellas, is Knit worth it? or should I not bother

upbeat python
#

knit sucks

#

dont bother

#

only for autistic devs

split mantle
#

who needs an experienced scripter 4 free? expanding porto

merry furnace
#

what type of things

split mantle
#

except

#

fucking physics

merry furnace
#

ok well in like 4 or 5 months id say

split mantle
#

?

merry furnace
#

cuz im grinding comms to get funds

#

im making an rts game

split mantle
merry furnace
#

if your good enough i could hire you for main dev

split mantle
#

mini empires like?

merry furnace
#

main scripter*

merry furnace
split mantle
#

still good

#

btw @merry furnace

#

how do u get comms

merry furnace
#

hiddendevs is rlly bad for it, even i cant get comms often since i arent that great so im limited

#

but

#

ive never had 1 person respond to me for a comm from hiddendevs

stray sphinx
#

Yo yall wanna make a build a game?

merry furnace
#

but i get comms elsewhere

split mantle
split mantle
merry furnace
#

i got 2 from the roblox creator tab somehow when i first started

stray sphinx
merry furnace
#

but its still not that great

stray sphinx
#

Wait what do u make?

split mantle
merry furnace
#

but some guy hit me up completely randomly and i got a scripter buddy im working with rn

stray sphinx
#

Dang bro

merry furnace
#

but @split mantle dm me for more stuff abt rts game ill respond soon

stray sphinx
#

Every scripter always asking me for payment

stray sphinx
#

So no one wanna make a build a plane game with ne?

#

Me*

keen zephyr
#

What do the red dots mean?

split mantle
#

who needs an experienced scripter 4 free? expanding porto

narrow rapids
blazing oasis
narrow rapids
#

your code stops when it reaches that line

blazing oasis
narrow rapids
#

i can't even use them bc i use rojo

blazing oasis
#

o

#

is rojo really worth the stress

keen zephyr
sturdy vessel
blazing oasis
#

i dont use it cuz my plugins are broken

split mantle
narrow rapids
#

all you do is install rojo cli and rojo init

#

and add a place id in servePlaceIds in default.project.json, make a new array if there isn't one

blazing oasis
#

hm

narrow rapids
#

u get the placeid by print(game.PlaceId) in roblox command bar

#

and then you rojo serve and you set it up

somber vault
#

@narrow rapids

#

can u join my vc rq

narrow rapids
#

why

somber vault
#

i have a problem bu i can find i

copper iris
#

anyone know if you have to use WaitForChild for every child in a gui like this or can I just do header:WaitForChild("1") and assume "3" will exist too?

local icon = header:WaitForChild("1"):WaitForChild("2"):WaitForChild("3")

because it looks rlly messy

split mantle
#

who needs an experienced scripter 4 free? expanding porto

sturdy vessel
#

Dm me if you can do a quick task for my game and you can add it to your portfolio.

stark flint
copper forge
#

I have a bug with the sun WHYYYYY help

wary bronze
#

Guys

#

wtv guy scripted the /korblox /headless command had scripted a virus I could never find so I just copied the build and put it into a new baseplate guess what ( no virus now) yay

sturdy vessel
#

Dm me if you can do a quick task for my game and you can add it to your portfolio. (I need a Roblox scripter)

somber vault
#

Does anyone have a very good tutorial to learn how Modules work / are used for from scratch?

tired stag
#

does anyone have an advice how to make robux asap if you have a little portofilio

torpid violet
#

im trying to make something that if you go decend into lets lay like a cave, you lose oxygen slowly, the further you go down, the more oxygen you lose and you will need to find like an oxygen tank to gain more oxygen

#

i just don't really know how to start

visual ruin
#

make map or hire some1 to make it

#

then mechanic

#

then ui

#

boom

torpid violet
#

well that i can easily do, i just need to figure out the logistics of it, im making a ui rn

exotic vapor
#

my first code

ripe plume
full cedar
ripe plume
#

so everyone can read

full cedar
ripe plume
#

kkkkkk

vocal kernel
#

how can i make it work for every players and not only "gagatopmega35" ??

blazing oasis
#

nvm

#

just do game.Players.PlayerAdded(function(player))
end)

unborn kestrel
pseudo girder
#

Why no work😞

dreamy berry
#

Guys quick question, where did you learnt luau language? and how long it take to make you a professional scripter?

pseudo girder
#

Then make ur own shit

woeful ingot
#

you're always constantly learning so there's no pivotal moment where you "learned" it

pseudo girder
#

To learn

tame siren
#

For those of us who don't like the new script editor colors, those are the original colors (function name color is the same as local method color)

pseudo girder
#

Forums and YouTube

#

Then practice what u learned

dreamy berry
pseudo girder
#

Well if you’ve been learning for a year

#

Then o guess you should just ask questions in severs and practice making ur own systems

dreamy berry
pseudo girder
#

Read documentation

tame siren
#

but you will forget stuff, that's what the roblox docs and devforum are for

dreamy berry
dreamy berry
tame siren
#

make anything

#

just keep making

pseudo girder
#

Just stuff that u find interesting

#

Or something u want to make

dreamy berry
#

i just realized it haha, thanks man

pseudo girder
#

👍

#

Now who can help with this AWESOME code?

hybrid blade
pseudo girder
#

What 😞😞😞😞

#

But my ai said it’s awesome code

dreamy berry
#

im pretty sure that script was so ummm "terrible", even im not perfect in script

hybrid blade
#

Local part.part =("ServiceStorage")?

normal wadi
molten plinth
#

Bro ai codes better than that cryingdead

pseudo girder
#

Nah man that’s the best code

#

Ever

dreamy berry
tired garnet
dreamy berry
pseudo girder
#

I know I know

#

I’m a genius

tired garnet
hybrid blade
tired garnet
molten plinth
#

I can’t tell if you’re ragebaiting or haven’t learned lua yet
If you want a tutorial recommendation I gotchu

pseudo girder
#

This is legit the best code

#

I am the owner of do big

#

So I can code awesome

pseudo girder
#

This guy gets it

hybrid blade
#

Do the staff take off the weekends?

wispy socket
#

hi

tired garnet
empty wind
pseudo girder
tired garnet
#

we have lives too yk

pseudo girder
dreamy berry
hybrid blade
tired garnet
ripe plume
pseudo girder
#

Genius

tired garnet
pseudo girder
#

🔥

torpid dome
#

bro tried to mix python a markup language and lua all in one

acoustic terrace
#

IM ABOUT TO BREAK MY MONITOR

23:00:54.748 [LockTrigger] Hooked pad at Workspace.Bases.Base2.LockTrigger - Server - LockTriggerScript :111
23:00:54.749 [LockTrigger] Hooked pad at Workspace.Bases.Base1.LockTrigger - Server - LockTriggerScript :111
23:00:54.749 [PadFix] Missing LockTrigger for Base2 - Server
23:00:54.749 [PadFix] Missing LockTrigger for Base1 - Server
23:00:54.749 [ForcePadUI] LockTrigger not found for Base2 - Server
23:00:54.750 [ForcePadUI] LockTrigger not found for Base1 - Server
23:01:36.260 [LockTrigger] No SurfaceGui found under TextHolder - Server - LockTriggerScript :35

#

i have been tryna fix the gate showing numbers of it being locked with the time for about 2 hours now keeps saying missing lock trigger even tho i have it

tribal mango
pseudo girder
#

Nah man all real

tribal mango
#

This idiot is a fraud. I posted this asking for help last month

pseudo girder
#

🌚

ripe plume
pseudo girder
#

I don’t think it is

#

Cuz I saw 3 TikTok’s on it

tiny widget
#

reverse expose

pliant anvil
#

uh

topaz lodge
pseudo girder
#

If he knows how to format code on discord

#

It is most likely not his

unreal nest
#

f

topaz lodge
pseudo girder
#

So it’s not his…..

warm nova
#

How to send multiple arguments in blink without a table? (string, boolean) doesn't work for some reason

pseudo girder
#

Like I said

topaz lodge
#

ah, alright, i misinterpreted it my bad

pseudo girder
old geode
#

Stupid ahh mf

warm nova
#

Elize do you know How to send multiple arguments in blink without a table? (string, boolean) doesn't work for some reason

pseudo girder
#

Iirc

warm nova
#

AH! DIVINE REVELATION!

old geode
#

r

#

blink is a dsl

#

packet is a shitty bytenet copy

pseudo girder
#

Bytenet is FAR worse than packet

old geode
#

I use blink

pseudo girder
#

Packet is also easier for beginners

warm nova
old geode
warm nova
#

Even I learnt how to use it with the documentation in like 10 minutes

pseudo girder
#

I have no problem using blink

warm nova
#

We are talkinga bout beginners

pseudo girder
#

I’m just saying I’ve seen people say it’s hard

warm nova
#

I am one

pseudo girder
#

As a beginner networker

old geode
pseudo girder
#

No one is blaming blink for being above the intelligence capabilities for beginners

warm nova
#

You kind of were?

old geode
#

if u cant understand how to use blink stick to regular remotes

pseudo girder
#

I just said that if you ARE a beginner, it might be harder than some other networkers like packet

pseudo girder
#

But people get fomo

old geode
#

it's okay bro they aren't gonna patch the low bandwidth method

pseudo girder
#

And wanna be cool by using networking libraries

warm nova
#

What..?

pseudo girder
old geode
pseudo girder
#

They have no idea what their doing

warm nova
#

When did this conversation turn into beginner capabilities? we were talking about raw performance of packet and blink.

pseudo girder
#

To each their own

#

I use studio

#

Works fine as a solo dev

#

Maybe Rojo is better for teams

old geode
#

I use vscode I fucking hate studio's code editor

pseudo girder
#

Well that’s personal preference ig

old geode
#

I used it for 1 project and it's actually terrible

pseudo girder
#

I think it works fine

#

For what I need

#

Version control is nice though

#

Just haven’t gotten to the point of needing it

pseudo girder
#

Well back to ur original issue

#

Is there a reason u can’t do it in a table

warm nova
#

I am using a struct now which is basically an array

silver copper
#

Hey guys can anyone pay for the 1750rbz fund of uploading a ugc to roblox, I'll pay u 50% of the revenue for a year

lapis parrot
#

is this ai can any1 let me know

unreal nest
#

tun tun

grave zenith
#

Does anyone know a good anti cheat ( specifically for tp and walk speed ) for a simulator game where the speed can be modified via pets and upgrades so it vary and where there some legit teleportations

vale flax
lapis parrot
#

its obv ai

#

some kid who made it said it wasn

silver oak
#

I'mma go all out for my game for no reason

#

I'mma make rockstar level animations using blend spaces

#

And procedural animation wherever possible

#

After all it has to be better than wild west's movement system

dense rapids
silver oak
#

Procedural animation is really so underrated on roblox though

#

And I'm not talking procedural animation just for movement

#

It can be used for so much

#

Like instead of a static item pickup animation you can actually have the character grab the item and put it into a pocket no matter what item it is

dense rapids
#

it’s very difficult tho

silver oak
#

With roblox's ik constraint thing it's easier now

#

You used to have to do ik manually

#

All you need are the positions and a base animation

#

Because for something like this, you'd use a hybrid of procedural animation and regular animation

#

To stop the procedural animation from looking goofy

dense rapids
silver oak
#

You just blend between the two

dense rapids
#

I’m going for a parkour game so it doesn’t seem very fitting

silver oak
#

actually

#

Parkour games benefit the most from procedural animation

#

Think about it

#

There are so many variables

#

So many wall heights

#

So many shapes

#

A couple of vaulting animations won't be able to handle it all

#

But obviously this is roblox

#

Nobody expects you to procedurally animate things

#

I mean it's rarely done in AAA games

#

Rockstar is lowkey the best at it

lime gyro
silver oak
#

Rdr2 does it pretty well

lime gyro
#

But yeah

silver oak
#

Like holy

#

The animations in rdr2 are god tier

lime gyro
#

Ain't no one expecting an rbx to have realistic movement

silver oak
#

Yeah

fading pollen
#

why are my trails doing this? wtf

unreal nest
dense rapids
#

Is it better to use the ik constraints or make it myself for r6

silver oak
#

Ik constraints still maybe???

#

Since R6 will be easier for the constraint to get correctly

velvet saffron
#

is there a way to make fps be 12

#

without lag

viscid dew
#

Does anyone knows how to mask in figma

#

?

cyan niche
#

anyone script for cheap?

grave zenith
#

@open yarrow

#

I manage to make this, what do you think about it

#

it basically do what you said in the X axis

#

oh I can remove player added for clarity

#
local checkInterval = 0.25
local cooldown = 0.4

local function getMaxDistance(walkSpeed, ping)
    local threshold = walkSpeed * 1.15
    return threshold + (threshold * ping)
end

local function onCharacterAdded(char, player)
    local humanoid = char:WaitForChild("Humanoid")
    local hrp = char:WaitForChild("HumanoidRootPart")

    local lastX = hrp.Position.X
    local lastCheck = tick()
    local lastWarning = 0

    RunService.Heartbeat:Connect(function()
        if not char:IsDescendantOf(game) then return end

        local now = tick()
        if now - lastCheck < checkInterval then return end
        lastCheck = now

        local walkSpeed = humanoid.WalkSpeed
        local ping = player:GetNetworkPing() or 0
        local maxDistance = getMaxDistance(walkSpeed, ping)

        local currentX = hrp.Position.X
        local deltaX = math.abs(currentX - lastX)

        if walkSpeed < 0.1 then
            lastX = currentX
            return
        end

        if TeleportHandler.IsTeleportAllowed(player) then
            lastX = currentX
            TeleportHandler.ResetTeleportFlag(player)
            return
        end

        if deltaX > maxDistance then
            if now - lastWarning >= cooldown then
                local direction = (currentX > lastX) and 1 or -1
                local correctedX = lastX + direction * walkSpeed * checkInterval
                local newPos = Vector3.new(correctedX, hrp.Position.Y, hrp.Position.Z)
                hrp.CFrame = CFrame.new(newPos)

                warn(player.Name .. " moved too fast! (delta of x: " .. math.floor(deltaX) .. " > " .. math.floor(maxDistance) .. ") Resetting.")
                lastWarning = now
            end
        else
            lastX = currentX
        end
    end)
end
open yarrow
#

i think at laest

grave zenith
#

I think it's fine but I need to check if * 1.15 is good

#

i'm testing and it's not working for some reason

#

oh I'm dumb

#

I didn't even do the magnitude check

#

yeah because I restarted from scratch

#

nvm I think currentX - lastX work since it's on one axis

#

ok then I have no idea why it doesn't work

grave zenith
#

Wait I think I need to do a magnitude check anyways

rustic rain
#

yo guys

#

can someone help me with a code

unreal nest
ionic rock
royal geode
#

anyone need help with some simple scripting

royal geode
fleet carbon
#

I never knew this was a thing lol

unreal nest
fleet carbon
sour vine
fleet carbon
unreal nest
#

I'm asking about those studio plugins logos

#

cool logo

fleet carbon
unreal nest
fleet carbon
midnight wigeon
#

Guys give me random things I can script and put on my portfolio (it’s empty as fuck)

silver oak
#

Is this structure alright?

#

I know technically I can do whatever I wanna

#

But like if you were working on the project could you navigate through this and get to where you wanna go

fleet carbon
midnight wigeon
fleet carbon
midnight wigeon
#

True

turbid cliff
royal geode
#

what with?

#

like what you want me to script

turbid cliff
#

go dms

pale ridge
#

looking for mid scripter

#

anyone a mid scripter

fathom lintel
#

Hey uhm I’m looking for a programmer we can split percentages

pale ridge
#

mid scripter needed

sharp wraith
#

Yo u cant hire here

pale ridge
#

oh srry

unreal nest
fathom lintel
#

Hey I need a scripter for my game

versed roost
#

Anyone know a free scripter?

sudden loom
versed roost
#

Well

#

I’m dumb sooooo

turbid cliff
#

undumb urself

versed roost
#

I already tried

sudden loom
#

Scripting isnt hard

versed roost
#

Ok especially Lua

sudden loom
#

What

versed roost
#

Auto correct

sudden loom
#

Luan is the easiest

#

Lua

#

Lua is da easiest

turbid cliff
#

kind wren
sudden loom
#

They also have nowhere to start

somber vault
#

whats something basic i should script

little horizon
#

Looking for a scripter! Paying in Robux/ $

kind wren
# somber vault whats something basic i should script

a part which, upon clicking (click detector), grows 100 studs on all axis (tween Size), changes color to yellow (tween Color) and flies 100 studs above (tween Position on Y axis) for 10 seconds and reverses back.

sudden loom
kind wren
#

do it

sturdy thunder
sudden loom
#

Completely dodged my suggestion

velvet saffron
#

Anyone have 5 years experience in scripting ?

manic rover
sweet herald
#

Can anyone give me some work to do on making stuff/working on stuff for them as a scripter not for money I just need some portfolio work

sweet herald
#

dawg why 😭 anyone can do this

#

i need like 200 line code work

kind wren
#

i thought u were a beginner

#

shouldve added that

gloomy kraken
sweet herald
#

oh i am a beginner but thats kinda easy i need like commision work

#

@kind wren do u know anybody thats need help on like games

#

or something

kind wren
#

not really but i can give you a list of tasks to work on. they are my past comissions if u wanna recreate them

gloomy kraken
#

the only hard thing about scripting is misinformation

tender thicket
#

guys

sweet herald
#

@kind wren

tender thicket
#

so im making a sword fighting game and i was wondering if i should make it save on leave or autosave every once and a while

kind wren
gloomy kraken
tender thicket
#

ok

kind wren
#

check dms

#

@sweet herald

gloomy kraken
#

a beginner can do that right?

kind wren
gloomy kraken
kind wren
#

i sent him a vid of a spell system in dms

proven lichen
#

hey there! Im trying to learn how to code better since Im better than average but the coding tutorials Im using are slowly become more just copying code instead of learning!

empty mulch
empty mulch
proven lichen
sweet herald
#

im doing something for someone now

empty mulch
sweet herald
#

oh

#

damn i didnt think of it like that

empty mulch
#

Yeaa it's a high level concept used in aton of systems. It makes the game more responsive overall

tough dirge
#

is chatgpt a good tool to learn lua u?

empty mulch
empty mulch
# tough dirge is chatgpt a good tool to learn lua u?

No. Not to learn it. Learn the basics and semi advanced on your own then trial and error. If you can't figure it out tell the gpt to use only Roblox's API website then ask it what's wrong with your code and what you should do instead. Don't copy+paste

velvet saffron
tough dirge
floral flume
empty mulch
#

Other then that don't use YouTube

unreal nest
floral flume
empty mulch
floral flume
#

Btw with commissions are people normally legit or do people actually scam?

#

I would hope that it's quite safe

empty mulch
#

I've never got scammed but I think I'm relative professional and flexible. All most all of my commissioners have asked to do extra jobs and have been super flexible with pay.

floral flume
#

Ok then sounds good

empty mulch
#

You just about to start taking commissions?

floral flume
#

I'm in the process of setting up a portfolio and I've applied for about 3 commissions

empty mulch
#

Hell yea bro. What type of things are on your portfolio?

hot wraith
floral flume
#

I do modeling (low polly) texturing and ui

#

Want to learn coding but I'm not sure if I want to do that yet

#

Might just wait till I complete my gsce in computing then try it out properly

empty mulch
floral flume
empty mulch
#

Maybe commission are better earlier in the year. After the kids with summer money dip

hot wraith
empty mulch
#

If they didn't take 70% of them I might just take you up on that 😂

floral flume
#

I don't actually know if I ever want to move on from roblox because it's just such an easy and accessible platform for me if I step into unreal I think it'll be way to much for me and probaly cost alot more if I wanted to make a game

empty mulch
#

I'm moving into websites actually. I plan on building some sort of SaaS product once I get a good hold of it

tough dirge
floral flume
empty mulch
floral flume
#

If your super stuck then you probably shouldn't be doing it and should learn a little more before

#

That's my opinion anyway lol

tough dirge
tough dirge
empty mulch
floral flume
empty mulch
floral flume
tough dirge
#

i have been on roblox studio for 6 years and still dont know scripting 😭 (3 years i spent using free models)

empty mulch
empty mulch
tough dirge
floral flume
#

I used free systems and stuff and have only just got out of the habbit and now doing commissions instead of getting free systems and stuff