#code-discussion
1 messages · Page 169 of 1
ye ur right
idk ill just keep tick no one will see the code anw lmao]
🤑 🫡
help... why does concatenation not work?
- Element isn't a valid member of your "ElementsImage"
- You need to place a .Text to get the text property afterwards
oh wait I see what you're doing
you need to type it out like this
["Element" .. i]
magnetic keyboards are NOT good for programming
false
holy mother of god i would never figure it out by myself
dude i just touch it and it triggers
lol. i use apex pro mini😭
nvm i was on a low actuation profile 💀
0.2mm
blow hard enough and it triggers
i love you, i really do, took me a day to figure this out
fr lol
lol
could you now explain why it doesn't work my way
basically you're concatinating an instance, basically you're calling .Element which doesn't exist and that's where it's breaking, that on top of your false concatination
ye
now waiting for the monitor to arrive
i really hope the delivery company wont give me a monitor with a punched hole innit
lol
why didn't it print out that i can't concatenate instance then like it does
it's because it was already erroring due to Element not existing
alr thanks
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
Oh why?
💀
nah jk
lol
I know ur jk, there is no way a person would want you to go on hd and chat here
i see, tysm
so what do u do ? scripting? building? GUI
me?
yeah
i script, but i can do a bit of ui and animation
not the best at animation and ui tho
Oh nice alrighty
Im a scripter too, i got like 2 years of experience and now im just like revising code
house
house as a house
ts oop?
nah
might refactore to oop soon
when i include player states
such as parrying and stun
(wont happen too lazy)#
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.
use an enum like structure for presets things like those attack types
you need to code too and not just watch videos or read about it
dont just watch
yep, i do follow the steps they do in roblox studio
follow along
and dont copy all of the code
i do
yep well thats the problem, i dont understand.
Ok
dont blindly copy everything. learn what everything does and why they are using it. and why everything needs to be there for it to work
also learning some computer architecture can help a lot
ts not c 🥀
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
and anyways luau can basically mimick everything in c except preprocessor
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
it will put you 2 steps ahead though 😮💨
and if you are planning on doing more than just roblox you should really learn it
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 💀
especially when the debt hits 🙏
free education 🤑
🔥
oh nice
debt or not ill still end up homeless
zero jobs
too lazy
i just need the degree
to use it as a mousepad
any1 needs a discord server made, dm me for portfolio
its less effort to learn from home tho
Ok
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
why does the countdown start as soon as i start the game?
The idea is when the part is touched, the countdown starts
goode nighte
print whats hitting it?
i understood the error
the output was from another script that i used as a test..
ok so do u need help
no thank you, (for now lol)
np
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
yo can you script combat systems?
I can script pretty much anything if I try hard enough, so yes.
Use a package, such as ProfileService or whatever the most recent one is.
ive heard profileservice is good for rogue-like genre
on a scale of 1/10 how good are you at scripting
what about shit like external db, is that an overkill
8, always learning mate.
Have done that, depends if you want to put the effort in.
nice
ROBLOX Datastores are generally good enough
i wanna prep for the future 🔥
cuz my combat system and npc system is already peaking
Debounce here is kind of useless, you should print the "Countdown triggered" before you use Countdown() and you should use better detection, get Players Service and use :GetPlayerFromCharacter(hit.Parent)
hmm
show me the combat system fr
aight
ty bro
Np
Why do you need to store so much for that making it peak so hard?
no like i mean im done with 25% of the scripting
yo do you work for %
and its complex combat so i dont wanna like refactor it later do u think thats valid
I work for hourly or full time annual salary.
🥀
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.
And go to #scripter-hirable for the next guy, as I am probably out of your budget.
you got any work u can show
i gotta know the quality of your work dont i
I wouldnt hire a guy that wouldnt match what i want
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
You'll consistently learn new things, you never stop learning. It really depends on how much time you dedicate and how fast you pick up stuff.
I'd say learn by doing - get an objective in mind and make it, no matter how shit.
have u done any programming before
scratch or whatever
lol
like 6-8 hours a day
no
Errrr, maybe a year+?
watch brawl dev tutorials when you start off
You need to focus on learning and building your portfolio.
holy
like 6 months before you become great
so like in 4-6 months im nothing
You can find my work on GH/Talent Hub potentially, since I have full time employment and run off word by mouth for commission I don't think I have updated it recently.
in fact im a animator, but lets be honest animtating dosnt take you very far
Animators usually have further skillsets like UI when I hire em.
or I contract them.
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
Yeah but can you make a full game with your own code?
havent coded since then
That's what people wanna hire
this was like a few months ago
Anyway, if you want to hire me, email me.
aight
fyi i charge base of 20 gbp per hour
where do u work
so 1 usd a hour?
an hour
buddy said “email me”
@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
both is good
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
from commisions alone you wont get much far
And also animators dont get much % on games they work on
Coming from experience
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.
dont worry hes getting hit with auto forwarding response 🤣
i aint gonna lie no matter how good the scripter is if they chattin to me on discord and they tell me to email them to hire em im lowk not hiring bro 😭
yes, but the thing is i actually think i got a good potential to be a great animator but whit commissions ur never gonna see big things
I sign contracts by email not discord, I want a receipt of that shit.
take part in games
show me some of your animations
We obviously eventually use discord.
or small showcases
let me see
You are correct yeah,
but a programmer + animator your gunna get a little extra
full time scripters get the most
if they need to script a whole game they usually get around 17%
or just build ur $$ and launch ur projects
every game owner at some point was a scripter then turned manager
👉 👈
i been animating for 5 months idk i aint allat havent earned that much money
at least
who wanna join a community for making simple roblox games
yeah i do get commisions for like 300 usd sometimes
but consider thats like a day of %
ngl these days slops earn you the most
sometimes
i mean the highest ccu game is lowk a slop 💔
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
ye
sent you something
I'd prefer to contract animators on a need-to-have basis over full time employing one.
i just pay per anim yeah tbh
I pay set rate for however long it takes them.
just do what u enjoy more
i'm biased
you aren't going to go very far with scripting if you dislike it
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
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?
Check DMs
does anyone knows how to prevent this?
hmm
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
just dont force a popup twin
They manually click it, but I want to remove it when the timer runs out
not what you askd for, but if you cant solve that make it so that if a player buys it when the timer runs out instead of getting revived they can use the 'revive' they bought in other matches
you cant do that with popups
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
Is this good for my first script kindof after learning a bit
Nice nice
this is really good
I just dont think that the text is necessary
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
I think the text is cool it adds to the aesthetic of the game
Im gonna try to update it.
hello
managed to fix the old UD api, allowing me to store player data on mysql
using x10hosting to host this rn
I would just let the payment go through and let them revive , there’s no way to do what you’re trying to do I believe
I scripted one simple gamepass shi to my game now I gotta HD admin virus bro
dang
Not even finna waste my time looking for it
Real
fr
shit sad how 1 simple virus can ruin a game
fr its kinda sad
i lose player data ALOT
so I decided to use mysql
much more stable
bruh i even made a website to check your in game stats lol
Are Roblox data stores that unreliable?
I never run into issues but I usually keep it simple
Are you connecting to shutdown
Ohhhh
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
Oh yeah it’s hard to really insure that Roblox doesn’t shit itself mid-save
Kinda just gotta trust them
Most devs just tell you that it’s Roblox’s fault and there’s nothing that they can do
fr
yeah
using a external website means i can edit stats there, without going into rblx which is useful for wiping stats
i store it physically in my garage if anything goes bad just manually input each player
nice
safe and cheap
fr lol
I store player data on a floppy disk and store it in filing cabinets which are sorted by the players user id
lol
Made a cool little dialogue
awesome
def potential
i would post the link to my rblx game but i can't D:
this is the ID 18481103663
i might have to give that a try
I will try it
i fixed the database, and did some other stuff with it
The game is actaully is good I like the old roblox vibe to it
W driving mechanics so far
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
😭
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
W
thx man
I'm just making random systems rn
Idk any full game ideas rn
I can just implement them in the future
maybe a driving game?
Driving systems are kinda hard to me never really looked into it
hello code help
?
bruh
i might can help
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
theres also firebase
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
they have a firebase module you can get, makes it really easy
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
who wanna join a community for making simple roblox games
is anyone here know how to use module scripts well
that can help me
with an issue
ima experiment with google sheets and see if i log data there lol (not using it for my official api)
whats wrong
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
good job
it seems like
driving games mostly use php hosts
did ya know that jailbreak fan rehost use php i think
dam
who wanna join a community for making simple roblox games
Yo wanted to ask if there anyone out there that can help me script or teach me how to script
why not use profilestore
or lyra
or any other datastore wrapper that exists
NASA admin panel for my game (dont ask why theres 2 time)
i hope bro is using components
rip code structure elsewhere
Hey im not working with anyone 😭 so fuck it, if it works it works
Its just a passion project cuz i wanna build NASA's KSC
i c i c
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
who wanna join a community for making simple roblox games
nice code
what
this is a code discussion channel
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
no
who wanna join a community for making simple roblox games
#marketplace-info dont hire here
Anyone into making easy Roblox games and sharing ideas?
whose good at scripting api's
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.)
it really comes down to the more you do it, the better you get, and also always try using more advanced techniques than you currently are to constantly improve (unless youre doin a commission or something, you dont wanna mess their games up)
Can anyone help me fix a error in my game?
send code
i can
send the code
im getting Http403 error
Making a lobby to main game teleportation system
ohhhh
yeah
no
thats teleportService
if u teleport between places
It does throw a 403 error when u try to teleport in studio
they are in same universe
try in a real game
i tried
send the code
the code is long can u just come in studio?
just choose send as file when u send
ithink there is problem in some setting cus i took the code from a video
can u help me a bit im new
in studio /
Do I have to be super skilled at scripting to get commissions, or can I still take commissions even though I just started?
i mean can u help in studio?
ok tell me what to do
try to remake core parts of frontpage games
if you can do it properly then you could try doing commissions
no not at all, some people just want some simple things for some small first projects they work on, even thing like simple functions or help with tweens
Could you explain what that is?
It’s hard to find simple commissions.
A front page game could have a fishing mechanic for example
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
The front page is what makes most money, so if you can make stuff on their level then you likely are good enough
can someone sned me recommended materials to learn scripting in roblox studio?
don't code in roblox it's a scam
- 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.
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?
thank you
anyone know a good scripter for like index
rebirth
shop
leader board
magnet system
magnet rng
teleport to your base
money system
What’s the point of the random ass edit bruh
i am one
First ever script is this good
@scarlet jackal
naww not that matt, hes not in this server
@idle yew
Booty hole
is there a service for roblox friends like figure out if players are friends etc (like allow friends on steal a brainrot)
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
am i able to make a cutscene play using a script with animation id in it of the cutscene
Yeah
I think it’s either SocialService or Players
what do u think of this type of movement
@placid matrix
even made the easing style modular depending on the combat style
lol
ur feedback made me study projectile physics ngl like drag n acc
Dude that so cool
i know you pinged the wrong person but i'm glad you did cuz i just laughed my ass off
yo so what do u guys recomend to put in ur showcases in ur portfolio
is like a rng system good to put?
anything that looks advanced and appealing to the client
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
passion projects are a thing
put them on ur portfolio to increase appeal
the best recommendation for a absolute beginner to learn scripting : ) for roblox studio
Reallyyyy?
instead of this do we like this ?
would any1 like to check out my portfolio?
Can anyone help me in dm's with an api I have made the scripts but I cant put them together
sure
dm'd u
i can
ye
why does it look like that
what
i c
i like those kind of
pounce movesets
but yea they gotta be pretty fast to look good
i can adjust it later def
why is it not just like a linear leap
because u cant have linear leap
but my biggest problem with movesets like those are targetting
when the character is moving like a projectile
people tend to make thnem position based
sort of projectile
why projectiles can be linear even if their movement is exponential
like
i meant the time it takes
not the movement itself
ah yeah yeah i dont have a max time defined because there is charging
ohhhhh
charging increase potential distance it can leap
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
i see
makes sense then
nice work :p
Hello
What "type function" is meant to do?
he wanted a function that infers the type needed
manipulate data types
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
Ty
who want to make a game dm me looking for scripters, develepors and more
would any1 like to check out my portfolio?
sure
dm'd u
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)
Does someone here know about YOMI Hustle?
I think that remaking the game in roblox isn't that hard
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
unfortunately this is where all the limitations lie brother
the rest'll be easy
the only thing that player does - is pick the move they're going to use
and maybe change the dui wheel
all calculations are happening in the server
what is going to be on the server
i see the game
everything
anyone need any games assets i can get them for cheap dm
server gets biweekly memory leak reports and are stuck on 30tick
client is the king
can someone please give me a good playlist tutorial for beginners
brawldev
ty
why this doesnt work helepooe
Send without .txt
I'm lazy to download and see
Ok u can unsed it now
wait unsend
what
local controlshitdetection= require(game.ReplicatedStorage.ControlsHitDetection)
controlshitdetection.controlshitdetection()
control shit detection 🔥🔥🔥
.
controlshitdetection 🔥
lmao
the function name from the module script is that tho
BRO
HELP ME
WHY ARE U GIUYS JSUT TORLLOIN GME
no output in console btw
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
i like your controlshitdetection
format your code 💔
i cant read your code
Wtf is this...
press TAB key
ok
would any1 like to check out my portfolio?
https://streamable.com/ffb6qc Is this decent enough to use for my game ignore the start with the sound i have my render distance really low btw
thats tuff
Can anyone good in module scripting help me in dms
is it worth using roblox-ts
for what
sab copy
what do you need rbxts for that native roblox doesnt offer
are you unhappy with native roblox
do you have typescript experience
yes ive worked with typescript
yes
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
ok
would any1 like to check out my portfolio?
/copy
ur game can get banned for that yk
?
bro its controlshitdetection
not control shit detection
controls + hit + detection
How would I script dis cuz it happens in like .1 seconds while moving 32 studs
Just using bodyvelocity?
I gotta control my shit incase you detect it
fax
is it possible to make it so that if i unequip a tool i still have it equiped until it plays a unequip animation?
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
ohhhh i think i get it
ye i think u can
i could try making you something like that
idk if im able to but i can try
yes pleaseeeee
give the anim in dms tho
im trying to get something like that to work
it doesnt matter, just a placeholder anim
alr
tysm
Full Video: https://youtu.be/fgnZDc6-HFg
Full Archive: https://archive.org/download/TerryADavis_TempleOS_Archive/
#coding #terrydavis #templeos
Visit my main channel: https://www.youtube.com/c/juanchosmrl
on character respawn it doesnt always put the player on its spawnlocation according to teams
the animations are ass and its really choppy thats the only issues
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
anyone got some resources for how to structure ui code in your game
How did y'all learn to code
Is there someone who is familiar with custom guns?
Mind if I pm?
just say it in here
what's that weird glass on the screen
pls ;-;
look ugly
i kepe it real with you sirs
is my anti tamper good
this guy is a fucking legend ❤️
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
systems that can be useful for popular games
well yeah but like what
you have a wide genre
Chat how do I tell my friend the mistakes?
Simulator, PVP, PVE
tell him to give up
if anyone has any advice for me, lmk in dev-discussion (it's abt starting as a dev)
troll image
LO
well yea but what systems would they need I kinda cant think of any rn
I hope so
PVP has combat, ui engagement, all types of styles
Simulator is just the classical engagement
like a farm
or something that grinds
pve could use like
assisted robots
shooting
anything
HM
Rip
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
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
is there any website/tool where i can obfuscate my code?
tutorial
go for it
u just need to learn logic then if u know alot of scripting, you'll improvise it to be better
idk yet for pathfinding
sorry
youtube doesnt always work i believe u can try documentation etc
its like 3 lines of code ask chatgpt for it
way too fucking schizo to be alive
roblox pathfinding is pretty ass
learn how it works and write an A* implementation
true goat
its ok
if you want it to be fluid its ass
by far one of the worst developing experiences is roblox pathfinding on meshes
hills, some terrain sections, etc
yikes
absolute garbage
max angle of 32 moment
😭
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?
i dont think you'd wanna overthink it too much
just focus on a general anti cheat.. and store player data securely
lol
I have no Idea how do an anti cheat, I am just adding as many sanity checks I can
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
i think thats enough
maybe also try using observers
for state management
anti cheat is basically checks + use server authority for calculations
and you'll do fine
server only checks are the goat aside from their performance
just employ frameworks
u got stuff like blink n whatever
literally what phantom forces uses
Yo do yall have any tips for doing commissions for the first time?
i think
awesome, thanks! haven't heard of observers before I am gonna look them up
its just patterns, you should learn about them before scripting state management
patterns n specfic frameworks for combat
yeah I thought I could skip that since I am making something relatively simple but they seem necessary
i mean if u call it simple and end ur game with some server scripts and some client scripts
it wont even run properly
How can i preload vfxs? (on join)
i thought my code was broken until i saw that i forgot to put a variable
luau type checking is only for compilation stage, right?
I still need to validate types and values of objects sent dynamicly?
yes boss
i see you have C++ in your server tag
welcome to luau
(I much rather prefer c for not doing silly things implicitly)
But thx
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
@everyone m selling roblox shirt temlte 1.5M robux each shirt and 1.7M each pants
its 50% off today
any buyer?
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
there isnt a gc in C++ yeah
yea yea
fuck coding
we can never have it all ts pmo
so, what are you here for?
im here to help people who havent reached the fuck coding stage yet
fuck
i meant that one
perfect we start tommorow morning 9 am sharp
be there or be square
😭
how long u been scripting for
u moving like the grandfather of scripting
10 big ones
what kinda games u made in that time
every kind of game you can imagine
lets see the port u built up
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?
name a game genre i can tell you if ive made it
grow a garden like game
replicatedstorage is replicated
ive made all the systems independently one way or another but not the entire game no
cold ibr
u got a studio or sum shi?
what u ammassed on the roblox front page in the last 10 years
so it isnt static storage for game assets? and everything from server will be replicated on clients too?
made my own shitty little game it hit like 5k ccu but for the most part its been working for front page or startups and just making a few thousand usd/mo
serverstorage is nonreplicated
u dont take equity in the games?
replicatedstorage shares the assets
not always offered usually maintainerships
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?
i see
i also took a long hiatus on making or working on real games
some silly interactive obby i think it peaked 25k ccu
shi
im not paying less than 3m
you get burnt out way too quick
interactive obbies are the meta
lmao any games that are immersive are the meta atp
i can accept 3M sir 🇮🇳
@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
burnt out
thats what i see alot of scripters do
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
i could do it if i went to look for new jobs
how many games was bro working on 😭
too much of the same shit
5 at once
start doing 0nlyfans
i did a survival an obby a simulator and 2 side projects in roleplay at once i think at the peak of it all
strip down that code 👄
hello
...
wsg gng
how much u charge for that stuff
hi
wsg
obby and the 2 side projects solo sim and survival i was the lead
wsg
depends but it was a few thousand for each
how ya doing chat
now i stick to hourly
fairsss
or calculate projects based on hours
how did those games end up doing
smth i made
.
its a external website btw
obby game did numbers survival game was ehh simulator didnt release and the 2 rp games did pretty nicely
not in the game
for roleplay
chat any one wana add me on roblox?
i dont get games that dont release
esp simulators
did they lack funding or what
game niche died out?
it was a big mess but the owner went on to work with the studio again
and he now does i think
gfx?
i see
good, ill start reimplementing game mechanics of friends project into systems and modules so it doesnt rely too much on studio instances hierarchy / layout
have you ever worked with dobig or studios like them?
thats who i worked with
FIRST ONE TO FOLLOW MY ROBLOX ACCOUNT GET 1K ROBUX @everyone
feck
dobig is a nice dude but yeah they expect high frequency of work
weird we dont have mutuals
understandable tbf
obviously very fairly so
they pay a good rate
u and i?
yeah
do u have johnny added
who are do big?
he unadded because i stopped working with them after something went wrong on one of the games
nah not johnny but ik his scripters
most of them are yes
how do they pick out their scripters
permanent ones are always nda contracted
some work under the company those are usually the ones spread across multiple games
