#code-discussion

1 messages · Page 179 of 1

torn cargo
#

that makes more senes

#

if you dont mind why are u doing a typeof

#

is it because its a function?

bleak glade
#

its for the intellisense

#

you cant construct occupants btw

#

in your object

#

call the method instead

#

like its just pointless to pass this var

torn cargo
#

thanks

bleak oak
#

anyone wnna be a scripter for my blue lock game

idle musk
#

If you need to communicate between two modules it’s likely that your modules are doing too much

#

You should extract the shared dependency and make it its own module

sleek cove
late sapphire
#

does filterstring only work on roblox itself cuz its not filtering on roblox studio

gloomy kraken
#

Yeah

idle musk
sleek cove
#

since i ran into this issue in the past and had no clue what to do

#

if you're curious, it was between 2 modules, i had an inventory module and a hotbar module, and i had to have 2 way communication. I can't remember the exact reasons why.

crimson rose
#

Whoever is a good coder for over 2+ years im thinking bout finding a coder to help make a script we could sell, dm me for further information @here

crimson rose
#

Ok

indigo warren
#

local speedboost = game.ServerStorage.SpeedBurger
local posi = script.Parent
local debris = game:GetService("Debris")
while true do
local center = posi.Position
local size = posi.Size
local x = math.random(center.X - size.X/2, center.X + size.X/2)
local y = math.random(center.Y - size.Y/2, center.Y + size.Y/2)
local z= math.random(center.Z - size.Z/2, center.Z + size.Z/2)

local speedboostclone = speedboost:Clone()
speedboostclone.Parent = game.Workspace
speedboostclone.Position = Vector3.new(x,y,z)

debris:AddItem(speedboostclone, 90)
wait(7)

end

can anyone help my, the spawn position is flawed, it doesnt spawns wher ethe part is located rather above or below the part, both objects are anchored

lusty barn
#

also use task.wait() instead of wait()

#

also pos is a much better variable name than posi

craggy cipher
#

RemoteFunction can't return objects/models?

lusty barn
#

also be consistent with whitespacing

indigo warren
lusty barn
charred narwhal
#

Yo I got a question ik noones gunna help but can someone teach me how to code in decent i mean ik until touch

violet talon
tired remnant
craggy cipher
#

nop, if u try to return a Model or any Instance it goes as nil

torn magnet
#

How do you make your entire screen black but with vfx still showing?

magic galleon
#

I'm a very big fan of skibidi toilet

woeful trout
#

or do animated sprites

woeful trout
craggy cipher
#

:) no they don't

little meteor
woeful trout
craggy cipher
#

retuns nil

woeful trout
little meteor
woeful trout
icy flume
#

i dont think remotes can pass instances

main sphinx
#

guys whats one thing that really improved your scripting skills

main sphinx
little meteor
main sphinx
little meteor
#

just made it as best i could, when ur bad at scripting it only means ur debugging skills level up faster

woeful trout
#

it's not just for organization

#

whoever said that isn't telling you everything

main sphinx
craggy cipher
umbral scarab
#

Guys is it truth that the devex change increased to 380USD - 100000

compact spoke
#

Who here listen to fiona apple

slate delta
#

Like for my country, it is 30k robux

#

Or 105 dollars

random cedar
#

So uh, I'm just starting and I'm making a shift to sprint script. What's the difference between Player.Character and Player.CharacterAdded:Wait()

lean ocean
#

30k robux is now 114 usd

solemn berry
lean ocean
#

yes

lusty barn
#

Player.CharacterAdded is an event, and the :Wait() method waits until the event happens

random cedar
#

Ohhh thanks

craggy cipher
#

where should i place some folders that i use to store NumberValue to be created when a player joins?

hasty mesa
#

instances can be sent

#

only if they exists on both server and client

craggy cipher
#

Thinking that's weird, cause said models are inside of replicated storage

wild kayak
#

If someone looking for good games dm me

vital hollow
#

Quick question, Im creating a gun system for my star wars game, should I use raycasting for my bullet physics

real hemlock
#

Can do yeah

#

coul;d use fast cast module

hearty lichen
#

can anyone help me out I want players to hover over another player to see a red radius around them

fast flame
#

hey guys i wanna learn scripting, do you have any tutorials you'd recommend?

compact spoke
#

none in particular

#

just find one that generally aligns with something vague you want to do and follow it

#

traditional methods of teaching are generally ineffective in my experience

real hemlock
#

^

compact spoke
#

i made almost no progress until i started experimenting and just doing random shit

real hemlock
#

Tutors are a waste of time

compact spoke
#

unless you've got somebody there guiding you along your best bet is to just start doing stuff

#

even if you fail or fuck up at least that's experience

#

and a step closer to a finished product

fast flame
#

thank you for the advice though

compact spoke
fast flame
#

I think in that way it'd be better to learn the absolute basics in some way and THEN start experimenting

compact spoke
#

but it's up to you to internalize what he's actually doing

#

instead of just blindly following it

#

which most people tend to do

real hemlock
#

go look at yt basics, then most solutions to ur issues is devforum

#

or here if u cant find

#

ibsr

fast flame
#

❤️

ocean yarrow
#

i like touching things with my fingers like a normal human

#

hello fellow humans

wild kayak
#

Dm me if you want the game

#

(cheap)

ocean yarrow
wild kayak
rugged owl
wild kayak
strange kiln
#

so probably raycasts depending on what you're making

slate lotus
#

chat do i use rojo for my next new game ???

hoary cedar
viscid dew
#

TRYING to find a scripter that take 50%

viscid dew
#

alr thanks for telling me!

kind coral
#

to hire devs

viscid dew
#

idk the bot doesnt let me

#

here is the pic

kind coral
#

ill show u why

viscid dew
#

YOO its works LOL

#

ty

#

what do i put here?

bitter bloom
#
move one step front
end```
#

best code

neon grove
#
local Tool = script.Parent
local Handle = Tool:WaitForChild("Handle")
local Part1 = workspace:WaitForChild("Part1")

function cookFunction()
    Handle.Touched:Connect(function(hit)
        if hit.Name == "Part" then
            Handle.Anchored = true
            Handle.Parent = workspace
            Handle.CFrame = Part1.CFrame
        end
    end)
end

cookFunction()

i made ts :Sob:

wild kayak
#

Anyone looking for fully completed game

lost pebble
solar inlet
#

Is there a way to put a variable in the properties?

#

Like @export in godot

wild kayak
#

I used to make games on godot before roblox

quick jolt
#

I’m working on a new Roblox game called Slap Power Simulator. It’s not just another simulator, I’m making it more unique.

I’m looking for a few people to test it out. You’ll get some special in-game rewards later as a thank you.

If you’re interested, just DM me.

solar inlet
#

I’ll move on from Roblox in the future

wild kayak
solar inlet
#

But as long as I’m a teen

#

I’ll keep using roblox, it’s simpler for me lol

solar inlet
wild kayak
solar inlet
wild kayak
#

And for constand

#

Use @cons

solar inlet
#

No

#

I mean on Roblox

static coral
outer bridge
still birch
#

Guys

#

LF a partner is considered '' hiring outside the marketplace ''?

sand ice
#

who have game templates hmu

outer bridge
still birch
outer bridge
still birch
#

i am a builder of 4 years of experience

outer bridge
#

do u build obbies

still birch
#

i want to make a game but i got 0 frends 🤡

outer bridge
#

or realism

still birch
#

yes i build obbys, but im not that good with high poly

outer bridge
#

i see

still birch
#

i only do mid poly, low poly and studs

outer bridge
#

wanna be me partner, i do scripting and UI design

still birch
#

okey

#

: )

real latch
#

hello i am a scripter and i am working for free for my portfolio if you are interested please dm me

uncut swan
#

anyone lf a ui designer robux only

somber vault
#

is there any1 here which is planning on making a dc server, just wondering

ashen dragon
ocean nymph
#

Why would people choose:

local Meta = {}
Meta.__index = Meta

setmetatable({}, Meta)

over

local Meta = newproxy(true)
tight tartan
#

Sc

#

E vc?

zealous gorge
#

Works on the other rigs.

#

But not on the boy rig.

dusky spindle
#

Can anybody here make a pls donate style game

static coral
#

there is no point

#

they are useless in roblox

#

you cant use them

static coral
dark cedar
#

is it just me who sometimes has problems with shapecast not detecting? Like idk if its at a certain angle it doesnt detect a part or what

wild kayak
#

The game is for sell

#

Dm

dark cedar
#

shapecast is running every heartbeat frame. The red part is a hitbox visualiser

obtuse summit
dark cedar
#

I might just go back to raycast atp

zealous gorge
fresh cloud
#

where i can find a good r6 procedural animation things?
like a tutorial or module idk

lean ocean
#

you cant expect help without sending a script lol

lean ocean
#

?

slate lotus
#

bruh my roblox bork

ivory sundial
#

does anyone know ang scripters from tsb

#

any*

sterile coyote
#

hello guys im beginner which is the best way to learn scripting on roblox?

alpine sedge
#

is it possible to edit robloxs coregui eg make it so it shows the verified badge next to my name on the leaderboard

torpid pecan
#

Can 67 humanoids cause my game to lag (only ping wise) then randomly shut servers down

#

There’s sum like that happening on my game and the ping just randomly gets high

#

Then a server shutdown happens seconds later

dense wren
misty grove
#

Anyone elses Studio bugging?

lilac kiln
tacit cove
#

@woeful dune

woeful dune
#

^

final girder
#

can anyone help?

split bear
final girder
#

I think my studio is broken

split bear
#

How

final girder
#

yk the select tool right?

split bear
#

Yeah

final girder
#

yea I can't select any instance in the main game

#

i can only drag select

split bear
#

Have u tryed restarting

#

Studios

final girder
#

i tried everything

#

restarting the studio

#

reset my settings

split bear
#

Does it have a update maybe?

final girder
#

eh no

split bear
#

Hm

#

I dont know man sorry hope u can fix the problem

final girder
#

It's ok

#

thanks anyawys!

#

oh i fixed it!!

#

it was a problem in collision group

unborn kestrel
#
    local cannonModel : Model = ReplicatedStorage.Assets.Cannons:FindFirstChild(name):Clone()
    if cannonModel == nil then
        print(name .. " is not a valid member of cannons")
        return
    end
    cannonModel.Parent = plotMap.Cannon



local grass = plotMap:FindFirstChild("Grass")
local SpawnCannon = plotMap:FindFirstChild("SpawnCannon")
print("LOADINGe")

local cf, size = cannonModel:GetBoundingBox()
local halfHeight = size.Y / 2

-- Base position on top of grass
local basePos = Vector3.new(SpawnCannon.Position.X, grass.Position.Y + halfHeight, SpawnCannon.Position.Z)

-- Rotation (45.59° tilt upward)
local rotation = CFrame.Angles(math.rad(45), 0, 0)

-- Apply pivot
cannonModel:PivotTo(CFrame.new(basePos) * rotation)



end ```  

why does the cannon always clip slighty under the dirt there is 2 wheels and 1 cannon meshes in the model
somber vault
#

has anyone devexxed before

worldly grotto
#

Im looking for mature people to collab with me and my game launched 3 days ago ( has people active ) so hmu

radiant sleet
#

Yo is there any backend scripters that can help me rq

real hemlock
#

whats up

real hemlock
calm patrol
ruby nebula
#

hey guys what would you want to see in a boxing game, i want to make one but i need ideas to make it unique, i checked for games on roblox,they are all the same

unborn kestrel
calm patrol
#

like how much

calm patrol
unborn kestrel
calm patrol
unborn kestrel
#

i have 3 objects in the model

#

2 wheels one cannon

little wind
#

is anyone getting these my players get it once every 2 joins

calm patrol
#

since the grass position is in the middle of its object the position is 2 studs underground, try adding half its Y size so the cannon spawns on top of the grass

calm patrol
calm patrol
#

did it work

#

or not

unborn kestrel
#
    local cannonModel : Model = ReplicatedStorage.Assets.Cannons:FindFirstChild(name):Clone()
    if cannonModel == nil then
        print(name .. " is not a valid member of cannons")
        return
    end
    cannonModel.Parent = plotMap.Cannon



local grass = plotMap.Grass
local SpawnCannon = plotMap:FindFirstChild("SpawnCannon")

local yPos = nil
if scales[name] ~= nil then
     yPos = ((grass.Size.Y / 2) +  (cannonModel:GetExtentsSize().Y / 2)) + scales[name]
else    
 yPos = (grass.Size.Y / 2) +  (cannonModel:GetExtentsSize().Y / 2)
end


cannonModel:PivotTo(CFrame.new(SpawnCannon.Position.X,30 + yPos,SpawnCannon.Position.Z) * CFrame.Angles(math.rad(45),0,0))







end ``` i just add the studs manually cuz i trid to fix it
regal juniper
#

guys i want make function which click on button in gui idk how any help ??

calm patrol
spare glade
#

||Read my description||

brisk swallow
#

guys howd u learn how to script

strange kiln
ocean yarrow
#

by typing stuff\

supple folio
lilac kiln
signal valve
#

is software engineering too oversaturated as a major

#

i like coding

idle musk
#

in 5 years it probably won't be

#

lots of people got into CS for money but after AI scares, mass layoffs, hiring freezes, decreased wages, and increased competition, less and less people will major in CS

#

tech goes through periods of booms and busts where it can be extremely lucrative (think 2020's and newgrads from noname schools getting six figure salaries)

#

and then now where even students from top schools with good stats / internships are struggling to find jobs

signal valve
#

ive still got some time but like ive always liked to code and considered software engineering but imw orried if its a waste of time

lapis parrot
#

If anyone needs help with scripting for a good price and good quality dm me

hushed sluice
#

anyone is a scripter that can help me paying in %

light condor
outer bridge
#

only a couple lies of code

sacred lily
#

Why does this error occur?

molten cosmos
#

Guys I'm new and want to start learning scripting. From where should I start? Yt tutorials or what?

wind spruce
karmic mason
#

i wanna script rn but idek what to do and I got 0 jobs left smone igve me ideas 🙏

wind spruce
wind spruce
#

ofc

karmic mason
#

Im not a gui person lol

wind spruce
karmic mason
muted kestrel
#

for neon advertisements, setting the first 3 numbers in the rgb to like, 500-1000+ makes it appear really bright because of the bloom, this wont work in the night time,

so if i had a script that changed the skybox from day to nighttime without actually changing the clocktime, would the advertisements always be so neon?

and if the decal had attributes, would they be boolean? maybe a script will check if a daytime skybox in enabled and disable the high rgb value on the decal?

if daytime is true then will it disable the high rgb value
if daytime skybox is false then enable the active attribute that gives the high value for the bloom effect?

#

im really trying to figure this out

mental pilot
#

why cant i send msgs

stuck willow
mental pilot
#

i mean why cant i send images

stuck willow
mental pilot
#

in here

stuck willow
#

u dont got image perms ig

mental pilot
#

how do i get it

stuck willow
#

idk gng 🙏

sinful lintel
sweet herald
#

if someone is nice enough can they help me with this small issue

harsh comet
#

@serene egret

slim copper
#

does anyone know how to replace the default roblox avatar with like a diffrent model like a dog or horse

sweet herald
#

Yes

slim copper
#

can you help please

sweet herald
#

Maybe

slim copper
#

.

slim copper
fallen cypress
# slim copper does anyone know how to replace the default roblox avatar with like a diffrent m...

Name the dog model to StarterCharacter, after that add a humanoid object to the model and then add a part named "HumanoidRootPart" Make it anchored and not cancollide and then make it invisible by transparency to 1 and then make all other parts in the model except for the humanoidrootpart part u just made to be not anchored and not cancollide, then download Rig Editor Plugin from toolbox, its icon is like blue rig joints, and then open the plugin, select humrp then select bodypart, and then do the same process for every bodypart, and then put the whole model named StarterCharacter to StarterPlayer Service 👍 yw for this tutorial if u even read allat

#

Yes i know i yap alot

slim copper
fallen cypress
#

np and did it work?

stiff pagoda
#

Best scripting playlist to become a roblox scripter?

fallen cypress
#

I'd suggest u watch tutorials to understand basics of scripting after that dont watch tutorials too much, focus on reading the roblox studio documentations, they are so usefull and yeah also make small projects, then to hard projects then to real games

#

that's what i did to become a roblox scripter

slim copper
fallen cypress
#

np and im glad to hear that!

tidal ivy
#

how much should i charge for these systems?
Combat System (Perfect Block, Block, Passives, Etc.) < combat's nearly finished just needs polish
AI/Boss System
Quest System
Looting System (like Deepwoken)

radiant sleet
#

Yo who’s a backend scripter that can make a system save when they leave

young crystal
outer bridge
#

what show

young crystal
#

throne of seal

outer bridge
#

i am ineducated

idle musk
#

ur acting like anyone cant make a steal a game in 10 mins

#

fym experience with steal a games 💀

tribal bridge
#

Still

#

I had to explain it more

tribal bridge
idle musk
tribal bridge
tidal ivy
idle musk
#

there r no questions allowed here

polar nexus
#

okay mister painkillers you dont do the rules around here sleeping

tidal ivy
golden fulcrum
#

hey im looking for someone to help me out with a game but idk what price people would be willing to pay so could someone dm me so i can get some help on this

half heart
#

yo I made a working button !

#

My first build ever

unreal nest
faint scarab
#

If anyone here can script almost anything and takes commissions please hmu I use cashapp

faint scarab
unreal nest
steady ether
#

guys

#

im tryna find things to script, but idk what to do

#

ive learned the language fully, but i need an idea

#

if anyone can help with that, thatd be appreaciated

#

im doing this to improve my abilities, but i cant find out what to do

#

is there any other way of improving my abilities?

jolly spruce
#

I bet no one can solve this problem.

fresh beacon
#

How do I set a rigged parts cframe (in a character) to go to a certain cframe? I’m trying to animate it and I don’t wanna move the part, just set its cframe to somewhere
(In moon animator)

wet thunder
#

Hello, im thinking of making a game but cant afford to pay anyone i was wondering what is the best/fastest way to learn lua?

wintry tulip
#

Hello, I just started learning lua by beginning with print variables etc. But how will I eventually put those skills together to script things?

wet nexus
#

can someone help me with a main menu, no one helps in code help

indigo thorn
# tidal ivy how much should i charge for these systems? Combat System (Perfect Block, Block,...

if you didn't make combat its pretty much the same as rewriting the entire combat sys yourself cuz reading systems fvkin suck, ai boss system, like a basic boss that just spam moves i'd charge like a hundo - hundo fifty , quest system itself isn't hard to make but the actual quests since quest systems are just ui with a number slapped on, so it would depend on how many quests you needed to make, and have never seen deepwoken so cant tell you

#

just charge whatever you want

#

its you whos gonna be doing the work

potent igloo
#

do they rescript the entire camera module

#

or is there like a trick

#

cuz i think you cant really make the camera do that without cameratype being scriptable right

#

i think maybe changing the cameraoffset of the humanoid could work but it would probably look horrible when turning

violet stone
#

compsci class is getting to me i just tried to concatenate 2 strings with "+" 😭 😭 😭

compact spoke
#

you can fork it

#

there's benefits to rewriting

#

you get a lot finer control

#

but you need to realize that you're developing for a lot of different platforms sometimes

#

mobile especially can be annoying to make camera controls for since its a touch gesture based thing

warm harbor
#

anyways

#

How do u make a round system

somber vault
#

I have a question, I am not a scripter at all and I am wondering is it possible to record in-game footage (like a CCTV camera) and store it on a website or through a discord webhook?

#

If you need further explanation, let me know.

compact spoke
#

i don't believe that's really feasible that this moment

somber vault
#

Alright, thank you!

radiant pulsar
#

if anyone here is a smaller scripter and is looking for experience and a way to get some commissions, hmu im hiring.

kind pond
#

yo ppl

lusty barn
#

leve

radiant pulsar
#

he deleted the message right away

#

@woeful trout

#

these are the messages above.

fresh oak
#

brutf why is he raging for wishing him good luck

radiant pulsar
#

long story short, he didnt like me saying "sh*t"

stoic stag
#

but extremely, extremely complicated

radiant pulsar
#

he got aggressive so I said idk whats going on in his life, i explained i saw him coming off as toxic, wished him the best, and yeahhh

stoic stag
#

@somber vault what you'd have to do is constantly record CFrames of parts in a region 24/7, send that data to an api using a UDP socket, and then have it try to recreate the footage using the data sent

fresh oak
radiant pulsar
mellow loom
#

How do tower defense clone the places when tp?

fresh beacon
#

How to set a parts cframe in moon animator instead of moving it?

soft hull
lusty barn
#

go to the avatar thingy

#

at the top

#

and click avatar settings

#

if you see hands on a character, it's r15

soft hull
#

as you can see my character animation is walking as it if was an r6 cha

lusty barn
#

wtf

#

restart studio

soft hull
#

🤣 bro this is ass

exotic lake
#

how do i increase fov

#

when touching a part

#

nvm

steady ether
#

go to camera

steady ether
hasty cobalt
#

u changed the wrong setting

hasty cobalt
#

ok

#

are u going to stop sending gifs

#

or continue like a good boy

radiant wind
# soft hull

check dev discussion bro i solved this problem

#

are you going to continue being the thing you call people by talking and insulting people while not knowing what youre talking about?

hasty cobalt
#

he changed the wrong setting

#

holy cope

hasty cobalt
radiant wind
hasty cobalt
#

do you think i remember the exact name

#

he clicked something else in avatar settings

#

this is the proper one

#

i had the same exact issue a few hours ago

hasty cobalt
#

unfortunately im not that stupid to figure it out

hasty cobalt
#

cope harder

radiant wind
#

Ok go to dev discussions i already solved this problem

hasty cobalt
#

Do you think i care about the solution

radiant wind
#

That setting wont fix anything

slender cairn
#

anyone can try my fighting game?

hasty cobalt
#

or are u ragebaiting

hasty cobalt
#

all you did was find a hacky cheat

#

cause you couldn't find out the actual solution

hasty cobalt
#

bud

radiant wind
#

im just playing bro, but no thats not a hack its the actual solution and also I just didnt think that was cool to call him a dumbass so i treated you how you treated him but also you were actually wrong on top of calling him that too

hasty cobalt
#

have you even looked at his user

kind cove
#

ello

#

can somoe help me ?

radiant wind
#

@versed elbow you got this one @kind cove

radiant wind
#

This man needs help and you're the most fearless man in all of Albion

static coral
radiant wind
#

We need your help

earnest sun
#

Hey all I have been a scripter for around 2-3 years(with breaks) and I've been struggling with finding a job I have some past works does anyone have any suggestions why I am struggling finding a job

hoary cedar
keen steeple
#

Looking for a dev team spending 100k giving percentag

keen steeple
narrow vault
earnest sun
narrow vault
#

trust me you'll get paid better

earnest sun
#

Thx

orchid cipher
#

Guys whats the best way to learn scripting

jovial crown
orchid cipher
narrow vault
jovial crown
#

Unless u r charging the 100% upfront there r scams xd

narrow vault
jovial crown
coarse oak
#

anyone know why my character is still swimming while out of water? When i jump while this is happening it fixes

frank tiger
#

how do big games make input handlers ?

quick jolt
#

Is anyone willing to test out my game releasing tommorow it is a unique simulator testers will receive in game rewards and tester role on our discord server and group Dm me

wintry tulip
keen steeple
#

looking for a scripter we have everyone exept scripter we pay 70k half half half for every dev

static coral
hasty cobalt
#

perhaps some vfx circling the hand and the victim?

untold vale
#

does anyone know why my code line keeps on switching whenever i script in roblox studio

toxic laurel
zealous sparrow
#

a ring around his neck and some particles

hasty cobalt
tawny loom
#

so ive been making use of keyframe events for my combat, in an advanced system, making the impacts happen whenever the keyframe event is signalled, do you guys think i shouldnt use this? And if so, why not?
The only potential issues I know is that exploiters could potentially signal the event sooner than it actually occurs, or that the client is very delayed

radiant sleet
#

Any scripters for hire please dm me

keen steeple
#

looking for scripter paying 70k spliting it with the team dm littltimmey on blue

hasty mesa
static coral
#

didnt test it tho

bronze path
#

but you might be talking about stuff with npc animations, which wont auto replicate but i feel like using the animation markers is still fine

fair copper
#

guys can i apply animation weights in my combat to make the combos more smoother?

#

or weights work well with just movement stuff

tawny loom
#

I have a system where my client will send a signal to the server of a keyframe event once the event is reached^^

bronze path
tawny loom
#

It's with all, player to player, player to npc, npc to player, npc to npc

#

Just with the NPC it runs on the server rather than clients

bronze path
#

are you also checking that each request is fired within a threshold

tawny loom
#

Yeah like

#

Theres minimum wait time based on my own assumption

#

So if i know a move would usually take about 0.5 seconds to reach the point, but the signal is received within like 0.2 seconds, it will discard the request cus its likely an exploiter tryna fire it early

#

as well as a timeout if nothing is received after some time

bronze path
#

random thoughts: if you made the server simulate the animation track's playback independently you could remove the need for the remote, based on the time the attack started. like if the server knows all the animation data it could fire signals for the impact points by itself, couldnt it?

see if others can give any further input but i feel like ur current system is good unless i'm missing smth

fleet drift
#

hey you still down

tawny loom
#

But it wont account for any delays that the client has like if theyre lagging or smtn

#

thanks for ur feedback though

uneven parrot
#

d

abstract sentinel
#

took me this entire week to finish up custom proximity and dialouge system

#

ill add dynamic font scaling later

somber vault
#

if anyone here is planning on making a discord server lmk just curious

uneven parrot
#

good work

zealous socket
#

guys

#

how to make a roblox game

slate thicket
#

is there any solution to code that gone? i just crtl a and crtl x, i miss clicked, i want crtl c

bronze path
slate thicket
warm harbor
warm harbor
harsh comet
#

CHAT

#

WHO NEEDS A BUILDER

warm harbor
#

me?

pseudo glen
harsh comet
#

cheapest paypal builder

warm harbor
#

...

harsh comet
#

who is down

pseudo glen
#

nty

warm harbor
#

yeah no

harsh comet
#

nothings free ganfg

#

i mean if its robux

#

good amount

#

then yes

#

I AINT WWORKING FOR FrEE

#

what is the point

#

of working for free

#

😭

pastel abyss
#

Go to builder hirable gng, dont waste peoples time

harsh comet
#

what do u want gang

warm harbor
pseudo glen
pastel abyss
#

Fr, Its to build a portfolio

warm harbor
#

so are you telling me

harsh comet
warm harbor
#

you charge money on your first project/job

harsh comet
#

nope

#

its not my 1st

#

j*b

pastel abyss
#

Bro, go to building hirable, link your portfolio and MAYBE someone will hire you if you are good and fairly priced

#

stop wasting peoples time gng

pseudo glen
#

gng

#

hidden devs is not as good as it was before

pastel abyss
#

He came in here saying WHO WANTS A BUILDER? no portfolio no nun bro

pseudo glen
#

too many newbies flooding out people i would actually hire

harsh comet
#

its none of ur business

pastel abyss
#

can you atleast send your portfolio bro?

harsh comet
#

who are u bro?

warm harbor
harsh comet
#

i aint sending my port in a public chat

narrow vault
harsh comet
#

thats advertising

pastel abyss
harsh comet
#

u tryna get me banend

#

are u slow?

pastel abyss
#

you're trying to advertise YOURSELF a builder IN CODE DISCUSSION

warm harbor
#

just say you dont have a profolio

pseudo glen
harsh comet
#

and?

#

its none of ur business

#

u are not a mod

warm harbor
#

???

pseudo glen
#

i used to get payed pretty decent sums when i had almost zero understanding in coding

warm harbor
#

we could call some

harsh comet
#

call who?

warm harbor
#

How do you list a hiring thing on hiddendevs

pastel abyss
warm harbor
#

a mod

harsh comet
#

calm down 😭

#

i js asked if anyoen wants a builder and didnt know that was wrong

warm harbor
#

pluhdud...

warm harbor
pastel abyss
warm harbor
#

and you stared lashing out

pseudo glen
harsh comet
#

for entering peoples conversations

#

for no reason

pastel abyss
harsh comet
#

average alt with no pfp acts

#

normal dw

pastel abyss
#

mb bro, didnt know i needed a pfp to have the right to talk

#

want me to add a pfp, alr wait a bit

harsh comet
#

gang

#

js su

pseudo glen
#

gg

harsh comet
#

i aint wasting my time with no pfp average user

pastel abyss
#

Its dedicated to you 😄

pseudo glen
#

😭

rapid eagle
#

can u use IAS in game?

pseudo glen
#

or make it urself

#

beta function my ass

rapid eagle
#

I don't think you can understand me

fallen summit
#

i hate shadingi hate shadingi hate shadingi hate shading

upbeat lagoon
alpine sedge
#

is it possible to edit robloxs coregui eg make it so it shows the verified badge next to my name on the playerlist/leaderboard

somber vault
#

is any1 here thinking about making a dc server for their portfolio or just any dc server at all?

next hedge
#

😭 YEA

#

i hope my scripter does not see me replying on this message

oblique ibex
#

should i learn C# or C++ ❓

dense wren
oblique ibex
#

ion think i got any

#

i js wanna learn one of them

#

i already know little bit abt C++ thp

dense wren
#

are u comfortable with c++ more

oblique ibex
#

but i kina like C++ alreazy

dense wren
#

its fast

#

if u want a broader area then go for c#

oblique ibex
#

Alr thx

dense wren
#

np

mellow robin
#

can we detect player if they have followed specific person?

round relic
#

🚀 Need 5,000 Robux to promote my Roblox game — investors get 20% of revenue until they earn back their Robux + profit, with steady growth ahead. DM me!

inland agate
#

I've got a ui that shows which wave the player is in and it works fine in the studio I spawn it it says "Starting first wave" and then it shows wave 1
But when I test it in roblox it only says "Starting first wave" and doesn't switch to wave 1 for some reason ( however it does change the text on the next waves )

Anyone knows how can I fix this?

blazing oasis
#

if GUYS ON AVERAGE FOR CASHGRAB GAMES WQHAT PERCENTAGER OF PLAYERS SHOULD BUY A GAMEPASS OR PRODUCT IN YOUR GAME ;IKE WHICH PERCENTAGE IS GOOD AND WHICH IS BAD

round relic
blazing oasis
#

bro

iron hatch
#

whats the shortcut to copy, paste and undo in moon animator?

subtle bronze
#

hi guys i wanna make a basketball game what is the best way i can start

harsh comet
#

u pay in paypal

subtle bronze
#

.

narrow vault
harsh comet
#

su

#

i didnt talk to u

subtle bronze
#

uhm

#

please i fr wanna start.

hot grail
#

.

blazing oasis
#

HOW MUCH ARPDAU OR DAU OR WTV IS GOOD FOR A GAME( like kinda cashgrab)

strange kiln
blazing oasis
#

Ye ig

proper edge
blazing oasis
#

Where do I check how much percentile I'm pn

#

On

proper edge
#

game analytics

soft hornet
#

Should I always use for loop or pairs/ipairs

#

I’m torn

zenith wyvern
lusty barn
#

ctrl + c, v, z

gritty grotto
#

Ok

frigid prairie
#

So the game im making needs a shoe shop i have the shoes done with modleual scripts for all of them but im lost with rigging and all that and im lost

rapid mural
#

how can i avoid the big ragdoll when i dash on walls in my studio because whenever i make a dash on a wall i get ragdoll

rough gust
#

whats the difference between motor6d and animatable welds?

rapid mural
#

how can i avoid the big ragdoll when i dash on walls in my studio because whenever i make a dash on a wall i get ragdoll

frank pollen
#
local delta = give and (function() print("Blessed path chosen") return 5 end)() 
           or (function() print("Cursed path chosen") return -5 end)()

😄

potent needle
#

GUYS I FINALLY DID IT

frank pollen
#

what u do 😮

potent needle
#

I MADE MY FRIST EVER PROPER GAME 😄

frank pollen
#

CONGRATS!!!!

potent needle
#

tyyyyy

#

im so happy

frank pollen
#

me too, im proud of u

potent needle
#

but i dont have ad credits to sponser 💀💀

#

so ig ill use social media

#

thats the hard part abt making games you cant tell weather it will be successful or not u just need to keep going

#

my goal for my game is to get ATLEAST 20 Visits Minimum

frank pollen
#

Listen to your community and the players, youll keep trickling upwards

proper edge
#

it will be successful

#

algorithm favours good statistics

#

obviously

potent needle
#

yea

frank pollen
#

aim for 5CCU, then youll slowly grow to 6-7, soon 10 then 20... after 20 hitting 100 isnt much work, after 100 your already in top 10% of games, reaching 1000 is just stepping stones.

potent needle
#

ok ty

frank pollen
#

1000CCU is like top 5% after this point is when the real struggle becomes

potent needle
#

nowadays ive been thinking of starting a group

#

but im scared to waste 100 robux

proper edge
#

i have like 14 groups available

#

though

#

the names

#

are kinda random

potent needle
frank pollen
#

hes offering you one

#

i believe

potent needle
#

i dont wanna waste ur group for me lol

frank pollen
#

alot of us make a new group for every project

#

then never use it

potent needle
#

that sounds weird

proper edge
#

almost all of mine is just

frank pollen
potent needle
#

i think a person shud use 1 main grup for everything

proper edge
#

scr­ap­ed by my bot

frank pollen
#

yeah i was stealing group funds LMAO

somber vault
#

Is anyone good with ColorCorrection?

frank pollen
#

so i was scrapping roblox for open groups

proper edge
frank pollen
#

same lmao

potent needle
proper edge
#

i hit like 9k once

#

crazy stuf

frank pollen
#

I didnt have a proxy list, so roblox quickly rate limited me after 10,000 groups

somber vault
potent needle
frank pollen
#

Color correction???

potent needle
somber vault
potent needle
#

i mean i can try

somber vault
potent needle
somber vault
radiant wind
#

wdym bro just mess around with the values

#

until you get what you want

soft hull
real grotto
#

guys who in this situation gets network ownership

sour vine
soft hull
sterile ember
#

does anyone want to make a game with me? I dp scripts and UI

fast wind
#

not sure if this belongs here but how do i use an EditableImage?

hasty cobalt
wide crypt
# hasty cobalt welcome

Hey I am using skytect helicopter system and I am needing help with getting doors on the side of my heilcopter to open for that it will be more realistic for my game and I just can't get the doors working for some reason 😭

rocky bear
#

I’m new to coding how did y’all learn

somber vault
unreal nest
frank pollen
slow lake
#

is there a better way to like check if a dict has all the keys in another table

tame pike
#

Yow can someone help me out i need a script for my Moblie button ui that only shows up on my mobile players screen???

gusty fog
static coral
#

gonna slow down ur code for no reason

#

just assert the data type and any other crucial info

gusty fog
quaint urchin
#

yall might be the most experienced in this kind of problem, i got tricked by my friend in clicking a phishing link, i ran it with virus total and it shows nun, does it mean its safe?

#

his acc got compromised

#

brochacho was typing from his name

slow lake
#

basically i got a reference to a webhook object

#

but httpgetasync yields the thread which i dont want to

slow lake
#

so i am passing an empty object which gets filled when the async does its thing

gusty fog
#

or promises

slow lake
#

and i need a method that asserts the url and name keys are present in the object

#

so i kinda got this before the lines that require these params

#

then it either yields when it isnt present or directly returns if both are peresent

#

i might reverse it

#

set default to true then make it false

gusty fog
#
function Validate(t1, t2): boolean
  for key, value in t1 do
    if (t2[key] == nil) then
      return false
    end
  end
  return true
end
#

this is better

slow lake
#

alright thx ill implement it

gusty fog
#

see updated, my bad, didn't account for false values

slow lake
#

t1 could be {}

#

tho

#

ill add a check if #t1 == 0

static coral
#

do if not next(t) then

slow lake
#

kk

gaunt drift
somber vault
#

Hello, I'm having issues with physics and server replication. Is anyone here willing to help?

slow lake
#

i was in haste lol

#

ok so uhh

gaunt drift
#

oh.

somber vault
# gaunt drift Yeah Sure!

Okay so I currently have a dash system using linear velocity and while the code works on my screen it also shows a different player not completing the full dash.

slow lake
#

yeah i did use task.spawn before it was just on that one

somber vault
gaunt drift
somber vault
#

Server

#

I used get parts bound in box

gaunt drift
#

Create hitbox on client, handle touch events in client, and make server handle velocities.

static coral
gaunt drift
static coral
rapid mural
#

how can i avoid the big ragdoll when i dash on walls in my studio because whenever i make a dash on a wall i get ragdoll

slow lake
#

ok after debugging this should be an intended behavior

somber vault
slow lake
#

now i can rest

gaunt drift
#

its easier, works perfectly fine

static coral
gaunt drift
#

why not..?

static coral
#

its deprecated

#

no longer being updated

#

bad practice

gaunt drift
#

uh oh.

static coral
#

i had this exact conversation yesterday

#

1 sec

somber vault
#

I dont think linear velocity is the broken part its just the dash doesnt complete for the other player on my screen

gaunt drift
somber vault
#

like My dash will complete fully

static coral
slow lake
#

oh god

somber vault
#

if i watch my friend do it on my screen he doesnt finish the dash

static coral
somber vault
#

but on his screen he does

slow lake
#

every time i solve something something else ruins it

stiff citrus
somber vault
slow lake
#

could you like make a keypoint

#

during the peak of the punch animation

stiff citrus
slow lake
#

where the effect happens

#

like

stiff citrus
#

you can see it

slow lake
#

your dummy gets hit after the punch animation has finished winding up so it kinda feels off

stiff citrus
#

the anim is a bitlonger

#

but i can make it erlier

slow lake
#

make it like a bit earlier

#

yeye

stiff citrus
#

thanks

slow lake
#

just so it feels more responsive

#

rn it;s kinda delayed

gaunt drift
somber vault
#

then everything else is on server

rancid comet
#

do datastores automatically transfer between 2 places if lets say the game was under the lobby as a place?

slow lake
somber vault
gaunt drift
somber vault
gaunt drift
#

oh.......

rancid comet
#

do datastores automatically transfer between 2 places if lets say the game was under the lobby as a place?

gaunt drift
somber vault
#

uhh it wont let me

gaunt drift
#

as a file..?

#

or in my dms

hasty cobalt
gaunt drift
mossy kite
#

Hi i am a new dev and ive been learning scripting for quit some time but i cant really understand some stuff i need tips and advices how u guys got pro at it like what did u do to understand scripting

proud idol
#

like every time you wanna use an attack

gaunt drift
somber vault
mossy kite
gaunt drift
mossy kite
#

im really trying to put some work and effort i just cant learn and memorise alot of stuff and ive always wanted to be a coder

somber vault
gaunt drift
somber vault
#

or what have you made

proud idol
# hasty cobalt yes

but like do you have to do that everytime you wanna use an attack ? cause if so that is a design issue

mossy kite
#

\

gaunt drift
gaunt drift
narrow vault
#

why is paypal holding my funds hostage WHYYYYY

gaunt drift
mossy kite
gaunt drift
#

i've made mps toolsets, super blox soccer toolsets, and TPS

proud idol
hasty cobalt
mossy kite
hasty cobalt
#

i just dont know hwo id get so many abilities in fit in a basic list layout

compact spoke
#

modulescripts literally 90% of the time are just scripts that hold a bunch of functions in a table @mossy kite

compact spoke
#

if you're worried about objects and OOP don't be since a lot of the time it just comes down to horribly confusing syntax

mossy kite
#

ive been doing so much stuff to learn scripting like going into courses in vuk studio academy or watching alot of toturials and stuff yk

mossy kite
#

whats wrong?

somber vault
#

that guy does not know what he's saying

mossy kite
#

wdym

proud idol
#

which would then have you use the menu

mossy kite
somber vault
#

That guy has the classic scammer accent

mossy kite
#

but whats wrong with that

#

like

hasty cobalt
mossy kite
#

he teaches alr

hasty cobalt
#

oki tnx

proud idol
#

thats at least my idea on top of my head because trust

somber vault
#

anyways to learn coding obviously you need to master the fundamentals to go over anything else

proud idol
#

having to open a menu very, very frequently to trigger stuff becomes an annoyance

bleak glade
#

third party’s can hold your funds like ts so just deposit to your bank

proud idol
bleak glade
#

so I don’t have to worry about the taxes when tax season comes

narrow vault
#

tax evader

somber vault
# mossy kite then who should i really watch so i can learn

My suggestion is mastering the fundamentals like functions, classes, constructors then learn metatables and OOP then learn the roblox studio services and then start learning more side stuff for example by watching a combat system tutorial so you get knowledge of how to script vfx and animations. Then you should have a good knowledge of roblox scripting to make your projects

proud idol
compact spoke
#

that also lets you have more of a practical application for the stuff you're doing in the future

somber vault
proud idol
compact spoke
bleak glade
compact spoke
#

and not required 90% of the time

compact spoke
#

however you must dig through coal to find diamonds sometimes

bleak glade
proud idol
compact spoke
#

plus for very basic starter projects it pointlessly complicates things For no reason

#

you want to apply what you learn when you learn it not stand around trying to abstract shit more

bleak glade
#

the only other good option for oop besides metatables is closures too

proud idol
compact spoke
#

that's why i recommended looking at some roblox services and stuff before going into OOP

#

that way you can experiment and have fun and develop some skills before you dive into some of the more nuanced parts of scripting in roblox

somber vault
bleak glade
#

so you should know a basic question

somber vault
proud idol
#

OOP isnt that hard to understand either as well so, having some concepts before hand aint bad before getting to know how the workflow of the roblox engine goes

#

like for example ur most likely not gonna have to use the pillar of abstraction or polymorphism on roblox

compact spoke
#

its not hard to understand but i will be honest with you as somebody who learned java first in high school and then tried to apply what i learned in roblox Lua does not have very elegant solutions to OOP

#

and it can be frustrating and confusing to wrap your head around at first