#code-discussion
1 messages · Page 302 of 1
who want me
Doing:
local print = print
print(string)
is faster than
print(string)
if you're repeatedly using that function
I didn't know that until now
hello
6 year olds are gonna see this and wonder why their game is still 1fps
Investors? With that profile picture?
what ts even mean
benchmarks on this?
i think its self explanatory
You’re literally burning money
Like that just tells investors to automatically block you
its faster but probably by not thatm uch
There are on the devforum
with 5000 iters and 7500 iters
It's micro optimisation not full on "delete the 150k triangle character model you made because you don't know how to model" type shi
I thank Roblox for adding the 20k triangle limit
its definetly faster
but i wonder hwo much
fractional difference
but also it limits alot icl
its definetly a double edged sword
localizing will always be the fastest
It prevents kids from making unoptimised games
with models up to 1 million triangles
true
dont want a yandev situation again
Most of the time if it limits me i just separate the model into chunks
It's a manual cap
Roblox can handle millions of triangles on 1 model
(terrain)
he made some weird ahh game where you kill people
Terrain is the most unoptimised model there is
had a model with 1.5m tris lol
bruh
for a toothbrush
yeah
its so fucking horrible lmao
its acctually insane how badly they did it
You have to manually export and reimport terrain to have it properly optimised
They don't need that many fucking polygons for terrain if it's flat.
Flat terrain should have a maximum of 2 triangles per face
3 is acceptable if it was made weird icl
but the amount it has is insanea
Just get rid of terrain at this point
Is there a way to batch raycasts without affecting performance that much?
I wanna fire 4 x 16 raycasts
with PostSimulation
how big is the map
and whats the goal
how the fuck
do you achieve a 1.5m triangle toothbrush
jesus christ
4k toothbrush
in a low poly game
commerical model
not meant for games and shit
literally there for CGI and ads asnd shit
Wow SO MUCH!!
yo
Gurt
Nothing much
Less than a month, if you could even call that "scripting"
?
like how good are u
like printing good
or mid scripts good
i've been doing it for around 4 years now
Uhh like messing around and making useless stuff good
You script?
do you use lua perchance
Send me a DM.
okk
(function () return print end)()("Hello world")
``` ez
do u script?
lol
I don't really use lua
idk why im in this server tbh
i just like programming
wt do u use
c++?
well it's fun until you wanna do smt like make a dynamic array
i don't like c++
i have to learn it next year at uni and im not looking forward to it
rust?
I haven't used rust that much
I should probably learn it at some point, but I'm not that interested
I don't like that it's so restrictive on memory management. It makes total sense if you're writing code for a company or something, but it's just not fun for a solo project
do u think rust is c++ killer
I've been learning zig and I quite like it, has some qol improvements over c, but doesn't restrict memory management like rust
I think it's more designed to replace c than c++
c++ still has its place
some people like oop and shit
hasnt zig been in beta
and it's more free than rust
for 7 yrs
yeah it's not released yet
visual studio insiders?
use it then
but its not showing c++ compilers for me
¯_(ツ)_/¯
oh open the installer then and install the c++ shit
that should be on your computer too if you have it installed
and then option to make like c++ console app and shit should appear
ye i just saw it
visual studio can be used for c# too if you wanna make like desktop apps
im installing it now
and unity
didnt end tho
ye i might learn c# to
woopsie
but apparently its important to learn typescript or javascript
if u want a job
in swe
you saw nothing
🙈
typescript is used more for frontend
back end you got like c#, java and sometimes python. altho u can make the backend with ts or js with node or some other one
you can use rust for backend too
actually i think you can use rust for front end aswell
dunno how fun that is
probably more reliable in terms of speed
is like c# and java the main go to for backend
it's not the "go to" but it's used a lot I think
like asp.net uses c#
and java has spring boot for making rest apis
not for SWE
for web dev yes
software engineering is usually backend work
if im starting scripting should i learn an advanced system and understand it or understand and make a bunch of little systens
make a lot of little systems
what types
i watched like every advanced scripting tutorials and i still can barely make basic systems lol... Any tips?]
because youre watching advanced scripting tutorials and not watching basic system tutorials
the key is also to make stuff
ohk, thanks!
for complex/abstract systems utilizing overlapping combat and movement, should i implement a state machine based on tag updates to track which state the character is in?
i'm currently programming a combat system that also utilizes various forms of movement and am looking for a scalable and readable way to prevent players from performing certain actions whilst in certain other actions
yo guys what does roblox v2 group wall api returns? when it's disabled in grp
sup guys
Lowk I am the best coder
get on my level guys
wow
breathe taking
Thanks I have never seen a more efficient method
you got me dead
here is a fix
function HelloWorld()
print("Hello world")
end
HelloWorld()
you are passng the built in print function as an arugent to your hello world HelloWorld()) doesn't actually accept any parameters lua completely ignores that argument
the fix would be
Doesn’t really make a difference does it buddy
this is why we should never delete scripts
The pain they go through when you delete them.. At what cost?
Hey so i’m an animator and I often have my friend script stuff for me. When we make movesets for our game with weapons we find it troubling to make the weapons keyframes in moon animator work in game, if that makes sense. I want the model to move as well obviously, how can I do this?
im assuming it's because your weapon isn't attaching a motor6d to your character
wsg who is looking for a scripted dm me
Thats some rookie code you wrote
HelloWorld = print
-- If not not not false then HelloWorlds a print
if not not not false then -- If false is not not not then:
HelloWorld("print") -- HelloWorlds a print
end -- Kaboom
end -- kaboom
give me admin in tds pls
i want infite robux cuz i am a prob boy who dont like women
Im only a tester

any of you guys know how i can make sure players conserve momentum in the air
when should you use coroutines?
When u have a function with a lot of waits but u don't wanna pause the whole script u can use coroutines
It runs alongside the rest of the script without pausing them
okey ty
How do I implement the idle animation I made to players?
replace the default idle animation
I did, I replaced the ID with the my animation ID and its still not working
I followed youtube tutorials
If you dont mind, may I message you and screenshare so you could take a look at it?
make ur own animation system that what i did it will be much better for more controlling
Is there any youtube tutorials how?
ig no
oh damn, I may not have the skills to make my own system yet
Its my first time animating
not hard i dont think u need tutorial for that
are you guys scared about AI and scripting
especially people learning right now because ur learning something that can be automated in 6 months maybe
im scripting and using AI and making AI
ahead of the curve
are u making ur own models and stuff?
models? u mean like modeling? ofc
im using AI to make some functions cuz im too lazy for the easy functions i spend my time making the hard things only
its so ass rn tho
nah
ai wont do shit
AI wont take my job, trust
ai wont take my job
im professional unemployment
Congrats
the fearful "ai is going to replace programmers in 6 months" (they've been saying this for the past 3 years)
ur israel, ik it
???
Is learning lua good?
I wanna learn it but I feel it’s gonna be very boring
Like is it good for making Roblox gajes
someone give me an ideaa of what to code
no lua = no game
either you learn lua or you pay someone to code for you, there is no escape
Ye
a bike script,like make it feel good to drive,suspension and stuff
dont make it using AlignPosition or AlignOrientation
You script?
yh
Hmm, send me a message.
sent
can i also get an idea on what to code
code
yo, got an idea for me as well?
same thing
or a helicopter that reacts to the roblox wind
and when the player in the heli dies while its flying
the heli spins out and falls to ground and explodes
Anyone know somewhere to get commissions - I don’t program in Luau so I need a diff server so I can make money
??
because everyone becomes a scripter, trust
so how do we get money
teamwork
thats the neat part, you dont
that's like impossible
what about ui design does it still earn enough?
No idea
Do you have an idea about what types of games can attract people ?
away from brainrot content
More brainrot im afraid
guys i jst finished my next project anyone has ideas for a new 1?
this trend took way to long to die
how can I get something like the jjs workshop where you can easily edit players or like a system where I could export the player from the jjs workshop and import it to my roblox studio
Hello guys I'm a new scripter who wants to start earning but doesn't know where to start what do i do???
commissiosn
But I'm scared i'll not know how to do the thing and it'll be akward
practice more then
Yo wsp guys, I got a quest, who have played GPO(Grand Piece Online) here?
howd i know when I'm good enough
that depends on you
commissions say what they want you to do
if youre confident that you can do it then get in contact w them
you'll never know untill you try, just go take a commission, if u can't do it(i recommend trying at least) then u cant, u got nothing to lose, they didnt pay you yet so i dont think its gonna be that big of a deal
ok thanks
yo is there some small commisions for like 500-200 rbx
when your code does look like slop
it already does 
lets see
wait
wait()
task.wait()
Heartbeat:Wait()
task.delay()
did you come from python or another lang?
or is this your first coding exp
How'd you know?
I did AI, data management and Self driving car simulation in python
Luau is so confusing
that's pretty gnarly
yeahh so in luau, the numerical for loop is a little diff syntax
for i = 1, x do ...```
wait... howd u get the code thing
The in in lua is for generic for loops
ohhh
bro idk
use task.wait instead
my code for brain rot game looks so unoptimized
ah
task.delay is for functions
anyone has an idea on a new practise project i jst finished mine :D
combat game with permadeath and stocks where it grows offline
should u be able to steal some creatures like idk brainrots or smth
yes
fight brainrots permadeath game with stocks that grow offline
sounds fun
How can I upload audios it says I’m eligible but it don’t let me
How can I upload audios it says I’m eligible but it don’t let me
Can someone help me with animation events i need help really bad [I CAN PAY YOU IF I FIND THE ANSWER]
What is it vro
Anyone got people who can design 2D games on websites
clonedTroop.HumanoidRootPart.Position = Vector3.new(mousePosition.X, mousePosition.Y, mousePosition.Z) + Vector3.new(0,2,0)
clonedTroop.HumanoidRootPart.CFrame = CFrame.new(mousePosition + Vector3.new(0,2,0))
The CFrame positioning works, but when i use Vector3 for it, it doesnt work. Why? Arent these two lines doing the same exact things
@opal jacinth hi
Hello
wdym it doesn't work, what's the intended behavior
Someone tell me why these tags exist by default?
The vector3 line didnt position the NPC, but the CFrame one did. I got my resolution but thanks
the only difference is that the cframe being set resets the angles to 0. Pos setting retains the current orientation
could you dm me i have a question
Alright
cframe is forcing it vector3 can get overriden
looking for people to help make cashgrabs for robux
do you model @autumn shale
anyone else studio just died?
yes
any clue what's going on?
cooked, happened to my builder yesterday
yeah hopefully theyll fix it this weekend
roblox studio also died the previous day
they are probably tryna add some new slop feature or something
yeah how much you payin man
😁
idk
how do I make it so tools arent automatically welded to the hand when equipped, i want it so like it plays a grabbing animation and when a animation event is fired it then welds to the hand rather then it happening instantly
u can?
I can what
help me
depending on the pay, yeah
he wants you to work for him for free
the tools dont weld or dont well good?
bro i have 40k robux 🥀
ohh, wait do you mean like how some tools are on your hip, and then you can grab them later
i will pay sum if u help me

I figured it out
why not do like 50%
50% upfront 50% when completed
^^
i can do it but even start asking for robux first to see what need to do
i dont really like this
what is that sentence bro
??
He said it in english but I feel like I need to translate it
try explaining what you need someone to do first
im spanish
I think he means he can do 50% but he wants to see work first
what is the task you need completed
srry 
its ok

you are a for-hire scripter?
yeah occassionally
is easy i need a couple of avatar changers and i need u can buy hd admin rank with ingame money
ahhh
I see
atp just use ai
😭
lowk yeah AI could honestly do that for you
Unless you need like, an entire custom framework, just use ai.
sounds like one of those cash grab games that only catch the eyes of slobbering 5 year olds
i dont have time to do the avatr changers im in a hotel
WELLL I can do it forrrr about 500 robux 😼

u can do it for 200
300 😼
250
🥹
and what again?
is easy i need a couple of avatar changers and i need u can buy hd admin rank with ingame money
ingame
do you already have a ingame money system?
yes i can give yu the money system core
mm
whats your age group since the new update limits younger groups from higher ones
u can do it withot be in
kk whats your user
imziber
fitting
send dms
This is a 2d sprite based off your character model, which can be dynamically rotated to show different parts of your model, while still playing animations properly (Although in this game’s screenshot, the animations are on 2’s or 3’s). It’s hard to describe, i dont really know where to put this question in.
This is a 2d sprite based off your character model, which can be dynamically rotated to show different parts of your model, while still playing animations properly (Although in this game’s screenshot, the animations are on 2’s or 3’s). It’s hard to describe
off the top of my head id assume billboardgui, viewportframe, low fov camera, snapping character yaw to 45° increments, animations can be played via worldmodel. the choppy animations are just authored (easing style constant)
yeah i finally did it successfully
yes sir
"I'm 14 and this is deep af"
completely unrelated but is this for a game or just a one off project
if it is a game can u tell me what its abt i love games with this type of artstyle
its a project i work on if im bored but ill make it a game itll just take a long time cus i have sports n stuff
ah ok
love the art style man keep it up
ty
yo guys i wanna make a combat system but i have NO animation for anything
what do i do
make shitty ones
by the way i forgot, but the project is inspired by exodo
its the same exact art style you'll love it
make placeholders
i dont think theyre fully rolled out yet
or perhaps they are?
idk const just dont work for me lol, i can initialize with the keyword but they're still mutable
who knew ai was so good at coding bro my game is actually coming together and I dont know the slightest bit of code 🔥
rate out of 10
finna be like a million errors
ai cant debug
naw theres 0 errors
well see bout that
maybe you have to update roblox or smth
that also happens for me, but it doesn't seem like the correct error
in the 713 changelogs when const was first introduced, it specifies that const can be used for local variables
and doing so will reassign it
i think they're slowly rolling it out, they've shown it on luau's page
how would i make a grid snapping system like this?
where should i start if im just getting back into coding ik the basics]
brawldev tutorials
i did
advanced series?
thats how i learned my basics a bit ago
havent yet
watch it
ill try
read the documentation if you already have a fine background in programming
which documentation
roblox studio ones??
luau docs + roblox docs (they assume that you have prior knowledge)
kk
i have a bit of knowledge on luau
prior knowledge is all small tho
i know a little pythom
well I mean you usually only need to know how the language works at a fundamental level, like scoping, functions, etc. they elaborate on more "complex" stuff like recursion and closures most of the time
oh ye ik how the language works
they really aren't going to explain how to declare a function or tell you how it works, if you know the toolset then you're eligible to read the docs
nice opsec
see if you can understand what this doc is saying https://create.roblox.com/docs/luau
‘yeah’ 🤣
I'm quite opsecure to be frank frankly
there's different ways you can implement probability, like percentages
xorshift
use randomness and weights for chances
And how does that work ?
Are we gonna use loops for this?
I saw gnomecode doing that on his complex room generation video 🤑
I mean if you want this to be basic
choose a percentage
run a math.random(0, 100)
see if the random number is less than or equal to your percentage, which should return a boolean
that's a very basic implementation
🤣 bad idea
;-; how numbers return a Boolean
riveting
use math.random to get a number inbetween 0 and 1. Then add the weights for each aka add the chances. so common would be like 0-0.7 and rare is like 0.71 - 0.85, etc
you use comparison operators
local bool = math.random(0, 100) <= percentage
the comparison operator returns a boolean after comparing
Wait
Aren't we using actual chances?
What if i want common to be 40% chance
😭its a basic computer science concept,
yeah I mean his video wasn't really that complex, but still it was cool
Is a software engineer or computer science better?
a software engineer studies computer science bro 😭
well u would need to adjust to other chances. example: common is 40% then rare has to be 60%
skip args pass in cost
mr()<.4 🤣
son forgot mr no args returns 0,1 uniformally distributed
notty notty 🤣
both essentailly the same thing but software is “better” at programming and use case.
That makes no sense 🥀
Bro I want rare to have lower chances
if math.rand()<.4 all u need
its an example
your optimisation gave me shivers btw
if u only had rare and common then rare would have to be more common for common to be more rare
holy tung twister
That's it??
Dang bro i thought it's kinda hard
people just complicate
you turned my tongue into a double knot
this produces a floating point number precise to which decimal place master
he lives O(1)
buzzword spam, chadshiver explained it better
i agree floating points aren't real
rare common common rare rare common 40% 60%
im saying there was no need for it😭💔
jst say decimal
local Item = "Sword"
local chances = 0.4
chances = math.random()
if math.random() < 0.4 then
print("Obtained Item .. Sword")
end
Is this code right?
yes
store math.random() into a varible.
Like this?
no
Idk how to store it
local Item = "Sword"
local chances = 0.4
local result = math.random()
if result <= chances then
print("Obtained Item .. Sword")
end
why
more clear code “result <= chances”. and lets you stack if statements for the result that you got.
with such a small example it doesnt matter
folks😭🤞
Guys I have a question about loops
How many kinds of loops there are
And why
" i or v" is used in loops
for loop and while loop
for, while, and repeat
Can you explain the logic behind for and while
i and v are just variable names
So does that mean it can be anything?
typically "i" refers to a number, and "v" refers to a value
it could mean anything tho yes
“for i, v in x” is short for ‘index’ and ‘value’
you can change the name of them just like any other variable
Im sorry for work at a pizza place
im sorry for our sponsors
Im sorry for the dev team
is this parody
How can I create a loop
That checks if the part or instance is still in the workspace
ask chatgpt. what i would do is add a event listener if the part is removed, but this is very use case specific
But ai is not reliable because it can give wrong answers bro
yeah, he proly faked it and he proly used an alt in the announcement channel
claude is genuine goated
I was looking up at the loser but he needs to be studied
for basic coding questions it will be enough
i say it doesnt matter if he faked it this turned out for the worst
if he didnt fake it then someone was hospitalized over this
0 proof he was hospitalized
who what
if he did he's still a scumbag and the games still going down
wym someone
hes still in the wrong for laughing abt it
Which ai is best for learning scripting
can i be let in on the tea
if or if not someone was hostipalized
claude
^
oh im tripping
claims of zeal being hospitalized
🤕i jst wanna be included so i was lowk larping the situation
one guy claimed it in the youtube archive and you guys acting like its a fact
when did i say that
and there happens to be an acc named zeal's mom in his discord
who is zeal
and the acc was made 6 years ago
well then the others
who ??
oh i think i saw a thing today about this guy and they said he did something bad to another dev at rdc
just us here
people on twitter or who generally talk about it
is this the sitation where someone had a seasure bc of epelepicsy
i thought you meant that he was in the hospital
no, its a fake situation
never take twitter seriously or youll actually start hating everything
ragebait platform
I also thought you believe that he is in the hospital
no
but if he was thats still a bad thing
ig
literally everybody is pulling out
the games gonna last cuz there are people (mostly children) just not in the know
yeah but he is running from consequences
so he is a fucked up guy
the silent hill 2 james saunderland wallpaper makes sense
acting like the guy
yeah
and his acc was also active
so he will make money
unless roblox removes the game
idk whats that
send a link 4 it in dms
jus look it up im tired
i added a first less resolution depth pass and it works pretty well though its a bit iffy with small/ thin triangles
what is this?
a 3d engine
best i could do is a raycaster 😭
raycast engines are impressive besides my engine right now is a bit iffy because of bugs i didn't bother to fix, i will fix them eventually 
how are you rendering all those models at a playable framerate?
and how are you importing them
same for textures
Editable image/ Canvas draw allows me to import and display textures among other graphics stuff. For importing models i just export models as .objs and copy the text and paste into studio https://devforum.roblox.com/t/canvasdraw-a-powerful-graphics-library-draw-pixels-lines-triangles-readmodify-image-data-and-much-more/1624633
Version 4.18.0 Current featured project using CanvasDraw: Entirely made with CanvasDraw. No third-party resources, http services or viewport frames used! Patreon PayPal Official Discord ▶ Resources Introduction Ever wanted a way to easily draw pixels, lines, dynamic shapes, textures or even read or draw image data? Or are you...
my raycaster struggles like shit on textures
could be attributed to the fact that i was using js for it
doing anything in js is impressive
i get around 28 - 35 fps with full texture rendering
32x32 textures based on a color bitmap
is it called a bitmap?
pretty much
just an array of a bunch of numbers representing the color and position
i love learning abt how og devs had to workaround performance issues
raycasters are rly cool
i agree, the Canvas Draw forum has a raycast based engine listed as projects using their library
dawg is this from ultrakill
nah its a spyro map i found online
Hello guys and person. How to make my code invisible for exploiters?
Thanks you. Sincrely. Cone Paky
Thanks you.
if i use state attributes in client using a module, will it replicate to the server?
so um i did a thing
guys if i put swear words in my code will my game get banned
nah everyone does that
ok
as long as it doesnt appear ingame
for scripters that do fighting games how do you do your statemachines?
shocks!😲
how does one do that
????
started on a new project
so i assume i can ask questions in here aswell? What's the most optimized way to toggle Lods
How to start learning scripting and game dev in general. I already know the basics. I also know python so what is the correct route for me?
Mix up the vertex shading code 😔
cool
dm me if yoir a scripter must have of 1 year experience
write your first hello world script
anyone would like to test my game?
Start w sum small projects to train urself
anyone
hey guiys
already made those beginner things
does anyone want to make a game with me?
it's been 2 years.
can someone help me ?
f.Image.Image = v.Image
f.Image.Image : the image property of the image, v.Image : the id of the image ( 123455678)
the image dont load
f.Image.Image = "rbxassetid://" .. v.Image
Oh thats gangsta
The image is either a private asset or has been moderated
its all good
hmm
anyone?
hi
i need to work Could you provide details?
hi
︀︀#ROBLOX #robloxstudio #RobloxDev #robloxdevtwt #robloxdevelopers #deadspase
**👁️ 1 **
@surreal junco
All hiring, recruiting, or collaboration requests—paid or unpaid—must be posted in the marketplace channels. Read #marketplace-info to find out how to post.
This includes:
- Job offers, freelance work, or commissions
- Team recruitment for games, partnerships or volunteer work
Posting these outside of the marketplace is considered channel misuse and may result in moderation action. Only asking for advice/feedback is acceptable.
-# View our Discipline Guidelines for more information about the rules.
Oh
Alr
Asking for a feedback, a good scripter would be GREAT yk hopefully someone reaches back
how do i find a scripter w rev share me my builder and 3d moddler r all like waiting for a scripter so we can move futher but this server needs payment
Not here
nah but where the hire thing is payment like bank transfer only
not tryna pay for a random scripter off dc
I mean, if you want to find people who will "work" for rev share then use Talent Hub I guess
that thing is ass
Well, no scripter here will do stuff for % pay only
eesti guy uhm bro can u dm me rq
yh ig
i mean i kinda wana learn scripting but ion know
looks scary
bro
You need to learn the basics first, then it gets "less scary"
just answer my dm fn
true true but
i had a look at some of the scripts my old scripter did
vector point, 03 or smh like that
full on alien
its ez vro trust
hell nah
vector is just math btw
not sure what your doing for school but youll prob have it eventually
Go take AP Physics
The spring unit is very translatable to game dev
Same with momentum and just general kinematics
But I’ve used springs the most
cooked
not knowing vectors in year 11
Any beginner wna build a game with me?
sun tsu did not say ts 
yes he did
What's good yall. If there's any beginner/mid-tier scripter that is interested in joining a dedicated team, dm me.
i have a game
slide in thy dms at once

Sure
I am very bad at scripting tho
yo guys how do i get idicators for damage, combos onto my character?
me personally what I did
was a damage bindable event
call it when ever I wanted to damage somene
i alr got the damage and combo system
i jst want visual indicators
idk what or how to do them
lol
lemme get it rq
basically
I would have a local script in player gui
and in the bindable event (for damaging players) I would clone the local script and set its enabled to true
and in the local script I would clone a damage billboard from rep storage (locally)
so only you would see the damage counter
idk thats just my way of doing it maybe you could find an easier way
alr
its a local script
so billboard gui and tween it whenever takeDamage accours
and its so you can have multiple damage counters
I would recommend you to delete the local script via server
cz I just did it locally
alr
Do any of y’all know how to get imageperms in here? I have a quick UI question
i got some
🤷♂️ this is just my way of doing it.
got some what lol
it still works at the end of the day even if it seems unoptomised to you.
i think u need a certain level
perms
what is question
I’m using a UIGridLayout to sort my frames and all the parent and child frames are in scale. Not offset. I’m even using a UIAspectRatioConstraint on the furthest parent frame but for some reason on smaller devices the UIgridlayout is scaling weird
uigrid layout overrides sizing
you need to set cell size property
and cell padding for space between
child size does not matter for uigrid
is it convient to accept 3.5% as an animator for a rpg game that is the size of deepwoken content (its in development)
gl bro ✌️
lwk depends on the size of the team
no
in all realism it should be like 7.5-10%
ur not making deepwoken bro
holy negative
unless ur dev team is crazy
is it convient to accept 3.5% as an animator for a rpg game that is the size of deepwoken content (its in development)
holy realistic
bro^
my bad
np
oh fr lemme answer you
its a game with my friend, he wil be hiring people through comms
then no
we got a team already
how much
they are under comms
ppl
lower the scale of the game is my advice
Hi
gg's bro
Usually those types of games don't come out for years
can you be sure those people can lock in for years?
and then are the people there even working right now?
if they have nothing done then they'll never do anything
thats true
people should understand that passion projects require actual passion from everyone involved
realistically people will become demotivated under a period of times so scheduling would be set, otherwise fired. Also exponential work must be made over a period of time so sufficient monitoring must be placed, which means timezones must be similar or progress is recorded.
you can't allow anyone in the team to be unserious about it
never played deepwoken or seen it but im pretty sure its a big game so scripters should have at least 4 years ✌️
yea I honestly think you should have atleast 5 million robux to start anything like that
and even that lowkey might not be enough
How long have you guys been coding for?
3 years ngl lol
dang
I think like almost 1 year now
Ive been for 2 years but quit to be a build developer
thats nice
It's nearly released, but I'm worried I won't get big players since my discord server isn't big
yea I'm not gonna lie I sometimes just lie about how long I've been scripting...
i made a survival game with my friend for a game jam
nice
i dont lie but realistically its 2.5 years because tutorials are overcomplicating everything
i needed my friend to teach me
so ig but scratch kinda counts so 3 years
i cant believe 3 years ago i didnt know what a variable was
nice
during class when I should've been learning
so roblox scripting literally instantly clicked in my head
i lwk made darksouls inscratch last year
Ive made my first scripts in 2019, it was a coin collecting system
javascript isnt that far off from lua ig
right now though im completely lost
my first script was a poor attempt to spam my keyboard and home something worked
rip
I was thinking about joining some random passion project
same
Ive been getting better, ive learned how to build really well, make UIs really well, code sorta
I know they'll fail but idk it might be intresting if it has me script something different
im looking for someone that wanna be as some would say "code buddies"
ill be ur code buddy
bro ui is horrible for me even though i do photoshop
yea lol
I just like scripting and I wanna script but I also don't wanna script something myself because it usually doesn't amount to anything
ngl ive never made a successful game
mine does but it getss boring without someone
The other aspects of developing are so annoying
no offense funds but i hate ui
i made a game by myself and omg I hate ui I hate building I hate monetizing the game
but its as how roblox organizes it
the thing with ui is the constraints so it fits in every device
like OMG monetizing has to be the single more boring thing to script EVER
best value lol
500m gold best value ! :O
im waiting for a situation where i can do that
what should we script as our first expenditure as coding buddies
i will tell u in dms
Photoshop would make my ui better but it's just image, like I can't make frames and such, so I find it confusing
local DataStoreService = game:GetService("DataStoreService")
local Players = game:GetService("Players")
local store = DataStoreService:GetDataStore("PlayerPosition_v3")
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local hrp = character:WaitForChild("HumanoidRootPart")
local success, data = pcall(function()
return store:GetAsync(player.UserId)
end)
print("LOADED:", data)
if data then
local pos = Vector3.new(data[1], data[2], data[3])
task.wait(1.5)
character:PivotTo(CFrame.new(pos + Vector3.new(0,5,0)))
print("TELEPORTED")
end
end)
end)
Players.PlayerRemoving:Connect(function(player)
local char = player.Character
if not char then return end
local hrp = char:FindFirstChild("HumanoidRootPart")
if not hrp then return end
local pos = hrp.Position
print("SAVING:", pos)
pcall(function()
store:SetAsync(player.UserId, {pos.X, pos.Y, pos.Z})
end)
end) How to Make the player spawn where they left and if not they spawn in the spawnpoint? but i dont get it working anyone that can help would be nice
if anyone can help ping me please
pls send with backticks
like this
Idk how
Okay
local Players = game:GetService("Players")
local store = DataStoreService:GetDataStore("PlayerPosition_v3")
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local hrp = character:WaitForChild("HumanoidRootPart")
local success, data = pcall(function()
return store:GetAsync(player.UserId)
end)
print("LOADED:", data)
if data then
local pos = Vector3.new(data[1], data[2], data[3])
task.wait(1.5)
character:PivotTo(CFrame.new(pos + Vector3.new(0,5,0)))
print("TELEPORTED")
end
end)
end)
Players.PlayerRemoving:Connect(function(player)
local char = player.Character
if not char then return end
local hrp = char:FindFirstChild("HumanoidRootPart")
if not hrp then return end
local pos = hrp.Position
print("SAVING:", pos)
pcall(function()
store:SetAsync(player.UserId, {pos.X, pos.Y, pos.Z})
end)
end)```
I did it
guys ive been coding since 2009
Help me

Plsss
Trying to get it to work over 2 hours
How to make the player spawn where they left
And if they new they spawn in spawn point

its not working?
does it give anything in the output
also to save multiple values use updateasync
just cleaner
Has anyone ever crashed their Roblox studio?
I didn’t use bounce and it’s now frozen and won’t close, help
Fabric reset
local pos = Vector3.new(data[1], data[2], data[3]) or workspace:FindFirstChild("SpawnLocation")
My laptop has reset itself
Is this the script
basically if the player has no stored data then just do or and then set the pos to the spawn location of the map\
if you do a if true do loop
you can crash studio
local Players = game:GetService("Players")
local store = DataStoreService:GetDataStore("PlayerCFrame_v1")
local function cframeToString(cf)
return table.concat({cf:GetComponents()}, ",")
end
local function stringToCFrame(str)
local nums = {}
for num in string.gmatch(str, "[-%d%.eE]+") do
table.insert(nums, tonumber(num))
end
return CFrame.new(unpack(nums))
end
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local hrp = character:WaitForChild("HumanoidRootPart")
task.wait(1) -- allow spawn to finish
local data
local success = pcall(function()
data = store:GetAsync(player.UserId)
end)
if success and data then
local cf = stringToCFrame(data)
character:PivotTo(cf + Vector3.new(0,5,0))
end
-- else: Roblox default spawn happens automatically
end)
end)
Players.PlayerRemoving:Connect(function(player)
local char = player.Character
if not char then return end
local hrp = char:FindFirstChild("HumanoidRootPart")
if not hrp then return end
local cf = hrp.CFrame
local str = cframeToString(cf)
pcall(function()
store:SetAsync(player.UserId, str)
end)
end) ```
@nimble mango
Can anyone tell me how you overwrite roblox default animation im stuck at that
idk why its made so complicated
walk and run
i think you put your own animation script in character scripts
theres many tutorials on youtube for that
preferably and pls dont be toxic 🙏 i already get bullied out of another server
I failed with yt tuts ngl
thats how i do it
i putt he animate script intop starterCharacterscripts and changed walk animid
but smh it aint working
yeah thats what i seen on youtube
like an idiot
i dont know what i owuldve to do for that
But i noticed my char is still walking in r15
i need to change dat right?
is your animation r6
yeah
I might sound dumb where do i find that 🙏 i know i hchanged a random thing to r6
since the studio rework i cant find anything anymore
avatar tab?
i think
somewhere in there is avatar settings
omg what have they done to studio 😭
Its unremoveable
ik
ugly as hell
i only changed anim packs hmm
but like where is body whatever i have to change
so like i managed to turn it r6 and am moonwalking
i dont think its loading my anim
I dont know why but i made a localscript in startercharacter and made hum.Running play my animation and it worked now

aw man, floating point error moment
guys for hitboxes whats better for hitboxes:
- hum hitbox
- magnitude check
- raycast
thats what youre supposed to do
the walking animation is for slow walking only possible on mobile and console
How would i go through making minecraft expansion effect in roblox
@cobalt loom
Yes
idk
Anyone knows
Water expansion effect
you should ask if anyone knows
u dont look like someone who knows tbf
Nah, but I think you should ask someone who knows
can sm1 help me w my gamepasses not working
sure
dm me