#code-discussion

1 messages · Page 187 of 1

vast frigate
#

its vencord

#

it lets u see deleted msgs ect

quasi pelican
#

i tought u screenshoted my text

#

was scared for a second

vast frigate
#

nah i wouldnt do anyone here dirty like dat

quasi pelican
#

lol

vast frigate
quasi pelican
#

anyone wanna help me in my game pls

vast frigate
#

js learn to script💔

quasi pelican
#

lol

static coral
tall wyvern
#

hi can someone help me?

quasi pelican
#

tbh im looking for a co dev than a guy who just does the job and leaves

quasi pelican
vast frigate
#

like that labubu store game

quasi pelican
#

nahh man

#

i already got some work done

nimble grove
#

I hire scripter 5 rebex

#

No negotiate

quasi pelican
nimble grove
quasi pelican
#

5.19

nimble grove
quasi pelican
#

what to do ?

nimble grove
quasi pelican
#

game where u blast brainrot games

nimble grove
nimble grove
nimble grove
#

Beat a brainrot

#

U beat up brainrots

static coral
quasi pelican
#

imma get more later so around 7k total

#

im working on a commision

nimble grove
quasi pelican
nimble grove
quasi pelican
#

i want a raise

nimble grove
#

for a game

nimble grove
#

Final offer

quasi pelican
#

11 robux

nimble grove
quasi pelican
#

12 robux

nimble grove
#

No more raises

nimble grove
quasi pelican
#

14 robux🥺

nimble grove
#

no more no less

quasi pelican
#

21🥺

nimble grove
quasi pelican
#

lol

nimble grove
#

let's talk business

quasi pelican
#

my game idea is a tycoon game

nimble grove
#

what's the game gonna be about

nimble grove
quasi pelican
#

with no droppers

nimble grove
#

yk the game zoo or oof?

quasi pelican
nimble grove
#

but

#

Not animals

quasi pelican
#

i cant code

#

im a stud styled builder for abt 4 years now

nimble grove
#

Make me a full map for 4 robux

quasi pelican
#

my prices start from 5k

cursive raft
quasi pelican
quasi pelican
nimble grove
nimble grove
quasi pelican
nimble grove
quasi pelican
#

but for u 6999k

nimble grove
quasi pelican
#

im dead serious cathello

quasi pelican
lilac kiln
unreal nest
sharp smelt
#

Dm me if ur Willing to work with me no rev share included dw

#

Its not for free i will lit pay u dude

thick carbon
#

guys whats the best way of making knockback for a combat system in r15

tame pike
#

Any scripters trying to Collab on a game for % its still kinda in development.(the core Game mechanics are all already done.)

lyric remnant
#

anyone need me to edit a vid about there game

#

-_-

stiff citrus
#

do yall know how to get the time of the start of an animation to an animationevent

unreal nest
static coral
sharp smelt
static coral
hot tapir
#

what a sigma

#

noooooo

vast frigate
outer falcon
#

yo

vast frigate
outer falcon
#

okay

#

I think you aready lost it

vast frigate
#

Sorry I’ve been coding for too long

#

I’m going crazy

dapper oriole
#

Does anyone know a design pattern or fix to circumvent intersection overriding causing conversion errors? As an example:

type X = {
    v1 : number,
    v2 : string
}
type Y = {
    v1 : string
} & X
-- Type conversion errors appear regardless of v1 is string or number.
local Z : Y = {
    v1 = "Hello",
    v2 = "World"
}

So far the only solution I have found is using type forge and excluding the keys I want to override

plucky coyote
vast frigate
full anvil
#

can someone send me there networker

gleaming spindle
#

any scripters in here for hire? we need a scripter for a game with 2.5m+ visits, giving 10% of all profit tbe game makes.

dapper oriole
#

Why do you guys ask this instead of going into the hiring channel

quartz flame
#

anyone here rich in robux and would be willing to help?

rapid eagle
lethal tinsel
#

math and its just a black long object

rapid eagle
#

this generates

#

a sphere

lilac kiln
quartz flame
#

anyone here rich in robux? and would not mind donating me?'

silk ember
#

yo guys i did a code for a obby and i have different stages and the code is not spawning me in the first sspawner instead its spawning randomly everytime can someone help so i send codew?

cinder basalt
#

theres work all around you

#

just work

cinder basalt
#

why would we give you fish

#

when you come to fishing school

silk ember
# ocean oasis sure send it

local Players = game:GetService("Players")
local Workspace = game:GetService("Workspace")

local Local = {}
local Shared = {}

function Shared.OnStart()
Players.PlayerAdded:Connect(function(player: Player)
Shared.RespawnPlayer(player)

    player.CharacterAdded:Connect(function()
        Shared.RespawnPlayer(player)
    end)
end)

for _, player in Players:GetPlayers() do
    Shared.RespawnPlayer(player)

    player.CharacterAdded:Connect(function()
        Shared.RespawnPlayer(player)
    end)
end

end

function Shared.RespawnPlayer(player: Player)
local leaderstats = player:WaitForChild("leaderstats")
if not leaderstats then return end

local stage: number = leaderstats.Stage.Value
local spawnLocation = Workspace.Stages[stage].SpawnLocation
if not spawnLocation then return end

player:RequestStreamAroundAsync(spawnLocation.Position)

local character = player.Character
if character then
    character:PivotTo(spawnLocation.CFrame)
end

end

return Shared

cinder basalt
#

you get a rod instead son

#

you always had a rod

#

you just have to put it to good use

ocean oasis
#

am I tweaking out or nothing there makes sense

#

is ur player added event inside a function?

#

is that in a module script?

silk ember
ocean oasis
#

thats a module script right cause of the return Shared at the end

ocean oasis
# silk ember yh

and its supposed to tp players to the checkpoint equivalent of their leaderstats stages value yes?

silk ember
#

the problem is the player is spawning randomly instead of the order in the Stage folder

silk ember
silk ember
ocean oasis
#

god thats the most unnecessary complicating checkpoint script ive seen

ocean oasis
silk ember
ocean oasis
#

even if u just spammed reset character youd spawn in a diff checkpoint?

silk ember
ocean oasis
silk ember
#

i have my folder names like the 00_Stage 0
01_Stage 1 and etc

ocean oasis
#

i think its how u handle incrementing stages

#

whered u found this script

#

have u made it?

silk ember
#

No im a modeler and im making my own map so i found Monzter dev and he is teaching and at the same time making a obby

ocean oasis
silk ember
ocean oasis
placid vector
#

floaty asf

ocean oasis
placid vector
silk ember
ocean oasis
placid vector
ocean oasis
placid vector
#

oh i first worked on custom gravity & movement using linear velocities

ocean oasis
#

smooth first person movement

placid vector
#

then i worked on different views (first person, over the shoulder, default)

#

then i worked on getting the viewport to show, then i just added lerps to make it floaty & coded sliding

#

only took ~28 hours of work which is surprising cuz it’s my first time making this

ocean oasis
ocean oasis
# placid vector wym

well usually id have an idea on how somehting works when i see it, but this i have no clue where to even start

ocean oasis
#

you did kind of explain it but no use when I lack the basics apparently 😭

placid vector
#

but u gotta code it manually

#

cuz roblox gravity sucks

ocean oasis
placid vector
#

it’s an instance

#

Wait my foods here

ocean oasis
#

i know roblox utilises vector 3 y axis and the gravity parameter is how fast per studs objects fall down the y axis

#

or not per studs

#

i need to practice constraints

quartz flame
#

anyone here rich in robux and could donate me

lean ocean
#

No

distant hawk
#

No

vivid oriole
#

No

gray violet
#

No

fervent belfryBOT
#

@quartz flame

Tag » Investing Channel
  • This server no longer supports investors, and it was removed due to the majority of the investments being scams or donation requests.

  • Asking for an investor in any of our channels classifies as channel misuse, and may be punished as such.

warped sundial
#

who wanna join a community for making simple roblox games

real hemlock
#

no

nimble granite
#

Bro why the hell is my scripts working in Roblox but not fricking studio

ember anvil
ember anvil
dull sleet
#

there's no point in using parallel lua on a game that only has 4 people per server right

warped sundial
subtle terrace
cinder basalt
cinder basalt
ember anvil
arctic hazel
#

30 minutes per video for 37 videos

#

ONCE IM DONE W ADVANCED TUTORIAL

#

i will have mastered script

#

and become the reincarnation of terry a davis

cinder basalt
quartz flame
#

yo i am sorry]

#

ill not ask

cinder basalt
#

for 2 weeks

quartz flame
#

ok ok ill stop

ember anvil
#

no one really cares about him

median tree
#

It’s gonna take more than a YouTube tutorial to learn

arctic hazel
arctic hazel
#

meaning my codes will have 0 bugs

short void
#

guys should I think of asembly like a collection of parts instead of like a primary part

urban folio
#

Like can you script

#

Now

arctic hazel
#

its still kinda weird getting a feel for how to properly word what im trying to do

#

but i feel its more dumb it down

#

and piece it together

#

and it works easier

#

main goal right now is to become mediocrely proficient to the point i can make scripts with relatively little help or on my own and be able to consistently understand how things work

copper verge
lapis sierra
short void
#

guys should I think of asembly like a collection of parts instead of like a primary part

arctic hazel
#

my homeboys done w his commission i lowk dont have to learn code anymore do i js give up and let him carry it by himself?

warped sundial
#

who wanna join a community for making simple roblox games

unreal nest
slender wharf
short wadi
lime gyro
arctic hazel
vast frigate
arctic hazel
#

w cr

#

i do touching then get turned around and get touched by p2w

vast frigate
#

I touch them and then i get brutally tickled by 7 mega knights

arctic hazel
#

really good at counters

#

pretty mediocre at offense

short wadi
#

selling for 100milliob roboux

lean ocean
#

@raw pilot impersonator

short wadi
#

what

lean ocean
#

youre an impostor

nocturne grove
#

what are some pratical examples of align position?

warped sundial
#

who wanna join a community for making simple roblox games

raw pilot
fair copper
#

anyone good at shooting games backend?

#

i have a logic question yeah

#

how do i do this directional stuff, should it be procedural or what?

lapis sierra
#

Can someone help me with google console

leaden trench
#

Hey guys, is it good practice to set your variables to nil when the script is supposed to be cleaned up? I noticed huge numbers like 200k of certain variables and stuff in that console thing

lean ocean
#

I've never had to do that

#

Personally

static coral
#

dont put scripts in workspace and dont clone them during runtime

#

and also make sure you clean up any connections after using them

slow wave
#

YO GUYS

#

CAN I EARN 1M A MONTH SCRIPTING?

static coral
slow wave
#

Without %

static coral
#

best choice is to do scripting for money to then fund your own game

slow wave
#

Scripting is hard tho

#

idk how to learn fast :)

static coral
slow wave
#

:(*

static coral
#

getting that many commissions will be very hard

slow wave
#

Bro

#

Scripting is so hard

static coral
#

i dont think all the commissions for the month will add up to 10 mil

static coral
slow wave
#

Like what if I'm not able to do what they tell me to?

static coral
#

thats why you ask them beforehand

#

a good choice is to master the basics

#

then start learning more things

#

like commonly used things like services and userdatas like cframes, vectors, etc

#

and learn a wide range of things

#

so basically try to be jack of all trades if possible

slow wave
#

Like how do I script anything myself @static coral

#

I just check the tutos in yt

static coral
#

dont just blindly copy the yt tutorials

#

a lot of them are just bad

slow wave
#

I dont

#

I'm trying to learn the codes

lean ocean
static coral
#

and try to not use chatgpt unless you need answer fast or you need info on a topic with very little info

slow wave
lean ocean
#

I mean depends what ur definition of expert is

#

theres alot to learn

slow wave
static coral
lean ocean
#

you just gotta keep trying to script random stuff and youll get better

static coral
#

and also learn some computer architecture

#

like just how code runs and certain terminology like threads and stuff

slow wave
#

How much do u guys earn

#

Scripting?

static coral
#

i dont have passive income

lean ocean
#

I also dont right now

static coral
#

but for commissions it will be anything between 2-10k

#

for me atleast

#

i need to lock in\

lean ocean
#

ive made like 60k robux from some easy commissions and then like 180k from my game that I sold

slow wave
#

I mean like how much u earn a month

lean ocean
#

but Im not actively trying to earn money

#

from roblox

slow wave
#

I need to earn robux

#

Not money

static coral
#

why

#

why would you want robux but not money

slow wave
#

I need to earn like 100k robux a month rn

slow wave
#

Rn*

static coral
#

what

#

your best bet is to make a game

slow wave
#

mb what the heck I just said there

slow wave
#

Then what

static coral
#

for passive income

#

but you will need scripting for that

slow wave
#

but don't u need builders

static coral
#

if you want to minimize costs you will have to do everything solo

slow wave
#

Animators

#

Gfx vfx

#

it requires a lot money

static coral
slow wave
static coral
#

this is why commissions are good

#

you can use earned robux to hire developers once to keep your income from your game and then to sponsor the game

lean ocean
#

thats what I did but I didnt hire devs

slow wave
#

o

lean ocean
#

I just made a game with like 2 friends and we did everything by ourselves

slow wave
#

can I sell my game for 100k

static coral
# slow wave Oh

like for example a game similiar to cookie clicker will not need any builders, just ui and decent scripters, but an mmo rpg will need ui design, scripting, building, maybe modelling, gfx, and probably more

slow wave
#

are you guys expert scripters?

#

I mean how much experience?

static coral
#

ive been scripting for like a bit over a year now

#

it doesnt take that long to learn roblox scripting

#

honestly u can easily learn all the features

slow wave
static coral
#

like ik how to use all features of the language but not necessarily how to combine them to make something better

slow wave
#

Codes and dtuff

static coral
slow wave
#

I learned variables

static coral
#

u need to actually write the code

slow wave
#

And print stugf

slow wave
#

But I'm just tryna learn the codes rn

#

I'm getting pc in a month :D

static coral
#

dont start learning scripting if u cant write the code

static coral
#

practice and experimentation is important

slow wave
#

why

#

but I'm just learning the languages

#

And meaning

static coral
#

i suppose you can start on the basics but you will likely forget the stuff unless you have prior knowledge

slow wave
#

Since i know how to

static coral
#

learn data types and variables and functions and learn logic like if statements and expressions and then move onto more roblox related things

#

what is your goal exactly

#

like what are you trying to achieve with this

leaden trench
cinder basalt
#

feelin generous with that pay i see

#

you gonna find someone for free quicker

sharp bramble
cinder basalt
#

arrange WHAT system

leaden trench
sharp bramble
leaden trench
#

In like 6hour old servers it'll have 200k+ of certain variables

sharp bramble
leaden trench
#

I think

#

Look

leaden trench
#

Which is inside this module function

#

Yet all of those variables are staying when the player dies, nothing is cleaned up

#

Which is why I was curious if it's better practice to put all the variables into a table

slow wave
urban folio
#

Who is making A Game Here

leaden trench
#

And just set the table to nil to quickly clean them all up

slow wave
sharp bramble
slender cradle
urban folio
leaden trench
#

It only cleans up variables from deleted scripts

#

I'm not deleting any scripts cuz I'm using modules

#

So it's just letting all of these variables sit

slender cradle
#

delete the module 😹✌️

leaden trench
#

No

slender cradle
#

so like you're doing OOP or what?

leaden trench
#

Kinda but I suck at coding so

#

It is poorly done

#

This isn't cloned into the player or anything when they equip a class

#

It's just applied from here

#

So garbage collection needs to be manually done from within there

#

🥀

slender cradle
#

well what's the problem with just setting the table to nil when the player leaves

leaden trench
#

Well I was asking if that's a good way of doing it

#

Seems like it will work

slender cradle
#

why not go ahead

leaden trench
#

The issue now is that I have to do that for every single one of these scripts XD

slender cradle
#

what else do you have in mind?

leaden trench
slender cradle
leaden trench
#

And 30 for the client as well XD

slender cradle
#

that's the idea behind OOP amirite?

leaden trench
leaden trench
#

This game is nearly a year into dev and I got 11mil visits and 1.8k ccu but the code is a pain to work with

#

I want to rewrite the whole thing eventually

slender cradle
#

yeah that would help you do stuff quicker

peak oak
#

@thick pollen check dms

leaden trench
sharp bramble
leaden trench
hot blade
#

Link

leaden trench
#

Link in desc

#

😛

hot blade
#

Demn looks good

hot blade
leaden trench
leaden trench
hot blade
leaden trench
#

I just made the whole thing solo

hot blade
#

Which part of dev are u good in

sharp bramble
leaden trench
hot blade
#

Ahh okk

leaden trench
#

I have expanded my sound library to mostly paid products now but I haven't had much of a chance to stretch my wings with it

drifting iron
leaden trench
#

The answer is that I don't know how actors actually work

#

I was just going off of what I assumed they worked like

#

The documentation is basically nothing on them

drifting iron
#

lemme look it up

leaden trench
drifting iron
leaden trench
#

Programmers just say "yeah its convexional decomposition multithread paradigm" and expect me to know what allat means

#

Like everybody saying "just use OOP" took me a hot minute to actually figure out what that means

#

And I still barely know

drifting iron
#

ok if ur new u dont use actors

#

since i think its an advanced feature

leaden trench
drifting iron
#

?

static coral
leaden trench
#

Someone get a mod on this guy 🤣

static coral
leaden trench
static coral
#

when you add something like a number to a table it will create a copy of that number in memory

#

but when you add a table or buffer or proxy or instance to a table

#

it will just add a reference to the original one

#

so if you change a key in the reference then the original one will be changed too

#

and so you can do memory leak if u dont clean up all references

leaden trench
#

Ahh I see

#

Ty

static coral
#

in lower level languages u can manage this yourself

#

and keep references to things like numbers

#

instead of always copying them

#

but not really possible with roblox

#

unless u use buffer

#

or table

drifting iron
#

wish they made it a little more clear what kept references and what didn'T

static coral
#

usually when u print something and it prints a memory location it will be pass by reference

#

with the exception of instances

static coral
#

just put the modules in a folder

leaden trench
static coral
#

each actor is like a new script

#

its seperating your code unnecessarily

leaden trench
#

As u can see I'm incredibly pro coder........

hardy hearth
#

how much would yall take for a driving system

#

for a car

midnight oar
hardy hearth
unkempt rock
#

guys one question, how is possible UserOwnsGamePassAsync returning false for some players even if they have that?

hardy hearth
#

how much for a driving systems on roblox

stoic steeple
#

Uh guys

#

How do I give special powers to player

#

After they purchase a gamepass

#

By the way

#

These powers are panel based

#

And they can't be cloned

frigid depot
stoic steeple
frigid depot
stoic steeple
frigid depot
stoic steeple
#

I can't Clone the buttons cus it would make my game vulnerable for hackers to mess with it

#

And get all those powers for free

frigid depot
#

im not rlly good ask sum expert

stoic steeple
#

They can use :Clone() to get the power for themselves

frigid depot
#

ohhh

stoic steeple
#

?

#

Did smh click

#

😭😭

frigid depot
#

yeh idk sov

stoic steeple
#

I've been stuck here for 2 hrss

frigid depot
#

sob

lilac kiln
frigid totem
#

in what program do you guys make your scripts

vast frigate
#

yall shld thank me bc i sing ts song every day to yall to motivate u

hazy barn
#

if im tweening alot of things is it gonna be better for performance if i just make my own tween service? (on the client btw)

normal widget
#

Probably not if you’re asking

#

Depends on what you’re doing though

slender wharf
vast frigate
#

😕

sacred sinew
#

If you need a full discord server dm me

cinder basalt
#

ever heard of roblox studio

frigid totem
cinder basalt
unreal nest
random topaz
#

how do i use playerstats?

worldly grotto
#

someone help m please

somber vault
worldly grotto
#

so basically i have admin pannel on my game and in pc i can click view player on the admin but when im on mobile i cannot click view player

#

idk how to fix it

#

omg

hazy wind
#

is scripting even worth it anymore since ai can just do it?

somber vault
#

nd Selectable = false

worldly grotto
#

theres no textbutton i cant even send pics can i send u it in dms

worldly grotto
#

friend request

rapid eagle
#

use ai as a calculator and a math source

#

cause that's what's ai good at

#

combine it with ur pro scripting skills

#

bam make cool stuff

cinder basalt
#

(they dont work)

mossy zephyr
#

²

rapid eagle
#

do yk how calculators operate?

#

do yk how many types of calculators exists?

chilly canyon
rapid eagle
#

there is scientific calculators

#

which is prob programmed

#

and math is used in programming

#

and math is logic

#

and logic is always true

#

like 1 + 1 will always be equal to 2

#

ok

#

I don't

#

I am not stupid

#

Whatever a person who doesn't have morals have to say

#

I am not stupid

#

Then you're stupid

#

Are you smart?

#

What did you base that off?

hazy wind
quiet totem
quiet totem
# rapid eagle ?

I remember seeing somewhere where there's extras like if it's 1+1 in digital, it'll be 1.99999999 something but round up

#

or round down 2.0000001

quiet totem
#

Floating points I think

rapid eagle
#

I am not sure

quiet totem
#

Lemme see

#

0.1 + 0.2 ~= 0.3

#

it'll be like 0.300000000000000004

#

Something like that

quick elm
#

calculator is calculating math like us

#

based on + and -

quiet totem
#

I mean yes, but it's not like us entirely

quick elm
#

i dont know others

#

i know calculator

quiet totem
#

that still has

quick elm
#

i think you count on binary code ?

#

Arithmetic Logic Unit (ALU) is calculating on computers

#

and it is works like us. ofc not completly like us but based on + and -

#

true

#

We humans calculate in base 10, while computers use the binary (base 2) system

cinder basalt
#

i calculate in base 16

quick elm
#

The Sumerians counted in the sexagesimal (base-60) system. 😄

sinful topaz
#

Anyone able to explain what arch is to me and how it works?

rapid eagle
rapid eagle
cinder basalt
#

it doesnt

void sluice
#

anybody got any ideas on likes. vfx manager that handles rotations too

#

cuz rn i have a remote that fires the vfx name, parent and offset, if it fires to server all it does is fire it to all clients and if it fires from server its jst to all clients, and the vfx name is used to loop thru the entire vfx folder to find the vfx clone it and parent it w the offset params

sudden bane
#

quick question a starter pack should be gamepass or dev product ( which one is easier to code)

storm monolith
#

can anyone help me rq, i have a gun system and the way the anims work is theres a settings script and u put the anim id into the settings, i have a option for melee for the guns so u can swing them close range, i paid for an anim but its not working bc my scripter said for the melee to function u have to had a keyframe into the animtion and im trying to do it rn but i cant figure it out

static coral
#

or whatever its called

#

something event

storm monolith
#

could i vc u and show u rq?

static coral
#

no

storm monolith
#

alr

static coral
#

just right click the track

storm monolith
static coral
#

u have to insert the animation that u want to edit first

storm monolith
static coral
#

ask your animator

#

you cant directly edit anim instance

storm monolith
storm monolith
static coral
#

then get the anim

storm monolith
static coral
#

or get the file if its fbx

#

then idk gang

#

chatgpt

storm monolith
#

ill try to save it as file

storm monolith
lilac kiln
static coral
dull sleet
#

hiddendevs tradition

lean grotto
#

So when i create the hitbox while moving the hitbox scoots back a few studs. I want to always keep the hitbox in the same cframe whether the player is standing still or moving - isnt the way to keep on updating the cframe?

dusk cedar
#

Does anyone know the fastest way to learn Luau?

sinful topaz
royal moth
#

@tawny loom can you be my slave

cinder basalt
errant temple
sinful topaz
hexed pollen
cinder basalt
cinder basalt
#

they often have this stuff figured out

#
  • most of the issues youd ever face
sinful topaz
median cargo
#

yo

indigo solstice
#

why is messaging service just not working

#

what do i do about this

edgy falcon
#

looking for basic skill bot developers to host & create a very simple and based bot, please dm me for more info !

quartz flame
#

i really need people help

#

someone is helping me with animations and he does not know how to code can someone help me with the code @everyone

vernal timber
#

yo

quartz flame
#

bro u am fr

exotic sequoia
#

bro yes

violet frigate
exotic sequoia
#

what are you 50?

#

only old ppl hate AI

#

and if I hear any form of low key again today Im going postal

quartz flame
#

i aam not

light condor
# indigo solstice why is messaging service just not working

did you create a wrapper and are you attempting to cache the connections? If so don't cache the connections, it will cache among all servers for you meaning you don't need to cache anything, I was caching a topic and it turned out that when I went to Fire/Publish I was checking to see if it was cached, of course in other places it wasn't cached and it just lowkey didn't work.

#

tl;dr if you're using a wrapper just use basic messaging service

frank pollen
#
local function targetFilter(coneTargets)
    
    for _,enemy in ipairs("Enemy") do -- gets all playrs and targetable instances
        if collectionService:HasTag(enemy, "Targetable") then
            table.insert(validTargets, enemy)
        else
            
            for _, aggEnemy in ipairs(possibleTargets(enemy.Name)) do -- searches through the enemy table for hostile enemies
                if aggEnemy == enemy then
                    table.insert(validTargets, enemy)
                end
            end
            
        end
    end
end

there has to be a better way to compare 2 tables right?

#
local function targetFilter(coneTargets)
    
    for _,enemy in ipairs(coneTargets) do 
        for _, enemy in ipairs(coneTargets) do
            if collectionService:HasTag(enemy, "Targetable") then-- gets all playrs and targetable instances
                table.insert(validTargets, enemy)
            elseif possibleTargets[enemy.Name] == enemy then -- gets all the hostile mobs out of the table
                table.insert(validTargets, enemy)
            end
        end
    end
end
#

Shrinked it a lil

#

removed 1 nested

#
local function targetFilter(coneTargets)
    table.clear(validTargets)
    for _, enemy in ipairs(coneTargets) do
        if collectionService:HasTag(enemy, "Targetable") or possibleTargets[enemy.Name] == enemy then
            table.insert(validTargets, enemy)
        end
    end
end
#

much better

marsh kelp
frank pollen
#

but i didnt see the autofill for has tag

chilly canyon
wispy valve
#

how to get same tick() on server and client?

#

is there any built-in so I can use

sterile linden
#

What’s the best way to start learning Roblox scripting

blazing leaf
sterile linden
#

Idk where to start

blazing leaf
#

Brawldev

#

He knows what hes teaching

#

But once u finish watching basic tutorials use roblox devforum for everything

sterile linden
#

Gotcha

blazing leaf
sterile linden
#

Ty ty

shell harbor
mild badge
#

does anyone know how to make a disable reset character script that works 100% of the time

fair copper
#

yo guys

#

whats the best method to let people adjust their sfx volumes?

#

do i just leave it at random okayish volumes and have people depend on their device volumes?

#

or do i max out all the volumes and then let them control it with an ingame ui maybe

lucid sky
light spoke
#

alright i'm making a parkour type movement system and i've been storing all the values like sprint speed and max stamina in value objects in replicated storage

should i instead put all things like that into a module script? because it seems really good for things like this

lucid sky
#

roblox is a pain in the ass with this tho

blazing oasis
#

Whats the best way to check if a player has a microhpone and tis unmuted or if tis muted and shi

lucid sky
blazing oasis
#

where did ur vertified

#

thing go

lucid sky
#

idk

#

it doesnt show here

blazing oasis
#

oh its n ur roles still

#

i thought you got nerfed

meager zinc
#

i need help

sudden mortar
#

is making a Utility based AI boss system with OOP worth it?

#

i see it has a bit of a high skill ceiling but it can achieve what a state machine cant

#

or would behaviour trees be a better option

#

i feel like for a boss Utility based systems seem perfect

meager zinc
#

i want to make a sword fighting game and when i player joins i want to give them a tool and a model the tool is going to the plr.backpack and the model to the character and i did it witha local script in starter character script it worked but other players couldnt see it so i thought of mamkinf a script in server script servece and i did the script in the photo below but it doesnt work or is there any other way of doing it?

#

i cant send photo?

#

local players = game:GetService("Players")
local rs = game:GetService("ReplicatedStorage")

local folder = rs.Swords
local tool = folder:WaitForChild("Sword")
local model = folder:WaitForChild("KatanaModel")

players.PlayerAdded:Connect(function(plr)
local char = plr.Character or plr.CharacterAdded:Wait()
local clone1 = tool:Clone()
local clone2 = model:Clone()
tool.Parent = plr.Backpack
model.Parent = char
end)

#

can someone help?

bold hound
#

Never heard of StarterPack?

sudden mortar
#

think hes new

meager zinc
#

i have heard'

#

can u put a model on starter pack?

#

no'

austere relic
#

Hi

#

Does anybody need simple stuff done for cheap tryin to build a portfolio

drifting iron
#

whats utility based exactly to you

drifting iron
sudden mortar
sudden mortar
#

thts makes my life easier

drifting iron
drifting iron
sudden mortar
drifting iron
#

send link in dms

meager zinc
#

You only see your sword

somber vault
#

ah nvm i didnt read it completely

meager zinc
#

Or i should change the way of doing it

somber vault
meager zinc
#

I use the model bc i wabt it to be like a sword on hip when the tool is not eqquiped abd when it gets equiped i make it invisibile

somber vault
#

everything in starter pack goes to player's bakcpack

meager zinc
#

I didnt know that

#

I only knew about the starter pack

#

Tysm i will try it rn

#

It works for a sec then it disappers

#

why cant i add a vid

#

check dm

slender wharf
meager zinc
#

i have made the script to weld it nd cancolide off and anchor off

slender wharf
#

if so check the character to see if the model still exists in there.

meager zinc
#

no i still dissapperas and its not in teh character

#

it*

slender wharf
#

so its not anchored

#

or welded properly

#

add a print before and after the welding function by doing "Print("Weld Initiated")" and "Print("Weld Completed")"

meager zinc
#

i think i will make a local script in the sword place the sword in starter pack and in the script make a new model and add the swords handle in the model and destroy it when the tool gets eqquiped

#

i think thats the only way it will work'

slender wharf
#

btw local scripts, only work for the client.

stoic radish
#

Hey so I've got a script initializer for ProfileStore that uses

PlayerStore:StartSessionAsync("Player_" .. player.UserId)

I want to whenever a player touches a part, his win value in his profile increases by 1. To get the player profile from another script do I use "StartSessionAsync", or "PlayerStore:GetAsync" or something else?

sharp smelt
#

Yo

unreal nest
ripe plume
#

if you absolutely must have another script where you want to call this from, just create a bindable

steel tiger
#

hello

#

does anyone here do c/c++? just asking, i don't need help with anything

ripe plume
#

i only ever used c# sry

steel tiger
#

C#? i've actually never tried it, heard it's like microsoft's version of Java.

ripe plume
#

I tried it when I made some unity games

#

it's alr

ripe plume
#

and yeah, pretty similar to java

steel tiger
#

i js don't like the style of it idk

#

C++ seems cleaner to me, as long as we dont include templates

#

tf is
std::vector<int> vec;

like this is only the base of it

#

there is so much more syntax

stoic radish
ripe plume
#

np

steel tiger
#

you have any projects?

ripe plume
#

ngl I made it once a few months ago then just duplicate it to all my games when starting new projects lol

celest summit
#

all the c languages are kinda messy (except c#)

steel tiger
#

messy?

#

like

#

how. i don't see anything messy in C. maybe C++, but C is very clean IMO

unreal nest
lean ocean
#

you scripted that like ass ngl

#

and also knit

#

🤢

abstract shadow
#

how much to pay someone to make a fully interactable pool table and games like tic tac toe? pay per game/task

abstract shadow
#

how long u reckon such a project would take

tired remnant
abstract shadow
#

yes ofc

#

how much u reckon for something as advanced as pool

#

price

#

idrc abt time was just curious

stoic radish
#

Since HapticService is deprecated I'm starting to learn about HapticEffect.
Is there a way to check whether or not the device supports haptics without HapticService so the game doesn't create a HapticEffect for a device that does not support Haptics?

lean ocean
#

userinputservice.preferredinput

celest crown
# unreal nest

how u got those indicators thing on top right of ur screen like fps, gpu, cpu thing

unreal nest
celest crown
unreal nest
#

🙏🏿

lyric furnace
#

you're free to use HapticService, being deprecated does not mean it cannot be used

#

some people still use bodymover constraints instead of the new ones, because they don't require attachments

paper imp
pallid root
#

How do I make a limited egg and make it so that it updates across all servers

frigid thorn
#

dont really remeber

#

os.time or os.clock

pallid root
#

thxs

frigid thorn
# pallid root thxs
#

and then release a new update when timer hits 0 without the egg

vagrant sorrel
#

is there a way to stop completely the user from sending a remote event without disconnecting it? Cuz currently if u do a debouncer on the server, they can still spam remote events and possibly throttle the server, I am not sure how I should fix this, besides maybe making a security later that if he spams for a x amount of time he gets kicked or something

lean ocean
#

You dont

static coral
vagrant sorrel
static coral
#

yeah theres no practical way

#

other than still allowing them to fire remote but using a bool on server to determine whether function should continue or nah

vagrant sorrel
#

prolly will go with the debouncer aproach + a system to detect if u are spamming or no, if u are u are kicked lmoa

stark vault
#

@cobalt silo this guy is scamming

#

Stealing people's accounts using Robiox.com or Roblox.com.f

frank crow
stark vault
teal yacht
#

How can i prevent the algorithim from recommending my game to a non-qualified countried(india, vietnam, etc... countries that don't spend robux)

fiery terrace
#

Everyone hiring semeone to add 8 gamepass id i pay 10 dollars for a 2 min work

frank crow
#

anyone having any scripting ideas i could make?

fiery terrace
#

Everyone hiring semeone to add 8 gamepass id i pay 10 dollars for a 2 min work

reef sorrel
#

make a game that appeals to americans

#

add burgers

#

true

cinder basalt
blazing tusk
#

w

unreal nest
lucid sigil
#

or kick them if they spam...

vagrant sorrel
summer nymph
#

lol i have taken a break from scripting and im back now

austere gust
#

is there are some custom CSG open-source here? who knows smth?

#

maybe modules

lucid sigil
#

delete all remotes

#

and make everything client sided

#

or make everything server sided....

quiet totem
#

Me when I scam

sudden dove
eternal kindle
placid vector
eternal kindle
#

Wow i wasnt expecting to see u here

severe spruce
#

hi

#

does any one want to work in our team to make a roblox get you need to be good scripter you get 20 percent

stoic radish
fiery terrace
#

Guys i hire an scripter fast for a 10 mins commission just to Replace gamepass ids were paying 10-15 usd

hardy hearth
#

how much would yall charge for a drivingh system

#

in robux

hardy hearth
arctic hazel
#

shouldve said whats a good price to charge

hardy hearth
arctic hazel
#

how much would yall makes it seem like ur js tryna buy

hardy hearth
#

when ik a good price to put

#

not buy, get a good price to hire

distant hamlet
#

min

hardy hearth
distant hamlet
#

uncapped

hardy hearth
wary star
spark willow
spark willow
#

You could split the driving system and the physics system and still have a decent amount of work to do in both it can be pretty complicated depending on what level of realism you're after

hardy hearth
spark willow
#

What kind of game are you looking to make? Kart racing or arcade racing?

hardy hearth
#

kart

spark willow
# hardy hearth kart

What kind of architecture does your game follow if you have anything setup yet? Module style, single script, or just kinda all over the place?

hardy hearth
#

nothing set up yet

spark willow
#

If you get some UI made and like maybe a map so I can get an idea of the game I'm willing to setup some car physics for you for like 10k robux and maybe a percentage of profit if you keep me as a dev on your game

#

I prefer module loader style game architecture where you break your game objects into client side and server side modules so if you like that too then that's a plus

spark willow
idle musk
#

bronze I

severe venture
#

what's a common pattern for replicating player-specific effects? do I play the effect on whichever client 'owns' the effect, then fire a RE, then fire another RE from the server to all other clients?

#

and then play the effect locally for all of those clients*

#

like for example, a gunshot tracer

#

or the sound for it

#

or the effect of it hitting a wall

cinder basalt
#

wow its a real message

#

he got so clowned on

#

its hard to be an aspiring dev like him

#

at least hes making progress

somber vault
tawdry ice
#

how do you even like

#

make this lol

#

but how is it on the camera

#

but yeah maybe

#

script wise

scenic lily
#

yall is it possible to make like when pressin up arrow button when textbox is focused, old text is restoring?

sacred quiver
#

is it feasible to make a mindmapping software in roblox

frank crow
#

anyone got any scripting ideas i could make?

lavish plinth
#

hey

#

is robloxspath finding

#

viable

lavish plinth
#

yet

frank crow
lavish plinth
frank crow
#

alr tell me

tame pike
frank crow
#

.

tame pike
#

For the lows🤝

frank crow
#

no thats boring

#

give me some more better ones

#

fun ones

tame pike
#

Like how u free rn want to play my game?

frank crow
#

i have 5 min until i need to actually create sum

#

bro do you have a scripting idea or no

#

alr

#

add me

tame pike
#

Bet

frank crow
#

ill send it to you when im done

lavish plinth
#

thats a good game idea

#

im gonna steal your game idea

silk ember
#

yo guys im trying to script a Easy mode in a obby everything is working. but the part still do damage even in Easy mode can someone help. and the output is showing no error

tame pike
#

NOOOOOO!!!praysob

#

My money

steel tiger
#

any of ya'll have some expirience with manual DLL mapping in C++? just asking cuz im tryna do it to make my knowledge bigger in game hacking

#

gotta learn offense before defense

tame pike
karmic cobalt
#

hey guys how I can put the script under other module script in visual studio code

tame pike
tame pike
quartz flame
#

does this seem right for a fighting animations

#

local player = game.Players.LocalPlayer
local uis = game:GetService("UserInputService")

-- Replace with your fighting animation ID
local FIGHT_ANIMATION_ID = "rbxassetid://1234567890"

-- Wait for character + humanoid
local char = player.Character or player.CharacterAdded:Wait()
local humanoid = char:WaitForChild("Humanoid")
local animator = humanoid:WaitForChild("Animator")

-- Load fighting animation
local fightAnim = Instance.new("Animation")
fightAnim.AnimationId = FIGHT_ANIMATION_ID
local fightTrack = animator:LoadAnimation(fightAnim)

-- Play animation on key press (example: "F" key)
uis.InputBegan:Connect(function(input, gpe)
if gpe then return end
if input.KeyCode == Enum.KeyCode.F then
if not fightTrack.IsPlaying then
fightTrack:Play()
end
end
end)

#

pls answer @everyone

spice cypress
#

Wdym it doesn't seem right

quartz flame
#

oh do u know a script for a fighting animation

spice cypress
#

Know a script?

#

Yeah bro I took one to the pub last night

#

¯_(ツ)_/¯

quartz flame
#

do u know a script?

spice cypress
#

Just google how to play an animation on roblox

quartz flame
#

ok ill try

young yoke
#

learning scripting again after a year (and you did even know much even then) is so tuff

wind pasture
#

can somone help me?

quartz flame
#

bro its to long

young yoke
#

it just loads an animation then plays in when you press a certain key

quartz flame
#

@young yoke cehck dm

quartz flame
#

it is

#

alot of people said use ai use ai

#

so i did then now that happened

#

@cloud current check dm

quiet summit
#

does robux tax round down like 70% of 4 rb 2.8 is that gonna be 2 or 3

somber vault
#

ye

#

2

cinder basalt
quiet summit
#

aight

placid vector
fiery terrace
#

Guys i want a little script cuz i need people to Replace sum gamepass id for 5-8 bucks it takes 10 min dm me we pay via PayPal

silent plover
#

How do i do a print statement

patent anchor
tired rampart
placid vector