#code-discussion

1 messages · Page 169 of 1

kindred pulsar
#

or os.time

slow lake
#

clock doesnt have decimals

#

og money maker

#

0.03$ steam workshop skins 🥀

kindred pulsar
slow lake
#

idk ill just keep tick no one will see the code anw lmao]

rare pelican
#

🤑 🫡

empty wind
#

help... why does concatenation not work?

narrow vault
#

mfs be worrying about anything

#

the old ahhh games running on 1965 soviet code:

kindred pulsar
#

lol

#

i was just told its been surpassed

light condor
slow lake
#

damn it

#

since i got a new keyboard

#

i cant type properly

light condor
#

you need to type it out like this

#

["Element" .. i]

slow lake
#

magnetic keyboards are NOT good for programming

light condor
#

to get the label

#

my fault

narrow vault
empty wind
slow lake
#

dude i just touch it and it triggers

kindred pulsar
slow lake
#

nvm i was on a low actuation profile 💀

kindred pulsar
#

crazy

#

im on .01mm actuation

slow lake
#

0.2mm

kindred pulsar
#

blow hard enough and it triggers

slow lake
#

damn

#

hit the desk and all keys trigger

empty wind
kindred pulsar
#

fr lol

empty wind
#

could you now explain why it doesn't work my way

slow lake
#

i use 0.2ms with 0.16ms rapid trigger

#

for rhythm games

#

works "kinda" well

kindred pulsar
light condor
kindred pulsar
slow lake
#

now waiting for the monitor to arrive

#

i really hope the delivery company wont give me a monitor with a punched hole innit

kindred pulsar
#

lol

empty wind
analog basin
#

yo wassup yall

#

how is everyone?

light condor
empty wind
#

alr thanks

light condor
#

basically whenever the code is reading it, it sees you did everything right but as soon as it gets to ".Element" and sees it doesn't actually exist then it errors

#

this is because it's indexing which is a different process

kindred pulsar
analog basin
analog basin
kindred pulsar
#

nah jk

analog basin
#

lol

#

I know ur jk, there is no way a person would want you to go on hd and chat here

analog basin
#

so what do u do ? scripting? building? GUI

kindred pulsar
#

me?

analog basin
#

yeah

kindred pulsar
#

i script, but i can do a bit of ui and animation

#

not the best at animation and ui tho

analog basin
#

Oh nice alrighty

#

Im a scripter too, i got like 2 years of experience and now im just like revising code

kindred pulsar
#

nice

#

im 5months in

dull sleet
kindred pulsar
#

house as a house

slow lake
#

house house

#

ok now i get why animators are in demand

#

at least ts works

empty wind
slow lake
#

nah

#

might refactore to oop soon

#

when i include player states

#

such as parrying and stun

#

(wont happen too lazy)#

fallow sierra
#

whats the best way to learn coding? ive watched brawldevs. beginners tutorial 3 times, the whole beginners guide series, ive tried some roblox learning games and codeacadmay free lua learning course. but i still dont understand anything.

static coral
static coral
slow lake
#

id make an enum module for all attack types and data

#

rn its just boiler plate

fallow sierra
slow lake
#

follow along

static coral
fallow sierra
slow lake
#

also try to understand

#

every line

#

then start reading docs

#

they help a lot

fallow sierra
slow lake
#

like get basics covered

#

variables

#

data types

fallow sierra
#

Ok

static coral
slow lake
#

loops

#

functions

#

build in libraries (math, task, os ...asd.as.d.dsa)

static coral
#

also learning some computer architecture can help a lot

slow lake
#

ts not c 🥀

static coral
#

its coding

#

learning how computers work will help with almost any coding

slow lake
#

well kinda true

#

learning how the thing works will make you understand the fundementals

#

behind how things work

#

but i dont think its necessary especially with luau and roblox development

static coral
slow lake
#

you can skip the whole thing and finish a project

#

like no one needs to understand how the code gets compiled

#

to make a tycoon

static coral
slow lake
#

true

#

better know than not know

#

still overkill tho

static coral
#

and if you are planning on doing more than just roblox you should really learn it

slow lake
#

ye definitely

#

well i am trying to learn how these things work

#

cuz i just got accepted to do cs in uni

#

ill regret it 💀

static coral
#

especially when the debt hits 🙏

slow lake
#

free education 🤑

analog basin
static coral
slow lake
#

debt or not ill still end up homeless

#

zero jobs

#

too lazy

#

i just need the degree

#

to use it as a mousepad

polar shore
#

any1 needs a discord server made, dm me for portfolio

static coral
slow lake
#

ye but it have to attend

#

to the university

#

ig ill just leave it for then

kindred pulsar
#

alr gng imm a go to sleep

#

11.15pm for me

#

gn guyd

#

guys

#

no response😢

deep agate
#

Ok

ancient cedar
#

local player = game.Players.LocalPlayer

player.CharacterAdded:Connect(function(char)
local hum = char:WaitForChild("Humanoid")
local head = char:WaitForChild("Head")

local barGui = Instance.new("BillboardGui")
barGui.Size = UDim2.new(5,0,1,0)
barGui.StudsOffset = Vector3.new(0, 3, 0)
barGui.AlwaysOnTop = true
barGui.Parent = head

local bg = Instance.new("Frame")
bg.Size = UDim2.new(1,0,0.2,0)
bg.Position = UDim2.new(0,0,0.4,0)
bg.BackgroundColor3 = Color3.new(0,0,0)
bg.BorderSizePixel = 0
bg.Parent = barGui

local fg = Instance.new("Frame")
fg.Size = UDim2.new(1,0,1,0)
fg.BackgroundColor3 = Color3.new(0,1,0)
fg.BorderSizePixel = 0
fg.Name = "HealthFill"
fg.Parent = bg

hum.HealthChanged:Connect(function(newHealth)
    local ratio = newHealth / hum.MaxHealth
    fg.Size = UDim2.new(ratio,0,1,0)
    fg.BackgroundColor3 = Color3.fromRGB(255 * (1-ratio), 255 * ratio, 0)
end)

end)

#

Is this a good healt bar script

inner aurora
#

why does the countdown start as soon as i start the game?
The idea is when the part is touched, the countdown starts

slow lake
inner aurora
real hemlock
#

ok so do u need help

inner aurora
real hemlock
#

np

fair copper
#

guys best method for advanced datastores i could put on, already got a scalable combat system for an rpg.
how do i make data editable, like say i wanna edit player's data with more ease/ etc

rigid kelp
real hemlock
#

I can script pretty much anything if I try hard enough, so yes.

real hemlock
fair copper
rigid kelp
fair copper
#

what about shit like external db, is that an overkill

real hemlock
#

8, always learning mate.

real hemlock
rigid kelp
real hemlock
#

ROBLOX Datastores are generally good enough

fair copper
#

cuz my combat system and npc system is already peaking

zenith shore
fair copper
#

hmm

rigid kelp
fair copper
#

nah im debugging rn

#

refactored some code

rigid kelp
#

aight

zenith shore
#

Np

real hemlock
fair copper
rigid kelp
fair copper
#

and its complex combat so i dont wanna like refactor it later do u think thats valid

real hemlock
fair copper
#

🥀

real hemlock
#

I'm currently under full time employment at a game studio, I get the sense you want to hire me.

#

You need to do your research and contact me via email.

fair copper
#

gettin corporate

#

🔥

real hemlock
#

lets start with ur budget

#

how much would u pay me per hour

rigid kelp
#

i gotta know the quality of your work dont i
I wouldnt hire a guy that wouldnt match what i want

mild basin
#

i have a quetion, i wanna start scripting wiht 0 experience whit coding, how much time does it take to became a good scripter like to be able to make pretty much most of the things on any game even if not very optimized

real hemlock
#

I'd say learn by doing - get an objective in mind and make it, no matter how shit.

fair copper
#

scratch or whatever

#

lol

mild basin
real hemlock
rigid kelp
real hemlock
#

You need to focus on learning and building your portfolio.

fair copper
#

🔥

mild basin
rigid kelp
#

like 6 months before you become great

mild basin
#

so like in 4-6 months im nothing

real hemlock
mild basin
#

in fact im a animator, but lets be honest animtating dosnt take you very far

real hemlock
#

Animators usually have further skillsets like UI when I hire em.

#

or I contract them.

rigid kelp
# mild basin so like in 4-6 months im nothing

i mean shi i was scripting for 4 days like 3 hours a day and i made a game where u click a part that has a chance to drop different types of rocks which u can then pickup like the dead rails pickup system which u can then sell and i also made a shop system for that game while also having data saving

real hemlock
#

Yeah but can you make a full game with your own code?

rigid kelp
real hemlock
#

That's what people wanna hire

rigid kelp
#

this was like a few months ago

real hemlock
#

Anyway, if you want to hire me, email me.

rigid kelp
#

aight

real hemlock
#

fyi i charge base of 20 gbp per hour

fair copper
#

where do u work

rigid kelp
real hemlock
#

no like 24 usd

#

lol

rigid kelp
#

o

#

aight

real hemlock
#

an hour

worthy heron
#

buddy said “email me”

mild basin
#

@real hemlocksince i think ur a pretty experience dev, i wanna ask if u think animating is still a good choice fi ur good at it or scripting is way better

real hemlock
#

youd be able to contribute more for a project and earn more

#

since they arent outsourcing that role

#

means u dont have to wait around for someone to do it

#

as well

rigid kelp
fair copper
# worthy heron buddy said “email me”

Thrilled to announce that I am open to exciting new opportunities where I can leverage my passion for driving impact, scaling innovation, and creating value through cross-functional collaboration.

real hemlock
rigid kelp
mild basin
real hemlock
rigid kelp
real hemlock
#

We obviously eventually use discord.

fair copper
#

or small showcases

mild basin
real hemlock
#

but a programmer + animator your gunna get a little extra

rigid kelp
#

full time scripters get the most

#

if they need to script a whole game they usually get around 17%

fair copper
#

or just build ur $$ and launch ur projects

#

every game owner at some point was a scripter then turned manager

#

👉 👈

fair copper
#

yeah well

#

most of them have been at it for 4-5 years

fair copper
#

at least

warped sundial
#

who wanna join a community for making simple roblox games

rigid kelp
#

was supposed to say animating

fair copper
#

my animator made 400 off me tho

#

🥀

#

i think

rigid kelp
fair copper
#

i'd say just get good projects and make good projects

#

no slops

real hemlock
#

but consider thats like a day of %

rigid kelp
#

ngl these days slops earn you the most

real hemlock
#

sometimes

fair copper
#

no no u dont get it

#

theres this guy

#

N4 guy

rigid kelp
#

i mean the highest ccu game is lowk a slop 💔

fair copper
#

he animates those complex mobs n bosses

#

dude u dont have to care about slop or stuff, i mean not the game category

#

i mean the anims where u just waste time n get paid min

#

dont think theyre all that worth it

rigid kelp
#

ye

fair copper
#

also u could learn rigging

#

not a tapped industry on here yet

mild basin
real hemlock
#

I'd prefer to contract animators on a need-to-have basis over full time employing one.

real hemlock
#

I pay set rate for however long it takes them.

real hemlock
#

i'm biased

idle musk
#

you aren't going to go very far with scripting if you dislike it

real hemlock
#

im not gunna say building

#

as i dont like it

#

but i know builders who get paid millions of robux

#

they are equally as important for a game - most areas are

granite badge
#

Is it possible to remove a dev product pop-up when necessary? An example is this video from a player, who has a limited time to self revive before it’s too late. They purchased the Revive too late and didn’t get revived. I would like to know if it’s possible to remove the purchase pop-up when the timer runs out?

sterile ember
#

does anyone knows how to prevent this?

fair copper
#

make a module and make it consider a timer and a tag, like PopUp , put the timer in the attribute as well and make ur module destroy uis or whatever tagged with the popup and timer from the ui object itself

#

probably the best way to handle these type of stuff where u gotta repeat actions

#

well improvise it

granite badge
sterile ember
late dirge
dull sleet
#

if i’m using a state machine my inputs should just be changing the state and the game logic should be based off the state right

vocal oar
lilac cedar
#

I just dont think that the text is necessary

vocal oar
#

Maybe not,

#

I might update it to add more options

#

and make it look better so it has a little effect when placed or something

silent plover
vocal oar
#

Im gonna try to update it.

honest basin
#

hello

#

managed to fix the old UD api, allowing me to store player data on mysql

#

using x10hosting to host this rn

cloud atlas
wary bronze
#

I scripted one simple gamepass shi to my game now I gotta HD admin virus bro

honest basin
#

dang

wary bronze
#

Not even finna waste my time looking for it

honest basin
#

yeah fr

#

tbh I hate rblx datastores

#

i hate using them

wary bronze
#

Real

honest basin
#

fr

wary bronze
#

shit sad how 1 simple virus can ruin a game

honest basin
#

fr its kinda sad

honest basin
#

so I decided to use mysql

#

much more stable

#

bruh i even made a website to check your in game stats lol

cloud atlas
#

Are Roblox data stores that unreliable?

honest basin
#

yeah fr

#

i lost so much data

cloud atlas
#

I never run into issues but I usually keep it simple

honest basin
#

yeah possibly

#

I use the old UD api

cloud atlas
#

How are you losing data tho

#

I don’t see that happen often

honest basin
#

tbh i have no idea lol

#

maybe because it was 2017 UD

cloud atlas
#

Are you connecting to shutdown

cloud atlas
honest basin
#

yeah

#

prob why

#

tbh i prefer using a external website to host my player data

#

even if i hit a http error in my game

#

the data is still safe in the database

cloud atlas
#

Oh yeah it’s hard to really insure that Roblox doesn’t shit itself mid-save

#

Kinda just gotta trust them

honest basin
#

yeah

#

i use x10hosting to host my data

cloud atlas
#

Most devs just tell you that it’s Roblox’s fault and there’s nothing that they can do

honest basin
#

fr

cloud atlas
#

After all it does sound a little silly to store it in a db

#

And overkill

honest basin
#

yeah

#

using a external website means i can edit stats there, without going into rblx which is useful for wiping stats

narrow crescent
#

i store it physically in my garage if anything goes bad just manually input each player

honest basin
#

nice

narrow crescent
#

safe and cheap

honest basin
#

fr lol

cloud atlas
#

I store player data on a floppy disk and store it in filing cabinets which are sorted by the players user id

honest basin
#

lol

gray violet
honest basin
#

awesome

#

def potential

#

i would post the link to my rblx game but i can't D:

#

this is the ID 18481103663

narrow crescent
gray violet
honest basin
#

okay

#

its old UD

#

2017 Ultimate Driving

honest basin
gray violet
#

The game is actaully is good I like the old roblox vibe to it

#

W driving mechanics so far

honest basin
#

lol fr

#

sadly UD stuff is very much leaked these days

#

like alot

#

sad

#

😭

#

luckly stats don't work so thats good in the leaked verison

gray violet
#

😭

honest basin
#

my classic UD archive project is called universal Driving

#

I even have map devs

#

they work on different UD maps

#

aswell

#

new thumbnail coming soon to the game

gray violet
#

W

honest basin
#

thx man

gray violet
#

I'm just making random systems rn

#

Idk any full game ideas rn

#

I can just implement them in the future

honest basin
#

maybe a driving game?

gray violet
#

Driving systems are kinda hard to me never really looked into it

honest basin
#

yeah maybe u could look into it

cinder basalt
#

hello code help

honest basin
#

?

cinder basalt
#

bruh

honest basin
#

i might can help

cinder basalt
#

its code discussion

#

wrong channel

honest basin
#

lol

#

I store my player data on a database hosted on x10hosting, sometimes the website acts up and gives me DNS timeouts, but most of the time its a good alternative to roblox datastores, it also allows me to edit player data and safely store stats in a database, it also allows me to transfer data between host :D

quartz vortex
#

theres also firebase

honest basin
#

i tried using it but it didn't work

#

prob because old UD used php

#

i will get a domain for my website

#

soon

#

along with maybe getting a paid x10hosting plan

quartz vortex
#

they have a firebase module you can get, makes it really easy

honest basin
#

ehh idk i'll maybe look into it

#

altho i do wanna switch to hostinger soon

#

not yet tho

#

rblx datastores lead to me losing ALOT of players stats

#

i lost 11.2 KB of player data

warped sundial
#

who wanna join a community for making simple roblox games

honest basin
#

what is it abt

#

simple rblx games is that it?

sweet herald
#

is anyone here know how to use module scripts well

#

that can help me

#

with an issue

honest basin
#

ima experiment with google sheets and see if i log data there lol (not using it for my official api)

honest basin
sweet herald
#

after this in the module script
local module = {}

function module.random()
print("Hello")
end

then this in another script
local module= require(game.ReplicatedStorage.ControlsDummies)

require(module.random(
print("Bye"))

)

how do i stop it from printing both hello and bye

honest basin
#

hmm

#

try add some code to where the Bye prints only after hello is printed

sweet herald
#

Ok

#

ok wait nvmn

#

i fixed the isdsue

honest basin
#

good job

#

it seems like

#

driving games mostly use php hosts

#

did ya know that jailbreak fan rehost use php i think

frosty moat
#

dam

warped sundial
#

who wanna join a community for making simple roblox games

charred narwhal
#

Yo wanted to ask if there anyone out there that can help me script or teach me how to script

carmine yacht
#

or lyra

#

or any other datastore wrapper that exists

copper apex
carmine yacht
#

rip code structure elsewhere

copper apex
copper apex
#

Its just a passion project cuz i wanna build NASA's KSC

carmine yacht
#

i c i c

copper apex
#

Yeah i made a map never finished it along time ago, but i am redoing the map

#

Lowkey it was mid i think i can do better with what i can do now

warped sundial
#

who wanna join a community for making simple roblox games

warped sundial
edgy gorge
#

this is a code discussion channel

rotund lichen
#

Guys uhh who wanna make a TD or simulator game with me I have 1 year experience in scripting and I just need 1 dev team dm me if you want

kindred pulsar
#

no

warped sundial
#

who wanna join a community for making simple roblox games

primal cave
sudden sand
keen bane
#

Anyone into making easy Roblox games and sharing ideas?

sudden python
#

amazing

topaz swan
#

whose good at scripting api's

quick breach
#

Guys, how do I improve at scripting? I just started, and I already know the basics, but how can I get better at it?(if you are a experienced scripter please help me out.)

frozen relic
sand glade
#

Can anyone help me fix a error in my game?

vast gazelle
#

send code

narrow vault
vast gazelle
sand glade
#

im getting Http403 error

vast gazelle
#

is it httpservice related

#

or what r u doing

sand glade
#

Making a lobby to main game teleportation system

vast gazelle
#

ohhhh

sand glade
vast gazelle
#

no

#

thats teleportService

#

if u teleport between places

#

It does throw a 403 error when u try to teleport in studio

sand glade
#

they are in same universe

vast gazelle
#

try in a real game

sand glade
#

i tried

vast gazelle
#

send the code

sand glade
#

its not working 🙁

#

ok

sand glade
vast gazelle
#

just choose send as file when u send

sand glade
#

ithink there is problem in some setting cus i took the code from a video

vast gazelle
#

its prob the ids

#

u need the proper place ids

#

or did u change them

sand glade
#

can u help me a bit im new

vast gazelle
#

thats what im trying to do sir

#

😭

#

send the script here

#

so that i can see it

sand glade
#

in studio /

quick breach
sand glade
#

i mean can u help in studio?

vast gazelle
#

not rn

#

no

sand glade
#

ok tell me what to do

vast gazelle
#

if you can do it properly then you could try doing commissions

frozen relic
quick breach
quick breach
vast gazelle
#

And if you can replicate and write good code then you could try commissions

#

But that’s just how i feel abt it

#

Ask some more experienced ppl they probably have a better answer idk

vast gazelle
hoary elk
#

can someone sned me recommended materials to learn scripting in roblox studio?

somber vault
severe cobalt
# quick breach Could you explain what that is?
  • go to game
  • identify gameplay loop
  • recreate it

taking a tycoon as an example -- make money, upgrade equipment, repeat.

tycoons just give it a theme but thats the ultimate goal.

so there, you can look into -

  • player persistence (aka saving data for when player rejoins)
  • money system
  • upgrade system (press button and spawn part, raise money count.. as example)
  • mechanics like doors, conveyor belts, etc.

the goal when learning scripting is to do something. If you do nothing but watch tutorials, you won't really grow.

austere gust
#

rate that from 1 to 10

#

i was trying hack grow a garden

#

lmao

opal yarrow
#

I Am Making A Dash System Should I Handle All Things Inside The Local Script Or Do The Animations inside local and send event to server?

humble gate
#

anyone know a good scripter for like index
rebirth
shop
leader board
magnet system
magnet rng
teleport to your base
money system

cloud vessel
bronze ridge
sleek shuttle
cloud vessel
sleek shuttle
cloud vessel
#

Booty hole

bronze ridge
#

Can you 2 rate my first script

#

Ik but I showed what it does

#

Is it good

dusky rapids
#

is there a service for roblox friends like figure out if players are friends etc (like allow friends on steal a brainrot)

inner aurora
#

guys how do you suggest on learning scripting / progressing?
Cause right now I am watching BrawlDev tutorials, BUT:
I always program something else, based on the knowledge from the tutorial and even try to add more things, basically just seeing what I can do
There was a tutorial from BrawlDev where he made a game and I watched a small part of it, because I understood the concept of the game and made it myself

lapis parrot
#

am i able to make a cutscene play using a script with animation id in it of the cutscene

vast gazelle
#

I think it’s either SocialService or Players

ebon saffron
#

Hi

#

anyone know how to script

fair copper
#

what do u think of this type of movement

#

even made the easing style modular depending on the combat style

#

lol

#

ur feedback made me study projectile physics ngl like drag n acc

ebon saffron
#

Dude that so cool

scarlet jackal
kindred pulsar
#

yo so what do u guys recomend to put in ur showcases in ur portfolio

#

is like a rng system good to put?

atomic trench
kindred pulsar
#

yes but what if im doing commissons more to learn and get experience

#

like im 5 months in

#

and i want to get more advanced

atomic trench
#

put them on ur portfolio to increase appeal

kindred pulsar
#

i see

#

like a game or small projects?

hoary elk
#

the best recommendation for a absolute beginner to learn scripting : ) for roblox studio

kindred pulsar
#

Reallyyyy?

fair copper
polar shore
#

would any1 like to check out my portfolio?

topaz swan
#

Can anyone help me in dm's with an api I have made the scripts but I cant put them together

kindred pulsar
polar shore
spark dagger
#

i can

hoary elk
carmine yacht
fair copper
carmine yacht
#

when you swing

#

delayed

fair copper
#

inconsistent

#

yeah its animations are too long

carmine yacht
#

i like those kind of

#

pounce movesets

#

but yea they gotta be pretty fast to look good

fair copper
#

check this out

#

isnt this better

carmine yacht
#

its just oddly slow

#

the anim

fair copper
#

what sequence

#

like the coming down?

carmine yacht
#

definently have to make some kind of targetting marker

#

yeah

fair copper
#

i can adjust it later def

carmine yacht
#

why is it not just like a linear leap

fair copper
#

because u cant have linear leap

carmine yacht
#

but my biggest problem with movesets like those are targetting

fair copper
#

when the character is moving like a projectile

carmine yacht
#

people tend to make thnem position based

fair copper
#

sort of projectile

carmine yacht
#

like

#

i meant the time it takes

#

not the movement itself

fair copper
#

ah yeah yeah i dont have a max time defined because there is charging

carmine yacht
#

ohhhhh

fair copper
#

charging increase potential distance it can leap

carmine yacht
#

i didnt see

#

ohhh

#

that makes a lot more sense

fair copper
#

i have a baseline timer tho

#

like each pounce will take 0.7 sec

#

for the full move

#

but no max because it doesnt make sense

#

i had a max before

#

it skipped/ almost clipped between anims to adjust distances, pretty much didnt follow projectile physics laws

carmine yacht
#

makes sense then

#

nice work :p

lapis valley
#

Hello

static coral
sacred belfry
carmine yacht
static coral
static coral
sacred belfry
potent wolf
#

who want to make a game dm me looking for scripters, develepors and more

polar shore
#

would any1 like to check out my portfolio?

carmine yacht
polar shore
stable badger
#

how could i make an anticheat like detect if unauthorized (normal user) is fly hacking or using noclip

#

then send to a webhook (i already have the webhook btw)

tame compass
#

Does someone here know about YOMI Hustle?

#

I think that remaking the game in roblox isn't that hard

carmine yacht
tame compass
#

and even if it's a pvp game - the roblox limitations won't affect it

#

because all stuff is happening in server

#

i think if I just get the base working

carmine yacht
tame compass
#

the rest'll be easy

tame compass
#

and maybe change the dui wheel

#

all calculations are happening in the server

carmine yacht
#

i see the game

tame compass
#

everything

carmine yacht
#

yea i wish u luck bro

#

hopefully the calculations arent too heavy and consistent

wanton scarab
#

anyone need any games assets i can get them for cheap dm

carmine yacht
#

server gets biweekly memory leak reports and are stuck on 30tick

#

client is the king

hoary elk
#

can someone please give me a good playlist tutorial for beginners

hoary elk
sweet herald
#

why this doesnt work helepooe

hidden nexus
#

I'm lazy to download and see

#

Ok u can unsed it now

sweet herald
#

wait unsend

#

what

#

local controlshitdetection= require(game.ReplicatedStorage.ControlsHitDetection)

controlshitdetection.controlshitdetection()

static coral
#

control shit detection 🔥🔥🔥

hoary elk
#

.

stable badger
#

controlshitdetection 🔥

sweet herald
#

lmao

#

the function name from the module script is that tho

#

BRO

#

HELP ME

#

WHY ARE U GIUYS JSUT TORLLOIN GME

stable badger
#

whats the code of control shit detection

#

and what is the output in console

sweet herald
#

no output in console btw

rotund pawn
#

Where tf I find tutorial how to upload UGC face? I need root instance to be model, but it wants top instance to be meshpart, which is.... I need tutorial

trail locust
stable badger
sweet herald
#

thx

#

later

stable badger
#

i cant read your code

sweet herald
#

wym

#

how do i format

stable badger
#

press tab

#

it will create big space

sweet herald
#

omg bro

#

its not that hard to read

#

its like 10 lines of code

stable badger
#

still

#

format your code

sweet herald
#

omg

#

ok

rotund pawn
#

Wtf is this...

sweet herald
#

@stable badger ngl bro idk how to

#

idk what u mean by tab

stable badger
#

press TAB key

sweet herald
#

i did

#

wait

#

can we go in dms

stable badger
#

ok

polar shore
#

would any1 like to check out my portfolio?

lapis parrot
sweet herald
#

Can anyone good in module scripting help me in dms

stable badger
#

is it worth using roblox-ts

carmine yacht
stable badger
#

my game

#

no shit

carmine yacht
#

what is it about

stable badger
#

sab copy

carmine yacht
#

what do you need rbxts for that native roblox doesnt offer

#

are you unhappy with native roblox

#

do you have typescript experience

stable badger
stable badger
carmine yacht
#

if you are confident in your ability to do typescript, can be lenient with poor debugging and are unhappy with native roblox you can go and use rbxts

#

otherwise dont use it because you will waste time and be even more unhappy

stable badger
#

ok

polar shore
#

would any1 like to check out my portfolio?

vast nebula
lapis parrot
sweet herald
#

not control shit detection

fickle charm
ivory oxide
#

Just using bodyvelocity?

brittle token
sweet herald
#

fax

rare dagger
#

is it possible to make it so that if i unequip a tool i still have it equiped until it plays a unequip animation?

rare dagger
# hidden nexus damn is whats?

if i unequip a tool, it plays a unequip animaton. normaly, when it plays the unequip animation, the tool wouldnt be on the character while the animation plays. but is it possible if i unequip the tool that i still have it equiped until the animation finishes

hidden nexus
#

i could try making you something like that

hidden nexus
rare dagger
#

yes pleaseeeee

hidden nexus
#

give the anim in dms tho

rare dagger
#

im trying to get something like that to work

#

it doesnt matter, just a placeholder anim

hidden nexus
#

alr

rare dagger
#

tysm

jovial crown
#

on character respawn it doesnt always put the player on its spawnlocation according to teams

silk glen
remote plume
#

anyone know how to save a tycoon data in studio idk how to save objects and i may need some help when i do the sistem

swift geode
#

anyone got some resources for how to structure ui code in your game

gritty arrow
#

How did y'all learn to code

raven minnow
#

Is there someone who is familiar with custom guns?

raven minnow
idle musk
#

just say it in here

raven minnow
#

I've learned my lesson doing that before.

#

But it's all good

compact spoke
#

what's that weird glass on the screen

#

pls ;-;

#

look ugly

#

i kepe it real with you sirs

minor relic
somber vault
summer phoenix
#

hol

#

a

#

Need someone to explain to me how i'd save inventory slots

somber vault
#

guys do yall have any idea what I could script cuz i have no clue what I could do but I want to expand my portfolio a bit

summer phoenix
somber vault
summer phoenix
#

you have a wide genre

dapper flower
#

Chat how do I tell my friend the mistakes?

summer phoenix
#

Simulator, PVP, PVE

somber vault
olive ridge
#

if anyone has any advice for me, lmk in dev-discussion (it's abt starting as a dev)

summer phoenix
dapper flower
somber vault
dapper flower
summer phoenix
#

Simulator is just the classical engagement

#

like a farm

#

or something that grinds

#

pve could use like

#

assisted robots

#

shooting

#

anything

somber vault
#

HM

somber vault
subtle tangle
#

Who animated that lol, its literally just a low quality rotoscope of my animation.
(for context I was looking through ur work lol)

This cutscene is over a year old so its lowkey ass, but damn

fair copper
#

best way to handle a damageovertime module

#

do i run a while loop and checks if player is in the area constantly

#

or do i make it per frame

#

hmm actually per frame wouldnt work

worldly sonnet
#

is there any website/tool where i can obfuscate my code?

viral trail
#

YO

#

how can i learn pathfinding

fair copper
#

go for it

#

u just need to learn logic then if u know alot of scripting, you'll improvise it to be better

viral trail
#

alr

#

recommend any specific youtuber to watch?

#

for the tutorial

fair copper
#

idk yet for pathfinding

#

sorry

#

youtube doesnt always work i believe u can try documentation etc

sour vine
frigid hedge
#

he died in 2018

#

aug 11

#

his legacy will forever live on though

carmine yacht
#

is that lagging or is it just the fps

#

on the video rec

carmine yacht
#

i c i c

frigid hedge
carmine yacht
#

learn how it works and write an A* implementation

#

true goat

carmine yacht
#

xD

frigid hedge
#

if you want it to be fluid its ass

carmine yacht
#

hills, some terrain sections, etc

frigid hedge
#

yikes

carmine yacht
#

absolute garbage

frigid hedge
#

max angle of 32 moment

carmine yacht
#

😭

vagrant forge
#

I am making a shooter loadout system. Guns will unlock based on level and I was thinking of also adding unlocks based on badges/achievements. How safe is that and is it a good idea?

frigid hedge
#

i mean

#

thats pretty much what im doing

fair copper
#

just focus on a general anti cheat.. and store player data securely

#

lol

frigid hedge
#

thats not even overthinking

#

its literally base data

vagrant forge
fair copper
#

well he asked if its safe or is it a good idea, yes it is, just focusing on general anti cheat and data stores will fix all ur concerns

fair copper
#

maybe also try using observers

#

for state management

#

anti cheat is basically checks + use server authority for calculations

#

and you'll do fine

carmine yacht
fair copper
#

just employ frameworks

#

u got stuff like blink n whatever

#

literally what phantom forces uses

kindred pulsar
#

Yo do yall have any tips for doing commissions for the first time?

fair copper
#

i think

vagrant forge
#

awesome, thanks! haven't heard of observers before I am gonna look them up

fair copper
#

patterns n specfic frameworks for combat

vagrant forge
fair copper
#

i mean if u call it simple and end ur game with some server scripts and some client scripts

#

it wont even run properly

vagrant forge
#

lol

#

yeah I get it

viral trail
vocal tusk
#

How can i preload vfxs? (on join)

stable badger
#

i thought my code was broken until i saw that i forgot to put a variable

steep knoll
#

luau type checking is only for compilation stage, right?

I still need to validate types and values of objects sent dynamicly?

carmine yacht
#

i see you have C++ in your server tag

#

welcome to luau

steep knoll
#

But thx

carmine yacht
#

yea im not learning c yet

#

ill hold off on that until nasa hires me

#

too many languages right now i need to finish the ebooks i pirated

cerulean hollow
#

@everyone m selling roblox shirt temlte 1.5M robux each shirt and 1.7M each pants
its 50% off today
any buyer?

steep knoll
#

bc one silly thing is copying lists when you just assign one to another which is anoying bc you have to know that to clean old list

carmine yacht
#

yea yea

#

fuck coding

#

we can never have it all ts pmo

steep knoll
carmine yacht
glass narwhal
#

how about u become my scripter

glass narwhal
#

be there or be square

carmine yacht
glass narwhal
#

u moving like the grandfather of scripting

carmine yacht
glass narwhal
#

no way

#

deadass?

carmine yacht
#

yes

#

ive seen it all..

glass narwhal
#

what kinda games u made in that time

carmine yacht
#

every kind of game you can imagine

glass narwhal
#

lets see the port u built up

steep knoll
#

Btw, how does knit like make new remotes on replicated storage and you can still access them from both sides even tho yk client and server have different vision of them?

glass narwhal
#

🧢

#

aint no way u that versatile

carmine yacht
#

name a game genre i can tell you if ive made it

glass narwhal
#

grow a garden like game

carmine yacht
carmine yacht
glass narwhal
#

u got a studio or sum shi?

#

what u ammassed on the roblox front page in the last 10 years

steep knoll
carmine yacht
carmine yacht
glass narwhal
#

u dont take equity in the games?

carmine yacht
#

replicatedstorage shares the assets

glass narwhal
#

thats nice though a few thousand a month

#

from roblox

carmine yacht
cerulean hollow
#

im selling roblox shirt template 1.5M robux each shirt and 1.7M each pants
its 50% off today
any buyer?

#

@everyone im selling roblox shirt template 1.5M robux each shirt and 1.7M each pants
its 50% off today
any buyer?

glass narwhal
#

i see

carmine yacht
#

i also took a long hiatus on making or working on real games

glass narwhal
#

whats the biggest games that you worked for?

#

ahh i see

carmine yacht
glass narwhal
#

shi

carmine yacht
glass narwhal
#

interactive obbies are the meta

carmine yacht
#

lmao any games that are immersive are the meta atp

cerulean hollow
glass narwhal
#

@carmine yacht with your skills why dont you partner up with a studio and stick with them

#

you could easily become one of the top devs if u genuinely have all the exp u do

glass narwhal
#

thats what i see alot of scripters do

steep knoll
#

Ill try making everything into a system bc if we like start copying stuff there will be a lot of duplicated code mess that works only because of studio instance hierarchy

glass narwhal
#

what burnt you out

carmine yacht
#

i could do it if i went to look for new jobs

glass narwhal
#

how many games was bro working on 😭

carmine yacht
carmine yacht
glass narwhal
#

was it just mainly obbies

#

gah dayum

cerulean hollow
carmine yacht
#

i did a survival an obby a simulator and 2 side projects in roleplay at once i think at the peak of it all

glass narwhal
honest basin
#

hello

cerulean hollow
#

...

glass narwhal
#

holy shit

#

all solo?

cerulean hollow
glass narwhal
#

how much u charge for that stuff

steep knoll
cerulean hollow
#

wsg

carmine yacht
#

obby and the 2 side projects solo sim and survival i was the lead

honest basin
carmine yacht
cerulean hollow
#

how ya doing chat

carmine yacht
#

now i stick to hourly

glass narwhal
carmine yacht
#

or calculate projects based on hours

glass narwhal
#

how did those games end up doing

honest basin
#

smth i made

cerulean hollow
#

.

honest basin
#

its a external website btw

carmine yacht
#

obby game did numbers survival game was ehh simulator didnt release and the 2 rp games did pretty nicely

honest basin
#

not in the game

carmine yacht
#

for roleplay

cerulean hollow
#

chat any one wana add me on roblox?

glass narwhal
#

esp simulators

#

did they lack funding or what

#

game niche died out?

carmine yacht
#

it was a big mess but the owner went on to work with the studio again

#

and he now does i think

#

gfx?

glass narwhal
#

i see

steep knoll
# cerulean hollow how ya doing chat

good, ill start reimplementing game mechanics of friends project into systems and modules so it doesnt rely too much on studio instances hierarchy / layout

glass narwhal
#

have you ever worked with dobig or studios like them?

carmine yacht
#

thats who i worked with

cerulean hollow
#

FIRST ONE TO FOLLOW MY ROBLOX ACCOUNT GET 1K ROBUX @everyone

glass narwhal
#

feck

carmine yacht
#

dobig is a nice dude but yeah they expect high frequency of work

fair copper
#

weird we dont have mutuals

glass narwhal
#

understandable tbf

carmine yacht
#

obviously very fairly so

glass narwhal
#

they pay a good rate

carmine yacht
fair copper
#

yeah

carmine yacht
#

do u have johnny added

steep knoll
#

who are do big?

carmine yacht
#

he unadded because i stopped working with them after something went wrong on one of the games

fair copper
#

nah not johnny but ik his scripters

carmine yacht
#

oh i c

#

yea he has a lot of devs

glass narwhal
#

are do big scripters freelancers

#

or are they contracted to dobig

#

or something

carmine yacht
glass narwhal
#

how do they pick out their scripters

fair copper
#

permanent ones are always nda contracted

carmine yacht
#

some work under the company those are usually the ones spread across multiple games