#code-discussion
1 messages · Page 20 of 1
what even is worth 1gb, certainly you can just exclude snippets of a database some other way
Use compression too
does anyone else get a ton of motivation to work on something for a good 4 seconds then it goes away
doing hard things separates the men from the boys
who here knows OOP looking for comm work
way too real
Anyone know why my script isn't working? (Yes API is enabled)
Anyone want to join my team
Hi
I wanted to challenge my code skills
but idk what to make
what is considered like mid lvl coding ?
@forest kayak
Quit spamming in every channel.
oop
i'm not that great either but
try to make a round system
k
if im getting paid good the motivation stays
i dont get paid at all 💔
error?
can you guys give some ideas for mini interactable events?
@latent geyser a ball follow u when it touch u it get teleported at random like not too far from the player then now u have to touch it
and therz a timer
ooh thx!
This. If people pay well, I excel and go over the top. If they try to cheap you down, you're likely going to have even more problems with payment down the road. Avoid cheap ppl
who here knows OOP looking for comm work
I'm looking for a plugin where you can put in several scripts and it compared the performance of them in like charts, does anyone know the name of it or who made it?
boatbomber
i was feeling sad cuz i found this youtube video about a guy that made a very cool game but it only had like 72 visits and then when i looked him up he now has over 100M visits lol
does anyone know OOP here?
A few things
does anyone know how the active turn system work in games like final fantasy?
dont
what
you lack discipline
dont bother if all you rely on is a little spark
im just saying, you know that your little burst of motivation won't be enough, and yet you still naively think its worth chasing that little spark of motivation even when you know you don't have what it takes to sustain it
ok
He's right
its something that happens to most people
just because i wanna work on my game all of a sudden for 4 seconds doesnt mean im never gonna work on it
i get that feeling whenever im playing a game already
but then i start something else in the game
and then it goes away
it doesnt matter that much
master wu in here 💔
Just know that
Hmmmm
whos a good scripter
What's the problem
tbh for me it’s mainly just been a consistent effort
i feel like it’s more of a responsibility i have to do rather than if i want to do it
which makes me do it
and it’s something that i enjoy and i see other people liking what i make which is great
i think this is what every dev should try and do imo or else your entire thing won’t be good
yo guys
local part = script.Parent
local proximityPrompt = part.Parent.es:WaitForChild("ProximityPrompt")
print("ok")
local billboardGui = part:WaitForChild("ShowUI")
print("ok2")
proximityPrompt.Triggered:Connect(function(player)
print("eje")
billboardGui.Enabled = true
end)
Dude i cant make a pls donate stand to save my life, ive been trying to make my own and i cant
anyone know why this isnt working
it is super hard
im struggling getting the gamepasses onto the stand
thats hard
check users gamepasses id?
and then clone a button that will have the ID the players gmepass
idk..
you know why my script isnt working tho?
guys why this script replicate to all player not for one player
local touchedpart = game.Workspace.Checkpoints.Checkpoint1
local playergui = game:GetService("Players").LocalPlayer.PlayerGui
local screengui = playergui.NotesScreenGui
local checkpoint6 = touchedpart.Parent.Checkpoint6
local checkpoint4 = checkpoint6.Parent.Checkpoint4
touchedpart.Touched:Connect(function()
screengui.Enabled = true
wait(6)
screengui.Enabled = false
end)
checkpoint6.Touched:Connect(function()
screengui.Enabled = true
screengui.Steps.Text = "Parts are moving again!!!!"
wait(8)
screengui.Enabled = false
end)
checkpoint4.Touched:Connect(function()
screengui.Enabled = true
screengui.Steps.Text = "The parts is moving every 2seconds."
wait(8)
screengui.Enabled = false
end)
Nah i aint a scripter
lol
What is the code
One second
Where's the script
Because its a local script, youre replicating this to all the clients
If it's in starterGUI
It gives every player inside it
If you want to only have one client, you have to use a remote event
Do the touched event on the server, then fire a remote event to the client who touched it, by using hit.parent to get the character
Yo i got a day ban for talking trash to an exploiter, will this affect me joining the dev ex program i was about to apply?
Idk
yeah DM me
bet
depends how far it was ago
yesterday
I would wait one month
ok
what should i do if i'm wanting to start learning how to code in roblox? do i do youtube tutorials roblox youtubers make, experiment in studio, etc
sorry if im asking here no one in #code-help is answering
The DevKing is pretty good, or just find something you want to make that is simple and surf on the devforum/docs till you figure it out 
ok thanks, and im open to any other information anyone else has as my end goal is to be able to do commissions for a way to make robux without spending money on robux
Any ideas on how to fix the stuttering?
Anyone know how to set up animations on scripts (will pay)
Why pay just do it yourself
To much and I don’t know what to do that’s why I’m asking
How much you paying 💀
100 bucks and you have a deal
Anything less and you're better off spending 16 years coding yourself tbh
I'll do it for 3 dollars so I can buy a cheeseburger
Overpay
You must be the life of parties irl 🤓
Not my fault you're giving away all of your hard work for a cheeseburger
Like i said he's better off doing it himself if he pays less than 100 bucks nobody will do that for less
Hard work? Brotha, it'd take less then 30 seconds
Or you could be a good person and explain to him how, destroying the capitalist market I've worked so hard to install in this channel
Now who's the one that's fun at parties
You're just stealing my lines smh
if anyone want the pack dms
this pack speific for new devs to improve thier skills :)
Hiii I was just wondering if anyone knows some good resources to learn to script in roblox studio
YouTube and devfoums are your best friends
Appreciate it
brother what about the fucking docs LOL
Is learning bytecode worth it
Aren't there enough of them
Do we need more
nope
Alright then I think I'm good
its piss easy
and bytecode past the universal instructions
is literally based on the language
So I should learn bytecode and make a decompiler
What's asm
assembly
I've never seen that abbreviated before
If it's in docs it's most likely in devforums too. Even if it's just some devforums that send you to the docs
?
devforums is where you go when the docs isn't as descriptive as you want it to be, some doc examples are extremely detailed and some is just a short paragraph
I recommend starting with DevBrawl, then you slowly learn his lessons and practice and make custom codes for fun.
DevBrawl is basically the nice coding teacher and he gives homework at the end of each video
looking to hire a scripter paying 40-50$ a hour need a couple jobs done
details on job
wdym?
40 $ is a lot for a checkpoint
i have a 100% bar at the top
ohhh
hm yeah itll definetely be more advanced then
do you have some way of getting the numbers of stages in ur game assuming its a parkour game
if no i can just do it myself
i got a basicy obby
so each stage is a checkpoint yk
so would u be down to doing it?
Someone shouldve tell me that earlier
sure
just for making a Checkpoint system, you sure do get a lot of money
hmm
d me
I don't remember a checkpoint system being that hard to script
He has a Basic Scripting Playlist and Advanced Scripting Playlist
indeed
i may not know that much scripting since i'm learning but i think thats a steal
I'd pay 5 bucks for a checkpoint system at max
even 2 bucks
samee
ngl not even 5 bucks
a checkpoint system is literally a gpt prompt
150 robux
💀
Is it devbrawl or brawl dev?
brawldev i think
yea its brawldev
head over to playlists then basic scripting
he explains everything step by step with an example
Ty
what would you offer for a checkpoint system that interacts with UI or atleast does smth really cool
checkpoint system isnt worth anything
people in this server tend to overprice scripters and thats one of the main reasons i started learning scripting
obby mechanics dont really go for anything
so you're learning scripting for the money
nah, i knew someone would state this but
if it was a percentage
40% of it would be money and 60% of it would be to have the ability to recreate whatever I can imaginate (which i ofc cant do rn because im not that skilled), and for hobby purposes
oh good because doing things for money makes that thing a nightmare
Having good dreams for money:
how do i make the parts move like that and track can someone please help? like how do u even make it?
you'll probably need bezier curves which involves interpolating between points which i am too stupid to explain
yea i got it thx
Doesnt need to require an engine
I dont understand what you are talking about
Guess what code this could possibly be
What do I do if i dragged my view thing in rbx studio out of the screen and now i cant see the place…
double click home button>
who wanna become the co founder of my OP game
u need a scripter?
Tweening and character position
Hey guys, i am making a racing game using the roblox's template, anybody knows how i can make a infinite round system?
valid
can anyone know why icant open?
show door script
well well dont judge me
replace goalopen and goalclose with Open and Close
also i dont think u can trigger prompt on regular script
I'm not judging, it's the reason your script doesn't work
why?
You can but it’s better to handle it locally
Also probably because of this
because they’re tables?
getting luau programmer role is so hard
use the tables c frames not the table
if no robux no dev lel
me have bobux
I mean the role to post commisions n stuff
to do
you go to their applications and show a code example
You have to have like the best code example
nesting is deemed bad and you won’t get the role for a little needed nesting
cant i just get code from ai?
Way to get banned + wouldn’t be good enough
Ai code is not good enough to begin with and they have high standards
no bro
it's harder
especially if you get usrdottik to rate your code
That guy is a hardass
I sent 500 lines of code, that comparing to some of the people doing comms I tought it was even more then needed
i finna nail it
yet bang
wheres the channel
nested code out of nowhere and api usage too little
whats nested code?
Loops for example use nesting
I am still trying to figure out where I nested my code
yeah like
for i, v do
for i, v do
for i, v do
for i, v do
for i, v do
for i, v do
end
end
end
end
end
end
looping tables
are you playing the tween
he was using tables for the third parameter
or atleast try to
i just watch a youtube tutorial so this is my first time using it
This reminds me of the gif if I could find it
yeah same bro
thats like drawing
at least 10,000,000,000,000,000,000,000,000,000 (10^27) iterations
.
yeah
27 itterations
10^27
the website
let me send ya
Damn
he has 1,335 contributions in github
I didn't know him but I will too
K I guess time to rewrite my application for our favorite dottik
yes me
show
is there a way to randomize npc outfits and if yes, what clothes will they be randomized from
wait no it's not
it will iterate trough each loop
but your studio will 100% crash if you try to do anything there
yeah defo
you just have to create an array of clothes id's for pants, tshirts, e.t.c. and pull random one using clothesarray[math.random(1, #clothesarray)] and apply it to whater clothing it is
thanks bro! will do that
is it possible that humanoid.StateChanged() on server side doesnt detect Enum.HumanoidStateType.Jumping when a player jumps ?
no
Yes, on the server side, Humanoid.StateChanged may not always detect Enum.HumanoidStateType.Jumping due to network replication delays or filtering. The client processes movement first, and sometimes the server doesn't receive the jump state change.
player.CharacterAdded:Connect(function(character)
local humanoid = character:FindFirstChildOfClass("Humanoid")
if humanoid then
humanoid.StateChanged:Connect(function(old, new)
if new == Enum.HumanoidStateType.Jumping then
print(player.Name .. " is jumping!! OMGG")
end
end)
end
end)
end)```
If it's unreliable, consider using Humanoid.Jumping on the client and sending a remote event to the server 
looks like humanoid.Jumping also has the same problem
i hate this
if ur code indents like this, u need to do better
😮💨
I wrote this on Discord in just 5 seconds, and I'm doing it for free definitely not a passion project. If it were, I'd put in way more effort.
can anyone help me
i have a script to play an animation but after character dies the animation does not play anymore
local tool = script.Parent
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local function setupCharacter()
-- Wait for the Humanoid and Animator to be fully loaded
local humanoid = character:WaitForChild("Humanoid")
local animator = humanoid:WaitForChild("Animator")
-- Setup animation
local swingAnimation = Instance.new("Animation")
swingAnimation.AnimationId = "rbxassetid://99943546814809"
local animationTrack = animator:LoadAnimation(swingAnimation)
animationTrack.Priority = Enum.AnimationPriority.Action
local isAnimationPlaying = false -- Variable to track if the animation is playing
-- When tool is activated, play the animation
tool.Activated:Connect(function()
if not isAnimationPlaying then -- Check if the animation is already playing
isAnimationPlaying = true -- Set the flag to true, indicating the animation is playing
animationTrack:Play() -- Play the swing animation
-- Wait until the animation finishes (animation length)
animationTrack.Stopped:Wait() -- Wait until the animation is stopped
isAnimationPlaying = false -- Reset the flag after the animation finishes
end
end)
end
-- Setup for the first time the character is loaded
setupCharacter()
-- Listen for when the character respawns
player.CharacterAdded:Connect(function(newCharacter)
character = newCharacter
-- Set up the character again after respawn, ensuring the animation works
setupCharacter()
end)
does anyone here know OOP? if yk OOP dm me
is there a better way? its weird to type set attribute and get attribute alot when they also change
How could i give it more of a seamless transition when moving to another wall
does anyone here know OOP? if yk OOP dm me
does anyone here know OOP? if yk OOP dm me
bro
just ask ur question here...
..
"does anyone know oop" is not the question u should be asking
ask what you're having trouble with
and knows the program
not good enough
🧢
does it look like i care?
well i need someone who knows OOP to dm me
looks like you know scripting
python, lua, java
just scripting some stuff to make a nice portfolio and this happens 😭 roblox studio ai is so useless
fov needs changing
and a few lines around the screen to make it seem faster
nice bruh
W ai
I know OOP lmfao most of us here do; just ask what you wanna knowi n here lol
dm me please
dm me
why cant you just say here
can i not? say it in dms
he said he knows and ask what i wanna know so i said dm me
ion need coding help
R u trying to hire someone??
what do i have to use other than color3? i used it and then an error appeared saying it expected brickcolor.. id like to use rgb.
yh
Ur not allowed to hire outside of it
??
Idc but just letting u know
why is bro crashing out
??
im tryna hire someone who knows OOP
Fr
Yes you hire in #scripter-hiring
Ok write you’re looking for someone who knows OOP
ok
how?
i do it???
You don’t know how to write??
“I’m looking for someone who is proficient in OOP”
You haven’t even posted anything lmao
Hey relax.
yh ik i havent posted
stfu
dude calm down
With what
ur doing the right thing no cap that channel full of sillys, but he is doing his job too
Yes that’s why there’s hiring channels
You mean object oriented programming?
i dont have access
create a post in hiring channel
What
it wont allow me
What does it say
☠️☠️☠️
This is ur post correct
nope
do
Do / post
No space in between / and post
Next time let’s learn to use our words instead of getting mad at everyone
hey bro let’s not escalate drama
whats a great way to start my scripting journey in roblox
Copy code online change it to do other stuff and eventually you’ll understand
Have a project in mind, use code online to do it and along the way you’ll learn
thanks dude
and apolgies
No problem
No
wym?
Add a coma after the brackets
safeItemsF = {},```
This
Yep
that's how you create datastores right?
haha
he has to read Al that
ahahahhaa
doesnt run on give me any errors
like how code help exists
Code help isn’t for coding duh
none of the code helpers are active
s
im confused af
now what i meant, sorry
And when u ask for help u get called skid
i want it to pop up into here
Read that whole doc and if u still don’t understand I can explain it more
Or just watch a yt tutorial with captions on
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local RemoteEvent = ReplicatedStorage.RemoteEvent
----------------------------------------------------- Remotevent
local Userinputservice = game:GetService("UserInputService")
local Players = game:GetService("Players").LocalPlayer
-----------------------------------------------------Checks
local Unlocked = Players:WaitForChild("Unlocked")
local Rinnegan = Players:WaitForChild("Rinnegan")
----------------------------------------------------- Eyes Value
local LeftEye = Players:WaitForChild("LeftEye")
local RightEye = Players:WaitForChild("RightEye")
-- Right
----------------------------------------------------- Input
local function Effect()
local ColorCorrectionEffect = Instance.new("ColorCorrectionEffect")
ColorCorrectionEffect.TintColor = Color3.new(0.737255, 0.415686, 1)
ColorCorrectionEffect.Parent = game.Lighting
end
local Camera = workspace.Camera.FieldOfView
local function Fov()
Camera = 180
end
----------------------------------------------------- Eyes Settings
local RinneganInstant = game.Workspace.Sound:WaitForChild("Main")
local RinneganCut = game.Workspace.Sound:WaitForChild("Rinnegan")
----------------------------------------------------- Sounds
------------------------------------------------------ CutScene
Userinputservice.InputBegan:Connect(function(Input, gameProccesedEvent)
if Input.KeyCode == Enum.KeyCode.G and Rinnegan.Value == 1 and Unlocked == 1 then
if not game.Lighting:FindFirstChild("ColorCorrectionEffect") then
Effect()
end
RinneganCut:Play()
LeftEye.Value = "Rinnegan"
Camera = 80
end
end)
-- left eye
Userinputservice.InputBegan:Connect(function(Input, gameProccesedEvent)
if Input.KeyCode == Enum.KeyCode.G and Rinnegan.Value == 1 and Unlocked == 1 then
if not game.Lighting:FindFirstChild("ColorCorrectionEffect") then
Effect()
end
RinneganCut:Play()
RightEye.Value = "Rinnegan"
Camera = 80
end
end)
it doesnt run or give me any errors
hes the best
define userinputservice
ion understand tbh
For ur code
i dont understand tbh
and some of ur variables are undefined
plus make a reference to camera variable like ur variabl is named Camera and just do Camera.Fieldofview = 80
u can’t just do camera = 80
Watch brawldev
data happen, data gets stored
player come back, data restored
Btw, do u guys think too much tutorials can be harming
what dat mean
❌❓❔‼️⁉️⁉️❓🆘
its TextColor3
yah, i found out. thanks.
ill make ppl backend and frontend websites for free since i cant find jobs and am bored and i need portfolio
ill make ppl backend and frontend websites for free since i cant find jobs and am bored and i need portfolio dm me
i made an auto rebiths gamepass system. does it good ?
how can i make a spray can tool thath wotk s like on aspray paint game?
i asked here because people are yappin in the code help
You just have to track when the tool is eqquiped then track when the player holds the mouse click after that get the mouse hit position and add on that position the part that is colored
ok thanks
If anyone uses my Lines of Code plugin, I finally updated it after almost 10 years
🎉
What is the game about?
can someone help me fix my code ?
local respawnTime = 5 -- Temps en secondes avant le respawn
local originalPosition = part.Position
local function onTouch(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
local leaderstats = player:FindFirstChild("leaderstats")
if leaderstats then
local bricks = leaderstats:FindFirstChild("Bricks")
if bricks then
bricks.Value = bricks.Value + 1
part:Destroy()
wait(respawnTime)
respawnPart()
end
end
end
end
local function respawnPart()
local newPart = part:Clone()
newPart.Parent = part.Parent
newPart.Position = originalPosition
newPart.Touched:Connect(onTouch)
end
part.Touched:Connect(onTouch)```
?
What do you want the script to do?
to give 1 of bricks value when touched and after 5 seconde the part respawn at the same pos
Maybe the problem is that you get the players character and leaderstats are in the player from players
ok
When asking for help you kinda need to tell us your problem
why tf is this simple ass code wont work
the respawn part function doesn't work
im just trying to make the gui appear and disapear bruh
What is it supposed to do, does it error
Crazy
Script.parent.mousebutton1clicked
Wait nvm lol
Wth is this code 💀💀
In this Roblox Studio tutorial, you learn how to PRESS a KEY on your KEYBOARD to open a GUI!
TWITTER: https://twitter.com/soapRBLXreal
SECOND CHANNEL: https://www.youtube.com/channel/UCiboRYlUu04x2YcV_rMkhqg?view_as=subscriber
TAGS: #RobloxDev #keyboard #RobloxStudio
MY ROBLOX PROFILE: https://web.roblox.com/users/1137971478
it suppose to give the player 1 bricks value when touched and destroy and after 0.5 seconde it reappear
IM COPYING THIS GUY CODE AND IT AINT WORKING
Use context action service or user input service
Maybe don’t copy code that u don’t know what it does
im trying to understand it lol
game.players.localplayers Doesnt make sense at all to me
its getting the client
@quartz aurora you’re destroying the part that has the script in it lmao
oh...
thats why...
then i just need to make the part invisible and not able to get touched for 0.5 seconde
A better way to do it is this:
use the respawn function for the initial part, in the script change local part to the new part so you can do stuff when that new part is touched
And you can safely destroy the part
its getting the client to detect if the player is clicking the button?
no not rlly
Use context action service or user input service
the code is working but not too good
KeyCode
local function respawnPart()
part.Transparency = 1
part.CanTouch = false
part.CanCollide = false
part.CanQuery = false
end
local function respawnPart2()
part.Transparency = 0
part.CanTouch = true
part.CanCollide = true
part.CanQuery = true
end
-- Define the onTouch function
local function onTouch(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
local leaderstats = player:FindFirstChild("leaderstats")
if leaderstats then
local bricks = leaderstats:FindFirstChild("Bricks")
if bricks then
bricks.Value = bricks.Value + 1
respawnPart()
wait(2)
respawnPart2()
end
end
end
end
part.Touched:Connect(onTouch)```
buttt its giving me more than one some time
Put it in server script services
and i dont know how to fix this
Just have one respawn function
oh ok thw
tf does that mean
local part = script.Parent
local function respawnPart()
part.Transparency = 1
part.CanTouch = false
part.CanCollide = false
part.CanQuery = false
wait(2)
part.Transparency = 0
part.CanTouch = true
part.CanCollide = true
part.CanQuery = true
end
-- Define the onTouch function
local function onTouch(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
local leaderstats = player:FindFirstChild("leaderstats")
if leaderstats then
local bricks = leaderstats:FindFirstChild("Bricks")
if bricks then
bricks.Value = bricks.Value + 1
respawnPart()
end
end
end
end
part.Touched:Connect(onTouch)
is it better like thhat ?
keycode is not a valid member of something something?
you mean the caps lol
coding might not be my thing lol
FUCK
i cant believe i miss the other keycode lmao
is this code working ? : local DataStoreService = game:GetService("DataStoreService")
local bricksDataStore = DataStoreService:GetDataStore("BricksDataStore")
game.Players.PlayerAdded:Connect(function(player)
local leaderstats = Instance.new("Folder")
leaderstats.Name = "leaderstats"
leaderstats.Parent = player
local bricks = Instance.new("IntValue")
bricks.Name = "Bricks"
bricks.Parent = leaderstats
-- Charger les données du joueur
local success, data = pcall(function()
return bricksDataStore:GetAsync(player.UserId)
end)
if success and data then
bricks.Value = data
else
bricks.Value = 0
end
end)
game.Players.PlayerRemoving:Connect(function(player)
local leaderstats = player:FindFirstChild("leaderstats")
if leaderstats then
local bricks = leaderstats:FindFirstChild("Bricks")
if bricks then
-- Sauvegarder les données du joueur
local success, errorMessage = pcall(function()
bricksDataStore:SetAsync(player.UserId, bricks.Value)
end)
if not success then
warn("Failed to save data for player " .. player.Name .. ": " .. errorMessage)
end
end
end
end)
local part
function respawnPart()
part = Instance.new("Part") -- or you can clone something in relicated
part.Touched:Connect(onTouch)
end
-- Define the onTouch function
function onTouch(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if not player then
return
end
local leaderstats = player:FindFirstChild("leaderstats")
if not leaderstats then
return
end
local bricks = leaderstats:FindFirstChild("Bricks")
if not bricks then
return
end
bricks.Value += 1
part:Destroy()
respawnPart()
end
respawnPart()
@quartz aurora
thx
Does anyone know how to fix lerp jittering?
add a factor of dt
Wym?
runservice provides an argument called deltaTime which tells you the time between frames; since the time between frames is not always consistent, you get jittering. Multiply your lerp's t by dt to mostly fix it
I sorta have that, im just multiplying (dt * 60) so its not slow
RunService.PostSimulation:Connect(function(dt)
cam.CFrame = cam.CFrame:Lerp(targetCF, dt * 5)
)
Still stuttering, im lerping a part to the players hrp
@echo stag when terraria
How do I add a particle to play when I run my code?
Like I have a flight system and I want the particle to play when I run my code which it does but it doesn't play when the player enters flight the second time
do particle:Emit
() whenever u want it to emit
And what if it has a specific name
Then put that specific name..
hi guys this script is not working can you give me advice?
who uses PostSimulation bruh
where did you put it
you need to enable jumpower to use it
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local humanoid = character:FindFirstChildOfClass("Humanoid")
if humanoid then
humanoid.UseJumpPower = true
humanoid.JumpPower = 1000
end
end)
end)```
the reason it didn't work is because you set the jump power to 100 but your not using jump power
Anyone can script this?
how much robux
wdym i have no idea how to script i am using deepseek
what?
don't use chatgpt or deepseek for luau
so there is better AI for lua?
just use roblox
i think i am just goona go and watch on yt its better i can learn something

Bet
slave work
So basicly its for my main menu and if you hit the down errow it goes down and hit it again it goes down and if you hit it again down it goes back to the first one
i dont understand
the works
i got it
bet
but
but.
u gotta wait tomorrow
..
its late atm
its 5:56
its 1 am
send the ui

im alr working on my own game

thats even worst
im js bulding up my portofolio
naruto
wait
far from demon slayer
you doing naruto game?
yup
wym?
why
whats your progress
uhh
ye
i alr made something that we never seen in naruto games
animations
and akatsuki sh
you fucking stealing me ideas
no
im doing the whole shit
u just showed me a demon slayer game
yea did you not see the main menu 😭
ill do much proggress
what about this i help you and you help me?
i made the rinnegan
about
it has a cutscenen when u first unlock it buffs
im not on my pc
oh its not fully finished
ooo
@sacred wagon
im makinf the almighty push
local function onPlayerRemoving(player)
if not playerOwned[player] then return end
for _, v in playerOwned[player] do
characterObjects[v] = nil
end
table.clear(playerOwned[player]);
end
you did not clear playerOwned when leaving
Bruhhh
im gonna lose my shit
you could write it differently
instead of storing the player name do the userid
nah its late
theres no need to store the userid that would be even stupider
bro pls
because then gc would not clean it up at all
bro
if you got fucking school take your goofy ass to fucking sleep
oh nah its early to sleep
😂
[10000] = true; -- won't be cleaned up by gc
[Instance(XXXXXXXXXXXXXXX)] -- will eventually be cleaned up by GC once the instance is 'removed' (in this case the player, this takes time though)
``` @floral marsh
do mY SHIT
its late to work early to sleep
than let me see rinnagan
what are u making
its chess's resource he has a zone implementation
tomorrow
but he forgot to cleanup a table that has meshparts that are stored in a table
binded to player instances
i added the cleanup for it it's 1 line fix but its annoying because i have to make a massive change on something else i released
for a brand deal
well have u tried to use the roblox assistant on the top left it has alot of him
copy and paste it
bro i don't need the roblox assistant
you don't even understand what i am talking about
you just told me to use a numbered index
instead of an instance that will be nullified
cus my eyes are red
GC wont clean up the numbered index
im dying
ragebait bro
ill re read everything tomorrow
yea that cleanup was the fix
ull grt a dm from me
work on your game before i finish mine
and oh ye loading screen is gonna better
i bet you just got the idea becuase of mee
So I have been scripting for a while now and I got all the basics down. But the only thing that I don't understand is "Module scripts". Like I get that they store information and u can ask for it from any other script but I see a lot of developers using more module scripts then local or server scripts. Can someone please tell me the value of module scripts or like a example cuz I really don't know where to use them
Is there something about them I don't know about?
yes
you think you can script this?
what is ovy?
.
just look at the game
and look at main menu
exacly
..
@feral plank
@mellow perch
oh yeah it doesn't look that hard but I might need to watch a quick tutorial on udim
i'm still new
but it doesn't look that hard
ok.
can I get help on this now ;-;
I came here for help and one is asking me to rate his mid menu and the other wants me to make his game 😭
who me?
@mellow perch do my shit now donkey
lol
lollol
lollllllllllllllllllllllllllllllllllllllllllllllll
no
do it for me
yea
@mellow perch
made a shop game (WIP) while learning to script!!
in ad manger for some reason the game in the group doesnt show up
Can someone help me with a lerp glitch😭 Ill pay 1k if fixed
pretty cool
thanks, do u have any suggstions on what i should add?
maybe add dialogue
im gonna add like an id checking system and theres gonna be premium soda
i was gonna add that later its still a WIP
since u cant really have achohol or cigarettes in r oblox :I
if you need someone to script that, i can script it quickly
ooo your 18?
yes
HEHEHE
alr bet so um i already got Ihatereal but what about you help me with my game naruto game? and i got alot stuff like a option button thing i want it to be like when you press m
Can you do that?
yeah but mainly gui
bet
i dont have to make the gui do i
added
nice gif steal
Just wondering would 10k (robux) be enough to hire someone to script an entire game. Would include scripting an admin panel, currencies, uis, code system (like redeeming a code for a certain amount of cash), teleportation, daily quests, and similiar tasks. Wouldnt be a strict deadline or anything would be months
Guys why did a fucking page come from nowhere, look
dude I just opened studio
same issue
The hell is going on
idk xd
Hopefully it gets fixed later or sum
I was wondering if I'd been hacked

Lucky not

noo vencord emoji deleted 💔
Thats why u dont tell ppl ur game plan before finishing
true 😭
Coding anything for cheap just dm
this might be a braindead question but is chatgpt good for scripting?
I mean you could ask it to make you anything and it would.
Not really, he can certainly help and teach you, that's for sure, but he's still struggling with contexts, so that's as far as you can go.
Is it possible to send a picture from somebody roblox pfp to a webhook in discord?
Is this tracking on what device my game crashes?
Organization
Is this like job ism
It's cool
will a day ban i just got affect me joining the dev ex program?
idk yet, its just at random idea I had when I heard literally a door chime i was like "Make gas station game"
it shouldn't but i don't personally know
if you have any fun ideas i should add lmk
Organization hierarchies Composition OOP etc learn modules. They are a must have.
yo
update on gas station game
is anyone able to help me with datastores?
That bing scared me 😭
finally got my new gaming pc and can work on my game now
This looks pretty cool!
Suggestion: make some (rare chance) customers talk different languages such as Spanish or french, and you can make maybe some sort of system to understand them not by language but maybe by something else
and you get paid a little extra by this, is just a suggestion though
good for getting started on something, will absolutely write buggy spaghetti mess if you let it do all the coding
can anyone help me out
its decent at like maths related problems but its horrible with the roblox api lmk
i can try
dm me
and im trying to change the currency from cash to shapes
wait that emoji exists?
when i make combat systems whats the best way to avoid replication lag? from both players?
i... didnt look properly and always thought it was a woman
Are you trying to say men can't get pregnant?

yes
have you ever seen a pregnant man
cap

obv they can get pregnant
MODS
share how
actually dont
so how does it work then
*shared

My favorite democrat activists all said it's true therefore it's true
i thought guys dont have the organs to get pregnant
🤯
people who want to buy roblox followers at a good price come dms
can someone help me with my tower defense game?
sure!
<@&319327459625402369>
can u dm me bc ur dms arent open
sigma boy
will do.
friend req sent
<@&319327459625402369>
i gotta say, what's the point of buying roblox followers
blue badge
yeah but wouldnt a person have a guilty conscience knowing that they didn't get those followers legit?
come to my server
why your user remind me of someone
Of zyndevs
he reminds me of someone who was trying to remake a game I work at
now I see why
cause it's prob him
Y’all think an anti cheat that detects when a hacker injects their scripts is doable?
no, I'm pretty sure it's impossible.
Yeah but its also bypassable
And it can backfire
how would you make it ?
I wouldnt
😭
the only way I see is checking the memory
There's some different methods but its usually just something niche
Then it bans the entire playerbase at a change or gets bypassed really easily
Ya saw this game that has one and now I’m interested, I had a friend test it and they were banned immediately upon injection
what game ?
A game called Donation Central
Half of the methods people use also get circumvented when you autoinject
Of course its a game where not a single person would care about exploiters in 💔
True
My game has a bunch of hackers so I wanted to hire someone soon to make an anti chest sometime In the future
Im Cooked
Thanks for the info!
What are they exploiting in your game specifically
Does movement give them that much of an advantage
Basic flying, high jump,auto kill and stuff
Im sure I can just hire someone to make an anti chest for those
make a basic anti cheat on the client

