#code-discussion
1 messages Β· Page 317 of 1
roblox stock would crash to zero
Which zero -1? π₯
Let's see everyone's music taste
Link Before Level 5
You are receiving this because your message was deleted for containing a link before level 5 (Bronze II).
Message
TT
1 kelvin
Vro vro
How do we even get rank bro π₯
Where do you even get this
Searching speed in Gifs section
Uh burger king mc Donald's kfc
I am not a fap builder bro but my friend is
Scripting
I've already told them to you
In Roblox or in notes?
Roblox
guys can someone tell builderman to fix luau this is not working:
print(make.me.rich .. "1gazilion robux")
In google docs
I hate IDE
Say print(make.me.rich .. "1gazilion bobux", "please") don't thanks me I'm just a kind guy
Google docs is fire
must be a notepad++ user
NAH
You should use it
Try excel then
It's profitable
Fire but blender users anit let me go π₯
Better than playing games with no purpose
Job under 18?
You can do both
most people do roblox dev because they cant get one
I am unemployed in 19
okay man
Me neither bruh
why are you still unemployed at that age
Job don't give you that much
most people do roblox dev because they cant get oneπ₯π
If you're good you're gonna make good money off roblox dev
This type of money bro bruh what I am gonna do with this only 2200 left ππ₯ spend on all games I have on ads fuck bro
All my luau knowledge in one script:
local part = workspace.Part
local Players = game:GetService("Players")
local debounce = {}
Players.PlayerAdded:Connect(function(player)
local leaderstats = Instance.new("Folder")
leaderstats.Name = "leaderstats"
leaderstats.Parent = player
local cash = Instance.new("IntValue")
cash.Name = "Cash"
cash.Value = 0
cash.Parent = leaderstats
end)
part.Touched:Connect(function(hit)
local player = Players:GetPlayerFromCharacter(hit.Parent)
if player then
if not debounce[player] then
debounce[player] = true
player.leaderstats.Cash.Value += 1
print(player .. "Touched coin")
wait(1)
debounce[player] = false
end
end
end)
local startPos = part.Position
local distance = 10
local speed = 3
while true do
local offset = math.sin(tick() * speed) * distance
part.Position = startPos + Vector3.new(offset, 0, 0)
task.wait()
end
its amazing fr fr
oh wait I forgot Color I know how to change color lol
Print(player)?
that math.sin to look good
idk I told u thats all my knowledge
js tested im pretty sure it doesnt even work TT
What is TT
it doesnt work

I didn't buy robux 4400 robux I've earned from company that I once worked in 14 π₯π
I spent 2200 on ads
its like a crying emoji
Ty
back
Lua sucks
T-T
hopefully u dont mean my lua suck lol jk ik it does
no, ur lua is luastic
fr bc it always half works js like lua
is 200,000 ad budget good
no you should give me 199k for help and use the rest 1k on it thank me later
Just asking bc i see ppl saying i ahould only do 200 creds
im not lying
200k credits?
yeah mb, i just used my brain after that
no 200k robux
Spend 30k first then save them for another project
do a/b test so use whatever you can for ab test
im not that rich dawg
200 credits is still a lot
200k is not enough
OHH, i thought it was 200K credits wth π
200 credits is like 40k right
dont even have 200 robux
and u should have a good player base
Dms
i put 30k into ads for my last game and i got 200k back, is 16/day enough?
my community is suggesting me to add anime girls
Me
But I am not a girl
such an amazing playerbase π₯°
:)
yep i gotta add miku
Teto is better bro
I had no idea to what to make for the fusion log + stick
so it's just tripple T
I am hunting for my sword wait a sec
"some"
Wa itw
bro used esmbot ππππ
Another meme
Good meme
share some? π
from commisions or waht
Bro
He's my friend
He's a builder
First letter he said was lol
Lol
those 2.61 euros was from a gift card i found on the road
no joke
i was so happy that day
lucky asf
I actually have only 2200 rn
i'm blessed
Fr
"only"
God bless u moreπ
tf u mean only π
transblender
Transblower
BLENDER REFERENCEππππ
I'm a Blender
Good night guys
If good night is your power, what are you withtout it?
Hope it makes sense
anyone initiate a conversation with me so i can get level 5 aka bronze 2
Ok
how are you
yes.
Yeah lolis
i mean we kinda misusing the channel
@next compass how about ts one
It has ddr4 4gb UHD graphics card I3 3550io
Gives around perfect performance for cyper pirating
windows 10 respec
ts is e waste
I have 4 laptops, 3 being HP and 1 being mac, and my main one is not a laptop
Yeah windows 11 is jail
but is the one getting the features first
4 laps what you do bruh
Linux doesn't even have an official Roblox version, but the fan made one gives more performance somehow
I switched a lot
exactly
Shesh
Yo
yo
in exchange rendering is lower quality
Can someone tell me an effective way to learn how to actually script. I have wathed tutorials and stuff and have learned the basics of luau. That was a few months ago. I needed to take a break from my pc so I couldnt code. I understand how everything works and know how to write things down the correct way, but I cant actually write. Someone got tips?
Wdym you can't actually write? Like a laziness issue?
no like I dont know how to code anything
i just know how to write if statement or variables for example but I cant code anything specific
But you said "I understand how everything works and know how to write things down the correct way"
Oh then you just need to learn more. Variables, if statements, and functions. Some other basics, and you'll be able to make a lot of small projects.
yh like i know how to write if statements but not for specific things. also my english is bad so may not described the situation perfectly
What are you asking, I'm confused. You know how to code a little bit but you can't code anything. I guess just a skill issue? or you don't actually know enough.
i got a tip from someone else to just start with specific small stuff such as ragdolls and inventory
I wouldn't START with an inventory system or ragdolls, that's terrible advice
oh
just make some basic small games like an obby, and make checkpoints, and double jumps, and data saving
small stuff that will get you some experience
not that specifically but something of the same difficulty level
thats a good idea
GL
Paaw
Maybe he has a learning disability
Always be respectful
can you create a materialization effect on roblox?
I have autism (XYY)
You need to respect people.
I made a script that lets players equip a badge on the torso when they click on it. The script is inside a model in Workspace, and there's a ClickDetector on it. When I test it inside Roblox Studio using Play Solo, everything works perfectly the badge equips onto my character just like I want.
But the moment I publish the game and play it in the actual Roblox client, nothing happens when i click it and it doesnt even apper. Same exact script, same setup, but clicking it does absolutely nothing. No clothing appears, no errors that I can see, and I'm stuck. Anyone know how to fix?
It was a legitimate question. I did not insult anyone. I asked him if it was a laziness issue. That was a genuine question. Nobody got offended except you, someone not even part of the conversation. Relax man.
man ion care
How to make gamepasses like 2x money, steal for robux...? Im not a scripter so pls help
hmm
this sounds like a server-client problem
are u using a server script?
What is the difference of: time(), tick(), os.clock(), and task.wait(). Also, which is for some circumstances?
time() returns the amount of time since the server started, tick() returns the amount of seconds since the Unix time (however it is considered deprecated), os.clock() returns the CPU time, task.wait yield for a certain time
Whic his the best for cds?
Cooldowns?
ye
It depends on what you're trying to achieve
Its more of an ability move so would os.clock() be the best choice
os.clock if you want it to be precise and not yield the script
Yeah, os.clock is the better choice here
Alright thanks
anyone here play bridger
me
yoo thanks for role
yu play it?
yk u can use the dex or sum i forgot
ik
i have one but im tryna recreate the stand summoning and stand moves
js i guess thats not local sided?
look sum up on yt
idk if the decomp broke it but the backpack gui dont een work
i got kinda like the gun system down ish
still a bit buggy
- i don't know what this script is on, but your part likely does not have a leaderstats folder on it, so the way you're getting leaderstats right now is not functional. you need to get it from the player when they touch it. e.g.
player:FindFirstChild("leaderstats") - line 3 should be
:FindFirstChild, not.FindFirstChild, but it wouldnt work anyway because, again, the part doesnt have leaderstats (probably)
how do i call out leaderstats
i said how in the message
chat any idea on how to get free moon animator
pirate it duh
Start with the basics. Repetition is the father of learning
any specific requirements to using local functions in modules or is it just when you dont want other scripts accessing certain information
there aren't any specific...requirements(?)
ok so just the latter of what i said then
Anybody know how to script those worms in the worm towers
it used to be free
if iw ant help for my game where do i go to get a cutscene and effects/scripting
or #animation for help instead of direct commission. #2d-graphicscould possibly help
local simon = {} --- creates a empty module
-- Debugging (Understanding how it works)
local function detectPartInRegion3(minimum, maximum)
local params = OverlapParams.new()
params.FilterType = Enum.RaycastFilterType.Exclude
params.FilterDescendantsInstances = {workspace.MainRun}
while task.wait(0.5) do
for _, part in workspace:GetPartBoundsInBox( --> think of this as a catscan to see if player are inside of the MainRun
workspace.MainRun.CFrame,
Vector3.new(workspace.MainRun.Size.X, 50, workspace.MainRun.Size.Z),
params
) do
local expectedHumanoid = part.Parent:FindFirstChild('Humanoid')
if expectedHumanoid then
print('PLAYER FOUND: ', expectedHumanoid.Parent)
end
end
end
end
local function simonCommands()
local command = {"Simon say's Jump", "Simon say's do a 360", "Simon say's go to the center of the map", "Simon say's go to the left of the map", "Simon say's go to the right of the map"}
local chosenCommand = math.random(1,#command)
end
function simon.Initialize()
detectPartInRegion3()
simonCommands()
end
return simon```
is this read able?
Im not done yet
but this is the beginning of my first script I've done by myself
is it possible to code scripts without roblox studios? my laptop just cant handle studios... π
theres no other way
even if you want tto use other apps to code you will still need studio open
sigh π
i mean u could use vscode and use rojo to build and stuff but youll need to connect it to roblox studio whenever u wanna test or rollout updates etc
Is this a story game?
Nah
you could improve readability and configurability by formatting the command list and initializing it at the top of the script instead of in the function
for me its easier to have the commands inside the function that way if it needs updates its easily updatable
if I had it at the top its good formatting
but
its easier for me
Also mostly wrote it that way cause Im still figuring out how to do logic better
if the list never changes (aka it's constant) then initializing it in the function is pointless and wasteful (due to it being assigned a new memory location every time)
having it at the top of the script means its only ever initialized once
if the list does change, then initializing it in the function would make more sense, especially if you just want to use that one as a base
oh didnt even know that tbh
but even then you could initialize the base at the top and make a copy of it in the function
honestly the actual impact is negligible but it's worth knowing
I still have to do my detection systems I think I'll format it better once I finish the rest of the code
is this good for a beginner though?
i mean it's not really like doing anything so it's hard to say
it detects players and picks a random item from a list but doesnt actually act with that information besides printing
yeah the only that really is created is the detection of the player within the main run and a random command from the array
Next Ill be doing the verification of the player acutally following the command
and some ui
and then later polish it
@deep nimbus
?
Yo any one able to work on my game for fun ( scripting ) 
anyone here uses leif's networker ??
any solution about the problem in replicatedstoarge that weldconstraint get disabled in the roblox server?
@ivory zealot
https://vt.tiktok.com/ZS9puwQ45/
Wtf did somebody stole your script
or did you stole somebody else's im assuming you are a rational person so you probably can come up with an answer
?
Ok
e
you are looking for hire or free?
200 robux?
tax ?
yea
yh il cover tax
alr dms
K
yo how would I go about making a shiftlock rotation like bridger western?
if only 1 script is required for the luau programmer role, can i have multiple scripts in my game but only submit one of them as long as it has over 200 lines of code?
how can i improve my scripting skills ?
hey, i want around 76k blocks in a game. i tried generating it with scripts and it causes crazy lag. then i tried putting all the 76k blocks in the workspace, again it causes alot of lag. so can yall please recommend ways to do this? i am making a mining game, and i have seen many mining games with way more blocks than mine.
theres a thing called SmoothShiftLock [Module] on devforum and it does smooth character rotation and the camera smoothing
I want to make that feature by myself, thats why I asked.
well okay then
I know that it has to do with motor6
Yo
any1 here wanna test my game out and give feedback and advice on how to make it better?
its good to anchor them so lower physics(gravity...) and probably load in batches or make the parts smaller
Games optimize this by only generating and loading in the blocks you can see. Look into infinite mining games
^ this shows someone starting at the top digging downwards
yeah loading every part at the same time seems a tad bit unoptimal
mhmm, solving that
and also dont place the blocks on the server at all
replicate loaded chunks to the client and load them there with a remotefunction or .OnClientEvent
Congrats!
S
ui is easier to replace than coding
β€οΈ
not really
sure it is
same thing for coding
nope
you dont even do coding lol
only if there is problems in syntax even tho rarely ai do mistakes in syntax
its very easy to tell
naming schemes, syntax, outdated methods, formatting, and more
no π₯°
100% sure claude can do this
i made so many systems with it
like what
we get it, you cant afford a programmer
i guarantee what you made a professional can do it better
i do have money βοΈ
Hi
i didnt say you dont
What u all talking abt ?
they do ui anyways
they charge like 4x what their work is actually worth so they 100% have the money
Programing ?
well you trying to mean it
Maybe a on board police calling system where you can call police from phone and they will come in car at your postion will get out and will ask you question
aight bet
Question will be framed by ai and will get be get to the game by http service
It is 60% scripting and 20% Ui and 20% modeling
i want to fully focus on scripting tho so i wont put it that effort on ui n modeling
If you doing scripting you can take assets like ui and model from toolbox as a reference
ill proly do that
I am also scripter myself but can't use my scripting potential cuz my study got too hard on me rn π
ill send u a clip of the full thing
That's good
speak actual english
Rage bait
guys whats the best way for binding that support different devices?
i thought of using "InputActions" is there are better way?
I want to apply as a scripter but dk what to make
What should i make ?
input contexts / actions / bindings are a good way of supporting devices since youre routing through actions and not directly hardcoding bindings for different devices manually
id recommend making your own input handler if you know what youre doing, but if youre unfamiliar, then stick with actions + bindings
Where can I find partners for my game?
Or if I wanted to sell it, who would I write to and where would I write it?
anything from #scripter-hiring
I don't think this server is the best place to sell your game, I would recommend advertising in your own server or finding another.
Ye, maybe, here is more for, like, hiring, getting hired, asking questions Etc.. that has been my understanding so far
Also networking
Yup
Is anyone else having issues playtesting on studio right now?
HELP MEEE
?
idk how to script but i need a script that removes the players accessoire and replaces it with mine
use Ai
noooo
bro is at this again
HELP ME EEEE
rawrrr
concept so simple I'm sure some LLM with x-amount of tokens could make one for u
so you don't know how to model, how to script, how to vfx, or do anything, but you want an invincible game and are asking us?
Just use AI bro
roblox ai bro
yup
trees
wtf is AngularAccelerationToTorque
Simon says for brainrot π
im using length of anim between each combo if eel like it aint that smooth is there better way? to do it this the reference
not brainrot
Its going to flop then swear down
I mean sure if you say so
No but seriously if you make a game on a format of escape tsunami for brainrots or stuff like escape ___ for ___ you have to follow the layout for a reason
so you dont think the map is good or etc?
Also its not for brainrots
I cant really say what Im going for but
Escape simon says for ducks
Its over bro
escape simon says for?
those are js placeholders
the thing is
Im a solo devN
NOT using ai
or anything else
all done from hardwork
and this is my first game
so either way Im still proud of my creation
MIND U i've only been developing for 5 days
use animation events
unreliable. track length can be 0 if the timing is wrong
in which cases youβre gonna want to fall back to a preset delay
so just use preset delays
but anim lengths are diff
and it sometimes skip 1 anim
so m1 m2 plays and lockdown still there
has anyone else had the issue of a ragdolled character floating up
@glass sierra how much lua experience do you have
how to stop applyDescription form changing my skin tone
body colors
guys i have made a first pass depth buffer and to make it preform better i made it sample half resolution. because of that some smaller triangles get discarded often. I have tried increasing the sample triangle size (only when reading not writing) by one but that didn't help too much. Is there any ideas that don't require me to avoid thin or small triangles?
@stoic monolith how much luaa experience do you have
sorry, used to shitty game invites
fair
real time strategy?
ye!
im working on one right now
no way really?
yeah really
dm me rq
why?
im also working on one
Hi guys
Yo sup
how you doing?
I'm doing great, you're the guy from yesterday right?
If I remembered we were talking 2 days ago
I refuse to believe that 
That's just impossible
Why does my tank accelerate in the direction the turret is facing π
Why do you have a 0.03 second duration reduction
How much you pay?
for faster inbetween combo
depends on the level of the issue
Well, give me a range
around 500 tax covered cuz i asked another dev and he said the issue wasnt that big
500 robux?
ok
Anyone cracked at boblos physics plz help me
lol
Didn't you dm stovcodes
yoo i remember u both
I have been doing good progress with the terrain generation, managed to add breakables, objects, and caves
Yo sup
how r u doing?
great, what about you
I'm fine
where have you gotten with perlin noise
I've finished it, I only need to add more biomes, breakables and adjust some small stuff
maybe i'd change it again if i want to add more caves
like ravines
great, may i ask what type of game are you making
It's a survival game similar to Minecraft, Booga etc.. but instead of the crafting system which I find restricting, I replaced it with the fusing one, basically combine two items to get another item
It also has dimension creation, so instead of traveling to an existing dimension, you make one using items to explore it
I maybe want to add space too, I find it very cool to explore
that's sounds good
am i tuff?
no
does anyone know how to make a bubble gun
stop suggesting ts to people
Ai should only be used as a teacher
even then dont use it.
not rlly
i mean it can teach u the worst ways to do somthing
For me it is
tell me can you make a script without ai?
Yep
yeah try and make a print
you sure?
Print("smt")
Bro I have been scripting for 3 years
whats the difference between a humanoid and a hrp
What is hrp
im pretty sure anyone knows that
humanoidrootpart
Oh
if you have been scripting for 3 years that should've been simple
thats the most common abbrievation for it
I don't how to explain but humanoid has the stats and hrp is used for moving the model(player or rig)
okay ill ask a more complexed question
Ok
piviot to must be very sad rn
what is the 5 global variables
Huh
ngl i also dont know that
I don't understand
I probably know them but not under that name
Oh
never ever had a usecase for _G
Tables are better
hold on ill pull up my usage of it
its a global table shared by scripts within the same environment.
Just store info in a table
what do you think _G is
worth learning?
It's like shared variable, it's local ... But for accessable from same scripts
I would say so
does anyone know how to make a bubble gun
My English is bad I can't really explain
open for scripting comms, fullstack 8 year scripter
ohh damn alr ty,i prop will never use it π
/ web design
fullstack my ass
8 years old?
:skull;
dude i have 8 Years of experience
ofc fullstack
what else???
i build games twin
mind u I only started learning 5 days ago
g is a global table
u prop tallk about OOB and think its tuff
used across scripts
OOP.
Object Oriented Programming
the one who knows all
object oriented bprogramming
anyone can build a website tho what projects have you worked on in those 8 years
heaps but well i cant remember
just a lot
i wrote html code does this mean im building a website
i mean, depends
is it going on a domain>?
if u can afford a domain u can afford a server if u can afford a server u can afford to use ai and say u know web-dev
you cant seriously expect people to believe you have 8 years of experience if you cannot show that
i think if i BECOME SEIROUSLY GOOD WITH SCRIPTING
I'll do for people for free
work*
then start getting hiring after a few free comms
show us ur account then
if u been scripting for 8 years u must have a account thats 9-10 years old atleast
he used sigma π₯
7 year old account, i used C++ before roblox
then i switched to Luau
so you've been scripting before ur account existed
basically xd
even i with a super old acc
https://www.roblox.com/users/21195332/profile
have only been scripting
for like
idk not very long though
do you not have any finished projects
Can anyone help me make a brute forcer
a wah
yeah i do not know what that is
if you have a 4 digit passcode
a brute forcer will go through every possible iteration of that passcode until it finds the right one, so like:
0001
0002
0003 and so on
ohhh
Sorry i cant help with that.
Then donβt message
I got a formula tho
brute forcers are usually illegal
local simon = {} --- creates a empty module
-- // Services
local player = game:GetService("Players")
local remotes = game:GetService('ReplicatedStorage').Remotes
-- //Configs
local commands = {
"%s jump",
"%s 360",
"%s move to the center of the map",
"%s move to the right of the map",
"%s move to the left of the map",
"%s drop duck"
}
--[[
RemoteEvents
FireServer: Client -> Server
FireClient: Server -> Client
]]
-- // Functions
local function onPlayerJoin(player) -- when a player Enters the Mainrun
remotes.ShowCommandUi:FireClient(player) -- grab your remoteEvent so it communicates from Server to Client
print(`{player.Name} has the dangerzone!`) -- print in the output that the player has entered the dangerZone
end
local function onPlayerLeft(player)
remotes.HideCommandUi:FireClient(player)
print(`{player.Name} has LEFT the dangerzone!`)
end
local function cleanupTable(t)
for i, v in t do
t[i] = nil -- Cleanup table so it has nothing anymore
end
t = {}
end
local function comparePlayersInDangerZone(activePlayers, lastPlayers)
local playersJoined = {}
local playersLeft = {}
for i, plr in activePlayers do
if table.find(lastPlayers, plr) == nil then
table.insert(playersJoined, plr)
end
end
for i, plr in lastPlayers do
if table.find(activePlayers, plr) == nil then
table.insert(playersLeft, plr)
end
end
return playersJoined, playersLeft
end
local function detectPlayerInDangerZone()
local params = OverlapParams.new()
params.FilterType = Enum.RaycastFilterType.Exclude
params.FilterDescendantsInstances = {workspace.MainRun}
local playersInDangerzone = {}
local lastPlayers = table.clone(playersInDangerzone)
while task.wait(0.5) do
-- Players In Dangerzone Calculation
cleanupTable(playersInDangerzone)
for _, part in workspace:GetPartBoundsInBox( --> think of this as a catscan to see if player are inside of the MainRun
workspace.MainRun.CFrame,
Vector3.new(workspace.MainRun.Size.X, 50, workspace.MainRun.Size.Z),
params
) do
local expectedHumanoid = part.Parent:FindFirstChild('Humanoid')
if expectedHumanoid then -- PLAYER FOUND
local player = game.Players:GetPlayerFromCharacter(expectedHumanoid.Parent) -- "expectedHumanoid.Parent" is character
-- If it finds nothing
if table.find(playersInDangerzone, player) == nil then
table.insert(playersInDangerzone, player)
end
end
end
local playersJoined, playersLeft = comparePlayersInDangerZone(playersInDangerzone, lastPlayers)
-- // Event Handling On Dangerzone Join
if #playersJoined > 0 then
for _, player in playersJoined do
onPlayerJoin(player)
end
end
-- // Event Handling On Dangerzone Leave
if #playersLeft > 0 then
for _, player in playersLeft do
onPlayerLeft(player)
end
end
lastPlayers = table.clone(playersInDangerzone)
end
end
local function ChooseCommand()
local chosenCommand = math.random(1,#commands) -- Server picks a random commands.
local IsSimon = math.random(1,2) == 1 -- Server picks if the random command is true or false. 1 = True, 2 = False
end
local function ShowCommand()
end
function simon.GetPlayersInDangerzone() return playersInDangerzone end
function simon.Initialize()
task.spawn(detectPlayerInDangerZone)
ChooseCommand()
ShowCommand()
end
return simon```
have to finish the simon says stuff today
I made the ui and etc.
showcommand is empty thinking about using that later within
most of the beginning stuff is security measures
Hi, I'm like a new dev here, I know abit of scripting, anyone got tips?
Larp and use Ai
horrid
unsupported js create small systems first
then build your way up
I promise you
you'll do good mate
Alright thanks man!
Dont forget to larp and use Ai!! π«‘
yo how would I go about making a shiftlock movement system like bridger western? I can t seem to get the movement for up/down right, it keeps glitching
hey, can i ask you smt
Genuinely question, where do you learn how to code in Roblox from 0
Np
wsp?
uh oh
einstien and niko;a
Can someone give this a quick read and lmk if it looks right
What dat mean
line 11 you're doing = workspace =
line 43 and line 47 you're trying to use variables that don't exist, i assume those are meant to be in the saveCards function, but they're currently outside of it
oh
ye thanks
u dont need to do WaitForChild 90% of the time in server scripts and why you adding "Player_" as prefix to data? u can just use user id. theres an extra "end" at line 48 and also the data save can be shortened to:
local success, err = pcall(cardStore.SetAsync, cardStore, getkey(player), cards)
instead of
local success, err = pcall(function()
cardStore:SetAsync(getkey(player), cards)
end)
this is because pcall takes function and its arguments
you need to pass cardStore as the first argument because that is how methods work
(passing the instance as first argument)
using :method just does so automatically
alr
sometimes it's not the prettiest way tho
?
I mean do the same thing with VoiceChatService:IsVoiceEnabledForUserIdAsync(), look:
pcall(VoiceChatService.IsVoiceEnabledForUserIdAsync, VoiceChatService)
that just looks too long
const VoiceEnabled = VoiceChatService.IsVoiceEnabledForUserIdAsync
const success, err = pcall(VoiceEnabled, VoiceChatService)
why
or if u want simpler just put that entire pcall line in a local function
so then u can just do
if HasVoiceChat(player) then
put the whole check in a module instead
wait is cosnt like a real thing in lua
yes it was added a few weeks ago
its like javascript tho so only applies to assignment
u can still edit fields of const variable
oh
but isnt cosnt supposed to be unchangeable or sum
yes but in luau its only for assignment
and i think its because the const is not part of the type information its just for declaration
because also if u return const variable from function u can still change it then
so if its not part of type info there is no way to enforce it
yea like x = y
the only way you can do it somewhat is if u do table.freeze()
so metatables wont work
but obviously u cant do that with instances
u can just freeze metatable
you can but not with returning functions
and use __metatable method to stop user from getting metatable
youll have to use functions that directly mutate the object its being called on
Istg stupid vulkan
yuh uh
html can be used in many ways not only websites
99% of the time its for websites
handle this nerd emoji
nvm i cant find it
80 percent of time
Can you name something that is build with html that isnt connected to a website or a browser?
Just curious
software like discord and skype are made via html
but also uses other
also like styling
example
example
Discord is a website? And I dont think the app is made with html
the software was made also with html and other
oh you're still working on this game, cool.
doing a rewrite
i was ass at scripting back then π
how long ago was this made
aka the old framework
not too bad
cant send photo but it was mainly for the look and text boxes and more
π₯
is it a passion project? @eternal thorn
Right
yea
i was 5 years ago but i still dont do luau
what is included in software not only website
i mean desktop and website
I think my path tracing is a bit too blue ngl
i js hope it gets some recognition it deserves
all monetization i'm gonna make is just cosmetic stuff
does anyone know of a good open source modular state manager?
primarily for combat*
ah ok I see now, thanks!
There are probably other ones to choose from but, this is the one that I mainly use
it is basically if u check in task manager you will see "webviewer"
you can make desktop apps with web dev if u use Electron
Ahh
it has very bad memory usage tho
im not sure if its Electron itself or a feature of it tho
there is video on yt tho
just check if u are interested
has anyone used pag in py
its both
Stripped Chromium + big Nodejs runtime
Very lightweight
yo guys
The folks at Microsoft decided it was great idea to use a web browser framework to make the start menu of windows 11 as well
Very snappy and lightweight
What's yall favorite coding language?
opinions on this wally package i couldnt find one for skilltree? https://metricrb.github.io/skilltree/docs/intro
SkillTree is a Roblox library (strict Luau) for data-driven skill trees: unlock costs, prerequisites, multi-rank nodes, exclusive groups, and several layout modes.
Why do you want to use it?
Lisp dialects rein supreme
Wow, in what purpose those programming language used for(never heard bout them)?
they made it, wym
Wgo is a scripter here
What Wgo means
Who
Everyone I guess
How u started
1 year ago, been learning with IA
Its an old general purpose programming language (older than c), which pioneered a lot of the concepts we use today in other langs.
Code as data, so its very flexible
Givw more details
Yeah because they dont want to make a skill tree system if ones already been made...
If you ever used a feature in a language
Lisp dialects probably had it first
bc why not..
But in what purpose you used them?
Ye, sorry I've never used library in roblox but it's for skill tree right?
You can use it to do anything other langs can
Because of its simple syntax, its very flexible as well, everything is surrounded by ()
which one Lisp? Dialects? rein? supreme?
Common lisp and scheme lisp (depends on implementation)
Those are the most popular
Hello anyone know how to script the defualt roblox mobile jump to do something else
Is it better than newer versions of C++?
Yes
Depends, these implementations of lisp are not systems programming language
Just cancel the jumprequest and do your stuff
But in terms of flexibility, yes common lisp is better than c++
You can build ur own language using macros
Whats the event that triggers when the player presses the button? im having trouble finding it and ai isnt helping either
But like what's lisp used for Websites? DB? Systems?
JumpRequest
It could
Any language can do that
Thanks
@real hemlock it looks good, i might try it if i ever need a skill tree
Not really, making a DB with HTML..
You could host a complex website using lua
Lua is really fast so you could use it to do a lot of things
Especially luajit, near c level performance
Depends on ur code
I really like lua cause it combines the compilation of C++ and the interpetation of python, I didn't much study the programming language but that's what I know
The popular website itch.io is using lua btw
Since the start
Ye but lua is a coding language done for that but I don't really know if it's possible to do DB with JS, TS, Python etc.. but I could be wrong
Hey so Iβm starting a dev group and I am a youtuber with 1.2m subs and 42k and. I am creating a studio/groupwith devs I am a dev of 8 years and in the dev group we will be making games etc I have a lot more to say if u interested dm me
You can use any language to do those things
You just need a driver for that database
"1.2m subs "
"my alt acc "
1.19m bots
I'm dming me to see if he's legit
why would you dm him
he doesnt even say what the rewards are
he just says hes making a studio
Paid by percentage
"dev of 8 years" and he's only joined hidden devs yesterday?
100% of 0 = 0
1000000^0 - 1
I need money to finance a team maybe hes legit
he literally doesnt promise any money
and hes spamming
and he has no yt account linked
and he joined yesterday
Paid in experience and respect
and he is an "alt"
I will not work for nothing dw
Ye I don't think he's legit
Lol
He said he's gonna put 5K robux in ads per day...
how to make this sell more?
make effects spray out of them
wrong channel bruh
oops
lets see your youtube channel
JrpStudios1 it's a single channel with 1 video with 57k views
Idk he says he's starting a new niche
I could tell by the stats that the previous videos were deleted
or maybe fake subs
Could be there was a sudden spike In subscribers
700k
Yo guys
I need help wih fixing a bug where my combat system initaly works but after selecting a character it stops working ( a battlegrounds game ) im willing to pay as well
Hi!
Who a good scripter and wanna make good money
Hi
What kind of tasks
whats it pay π
Small not hard no less then 25 a script
Depends
How good it is
25 what
I do more
25k
That is big money
But I meant is it gun systems or vehicles...
you need to make a irl teleporter
I forgot to reply directly
and invent time travel
I need rent doors turc crates and all
A lot of small stuff
Dms
Bet
A
idk
do you know how to code
yh
how did you learn
tutorials
ok
any useful free pplugins to help with scripting
how do roblox-ts users deal with errors lmao
must be an additional pain in the ass
get good
i am good
get good with ts
i dont wanna use ts
luau would be SO much better if the type system was remade
then dont complain about ts
i am not complaining about it you actual doughnut π π π π π π π π
Guys
nice work
Yo, how much lua experience do you have
dw abt it twin
β€οΈ
Na cuz I need someone for my rts
Nobody good
tough
Same people again and again lmao
whatchu need
Dm me
guys what does "math.DockWidgetPluginGuiInfo" do?
so I'm working on setting up hitboxes and like
I'm not really sure what I should do
not like on a technical level but more so what works best
I can:
- do it the way I would do it and just use a part and the touched property (supposedly really bad with ping)
- use raycasthitboxV4 module script thing which seems to be popular but outdated by shapecasthitbox
- use shapecasthitbox which even though I haven't figured out how to use it yet just looking in the script makes it seem like everything is running shoestrings and popsicle sticks
pretty sure thats for roblox plugins
there seems to be decent documentation on raycasthitboxv4 but absolutely 0 for shapecasthitbox so I'm not really sure if I'm supposed to like use them in the same way or something
(reminder I'm talking about the popular plugins not the studio api things I have no idea why they don't have more unique names)
so I'm a bit stumped
nvm there's documentation but it's hidden on a github page
guys is use BulkMoveMode its very gooooood enum
I'd suggest 1 of 2 options. first off dont use .touched. (no brainer) and for the 2 options it comes down to skill/ knowledge. Raycasthitboxv4 is more documented and easier to learn from. Imo shapecasthitbox is better however its newer and less beginner friendly, it's overall meant to replace the raycast hitbox but not as many people fully understand how to use it
that makes sense
I'm not particularly experienced so I'll probably go with raycast then
I know yβall scripters be getting paid like crazy, I wish I locked in and learned scripting but that stuff be hurting my brain π
just keep practicing
How long did it take you?
5years but Im not really good yet
local Damage = 100
local Hitbox = RaycastHitbox.new(player.Character["Left Arm"])
Hitbox.OnHit:Connect(function(hit, humanoid)
print(hit.Name)
if hit ~= player.Character or hit.Parent ~= player.Character then
humanoid:TakeDamage(Damage)
else
print("You just saved yourself")
end
end)
shut up
for some reason when I move at high speeds the script gets confused and kills the player
update
Hitbox.OnHit:Connect(function(hit, humanoid)
print(hit.Name)
if hit ~= player.Character or hit.Parent ~= player.Character or humanoid ~= player or humanoid ~= player.Character then
humanoid:TakeDamage(Damage)
else
print("You just saved yourself")
end
end)
Help.
not really sure what else I should be checking for
can you explain what exactly the code does?
