#code-discussion
1 messages · Page 173 of 1
ain't bodygro deprecated
how do i make only the head move up and down
if it was deprecated it would have a strikethough in autofill when you start typing it
anyone able to make a system like this
cam twom
is this all 2d?
yeah why
nothin, just seems like hard to make 2d games in roblox lmao
I need help with figuring out how i can make stock shop for my build a.. game which won't have other servers conflicting with it
Yk like it being global but I need all the servers to not try generate a stock at the same time ;-;
i thought its easier
it is really really annoying for the tweening
I can imagine 😭
20:04:28.407 ▶ Workspace.thatguybarny1324.Head (x2) - Client - ItemHighlight:51
20:04:28.427 Workspace.CriticalAssets.Pc.Part - Client - ItemHighlight:51
20:04:28.436 ▶ Workspace.thatguybarny1324.Head (x160) - Client - ItemHighlight:51
20:04:30.406 ▶ Workspace.CriticalAssets.Pc.Part (x259) - Client - ItemHighlight:51```
Not too sure why this is happening.
```lua
local Char = Player.CharacterAdded:Wait() or Player.Character
local Charc = Char:GetChildren()
local rayP = RaycastParams.new()
rayP.FilterType = Enum.RaycastFilterType.Exclude
rayP.IgnoreWater = true
rayP.FilterDescendantsInstances = Charc
Its been a long time since i last used rays
what is deltatiem
The time (in seconds) that has elapsed since the previous frame.
lets go
r u using buffers
no
you can make insane performance
wdym by buffers
how do i use it
its great for networking
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Quebec = require(ReplicatedStorage.Quebec)
local prototype = {}
export type HunterClass = typeof(setmetatable({} :: {
render: CFrame,
positionChanged: boolean,
}, prototype)) &
{
updateAsync: (HunterClass) -> (),
getPositioningData: (HunterClass) -> (any, any),
}
local function clamp(n, minVal, maxVal)
if n < minVal then return minVal elseif n > maxVal then return maxVal end
return n
end
local function toPackedPosition(cframe)
local x = clamp(math.floor(cframe.X), -128, 127) + 128
local y = clamp(math.floor(cframe.Y), -128, 127) + 128
local z = clamp(math.floor(cframe.Z), -128, 127) + 128
return x + bit32.lshift(y, 8) + bit32.lshift(z, 16)
end
local function toPackedRotation(cframe)
local pitch, yaw, roll = cframe:ToOrientation()
local p = math.floor(pitch / (2*math.pi) * 64) % 64
local yw = math.floor(yaw / (2*math.pi) * 64) % 64
local r = math.floor(roll / (2*math.pi) * 16) % 16
return p + bit32.lshift(yw, 6) + bit32.lshift(r, 12)
end
function prototype.updateAsync(self: HunterClass, newRender)
self.render = newRender
self.positionChanged = true
end
function prototype.getPositioningData(self: HunterClass)
return toPackedPosition(self.render), toPackedRotation(self.render)
end
local function build(self: HunterClass)
self.render = CFrame.new()
self.positionChanged = true
end
return Quebec.util.class(build, prototype)```
because they are compressed further
metatable 
this is my first time actually optimising my code

ppl mostly use it with some kind of speed/force value, to make it constant across all users with different fps
e.g. if you're applying some kind of force to the player in a heartbeat event, the event will fire more per second for players with higher fps
but if you multiply the force x deltaTime it'll give you a constant force
how do i get force
force is just any number var
what're you using the heartbeat for/what's your code/use case?
i have no idea what im doing rn
let me show u
what're you trying to do?
i want it like this but continuous random like sizes
which i got but then
i couldnt figure out how to spawn
and i asked chat gpt and its saying u need to fix up all ur delta times like
instead of tweneing
use delta times and velocity
which other ppl otld me as well
I mean... I have an idea in mind, but why're you making it using UI and not 3D/parts?
why would i make it 3d
Style
because it'll be easier
UI games exist
ik
i wanna learn uis so ill jsut stick to it
you have a function that moves all the pillars to the left right?
can you make a template pillar and position it at the far right of the screen, and when you need to spawn a new pillar you just clone it to it's position?
and just move it along the X axis, not the Y
something similar to this
thats what i tried doing
what's getting cloned is the PillarCenter, so we don't need to worry about how we position the top and bottom parts of the pillar
let me get back on studio
oh nevermind nothing saved
☹️
okk i get u tho
i did try the template thing
how much will u pay
then what did you get stuck with?
depends
i think its just my loops
ill redo it later
if u will tell me a good price i will do it
name one, I already have someone interested
how much did he ask
Yo looking for a chill scripter to work on a game with an pretty interesting idea. Dm me lol
750
is there a lf team??
Any past work?
Interesting concept
Btw if anyone cares
Im making a keyboard :3
yo guys how to edit the layoutorder in a scrollingframe to make one frame on top
thats something compared to the skids in hd charging 500 dollars per second
IS there any scripters here that are good at ball systems? Physics on the client, networking on the server. Need a bug that needs fixing, will pay
Thanks ig, i think i gotta learn circuitpython cuz kmk been giving me headaches
I need assistance i spawn mutiple npcs with my pathfinder like 70+ and it lags the heck out the server like they stop moving or move really slow local last=os.clock() RunService.Heartbeat:Connect(function() local now=os.clock() local dt=now-last last=now Orbit.globalAngle=(Orbit.globalAngle+ORBIT_SPEED*dt)%(2*math.pi) local processed=0 local realNow=time() for _,data in pairs(ActiveZombies) do if data.nextUpdate<=realNow then local ok=pcall(updateZombie,data,dt,realNow) if not ok then stopPath(data) goEnd(data) end is there a reason
is it because im running a heart beat function on every loop
im so confused
me twin
local humanoid = Glove.Parent:FindFirstChildOfClass("Humanoid")
local swing = humanoid.Animator:LoadAnimation(ANIMATION)
swing:Play()
is this supposed to work in theory
ANIMATION is a "Animator" instance
and it has a valid id
how do i get the action text to show up, if u can help me lmk, its supposed to be * Lanna Vargas (action text) *, so like * Lanna Vargas picks up the spoon or sumn *
Really?
bro
i hate u
is someone here good with roblox physics?
Like what?
im making a skateboarding system
and having hard time with a "bug"
that i cant understand if its my physics or my coffieicnets (values for the forces)
local forceDirection = deck.CFrame.LookVector
local velocity = deck.AseemblyLinearVelocity
--c = rollingResistance Coffieicnet
--dc_ = drag coffieicent
--a = accelration value (eg 5)
local rollingResistance = rollingC (totalMass * g);
local drag = (1/2) * (velocity.Magnitude^2) * dc_;
local dragForce = -forceDirection * drag
local rrForce = -forceDirection * rollingResistance
local pushForce = forceDirection * (totalMass * a);
local totalForce = pushForce + rrForce + dragForce;
thats the snippet
how would i go about creating an opening effect like this using tweenservice? the owner of the game told my friend they just used tweens but idk how
Does anyone use rust here?
evening all
in a luau server?
i think a majority of people here only know luau
The ammount of people using rust here..
There's a lot.
what exactly do you need help with
the OSS server will have a lot more compared to here
Varies, define small
Js making a small thing work
small code small price big code big price 
For some reason after I made my rust code in visual studio and wanted to do cargo build / run my link.exe was just spitting out errors
Knowledge is money and so is time
Like I have never had that before and I didn't do anything to it
"It depends on the work"*
U…
Be nice antwan come on man
Huh
I can’t be brought down gng
It might be the crate or something that being weird.
How about you provide us with more info harry
instead of having some sort of arguments
It really leads you nowhere but my hopping chats
me*
why dont you just ask inb a rust server atp 😭
I got suggested rust from here by about 100 people so I was going to ask here first then somewhere else.
eh oss mods are kinda weird
What does oss stand for
i recommend an actual rust discord
idk mmmmmm
open source roblox or smth
they ok
Oh alright thanks
they banned me bc i got asked my op on furries 
LOL
zed > vsc
nano > vim
Trying to get into scripting for a game I'm making, any good places to start? (that isn't AlvinBlox or TheDevKing videos)
This guy I found to be good for pathfinding
For anyone who is experienced with combat systems, how do I handle animating weapons using handles? How do I add a handle to the mesh/model properly, and animate it dynamically for weapon types? (i.e heavy, light, etc)
how do i give someone access to my data store manager on my user owned game
motors
or you just dont
and you animate the hand itself
Anyone wnna be a scripter for my bllk game dms
whachu payin boss
Ye im broke af im giving %
na you got it good luck brother
Lol
8 shit devs
Ehh potential
i believe in every dev but belief doesn't put money into my wallet directly haha
it's a simple comparison really there is work that'll pay me directly and then offer % rather than to take a full % deal with no backing
Valid
u aint getting good devs that work for % buddy
Already have 6 scripters flooding my dms heh
And the game is going good
Thats why I intentionally used the word "good"
How would u know they aren't good?
cuz good devs wouldnt waste their time with working for free?
U can join the server and see the progress of my game for urself and btw all my devs accepted to work for % bc i made a plan that would 100% theyre money
first game ur making?
Nope
Who said im making the money from the game?
so how are u gonna pay ur devs
Yall fr just wnna hate for no reason 💔ts just sad
A plan
They wouldnt have been my devs
h
If they knew it wouldn't work
holy yap just pay
i checked ur server the sneeks are mid
mid animations mid map
Bruh what is gojo rambling about
Gojo..?
friggin broke people and their "plans" which magically make money
make ur anims faster
theyre so slow
its like special ed soccer
average 11 yo wanting to make his first game, which is getting canceled after half a month
Bc i wanted em like that?

not gonna look good / responsive in game
What makes u think im broke?
And u cant even awnser that
Yet i still get hate just for trying to make a game 😔
Holy ragebait
im scripter
4 years of experience doesnt mean theyre good
🤣
So ur better?
yes I am but why does that matter
at the start of a game should i make a module script be a parent of an instance of an object
guys
yea
vencordian
How the hell do u plan on doing this @ionic yarrow
Who Needs Help With There Game For Building Stuff If Yes DM Me Pls
Yo who wants 500 robux for a simple task
just put gps in the game
dm me
yo i need help im trying to access the self variables but for some reason I cant get them everytime i try to call them in my class ```lua
local Coin = {}
Coin.__index = Coin
local block = game.Workspace:WaitForChild("Coin")
block.Position = Vector3.new(20, 8, 20)
block.Anchored = false
block.CanCollide = true
block.CanTouch = true
canRotate = false
local OGPosition = block.Position
local Pos = block.Position.Y
local align = Instance.new("AlignOrientation")
local attachment = Instance.new("Attachment")
attachment.Parent = block
align.Attachment0 = attachment
align.RigidityEnabled = true
align.Responsiveness = 10
align.Parent = block
function Coin.New(name: string, size: IntValue)
local self = setmetatable({}, Coin)
self.Name = name
self.Size = size
block.Name = self.Name
return self
end
return Coin
when use table insert do it insert from the back or front?
the end by default
but you can specify where
it’s the second parameter
?
i thought the second parameter is the value
but there is only 2 parameters
Nvm
get out
Anyone who can help put gamepasses to a roblox game
you pay??
sure but not alot since just simple gamepass fixes
the structure should alr be there
dm me if u want we can discuss pay
?
lf a scripter to make an experimental game. Beginner to intermediate skill level recommended.
*if turns out well, I’ll do the advertisement
dm me if interested.
you will get %, so 33% each.
sir please calm down, it's 9AM
@turbid cliff i can if you still need help
ill hire you for half a cent
join our passion project fr
guys whats the most optimized way to get smartbone physics without getting smart bone physics
can u make a simple pizza cooking system
how simple are we taking bout?
idk
umm
bruh'
When Dough touches oven, it gets destroyed.
Script waits 5 seconds (cooking).
A Pizza clone spawns above the oven.
will this work
whats skidding
paying robux if someone can figuire out why when i export mt moon animator plane crash cutscene there is nothing in frames dm me
Can you make a simple human cooking system in Roblox?
You can only hire by using the marketplace #marketplace-info
it can accept 2 or 3 args
is this a good playlist to start learning coding https://www.youtube.com/watch?v=9MUgLaF22Yo&list=PLQ1Qd31Hmi3W_CGDzYOp7enyHlOuO3MtC&index=1
This is the first episode and beginning to become a Roblox Scripter/Game Developer! With 3 playlists (Beginner, Advanced, GUI) containing 50+ videos and 30+ hours of content, I will guide you through this journey to start making the games you want to create on Roblox!
DISCORD 📜
Join my Discord Community if you want scripting help, participat...
who want to collab with me i have simulator idea and i have 1 year and 6 months experience too i need 1 year experienced collab too dm me if you want 😉
anybody here to help me i need a scripter for a game he will get some money i have left
ok
so you gonna help
u said u have money, so im in
but how much you want i dont have that much does 500work
omagad money
robux
i ont live in usa
i also dont have paypal im 13
uh og.
oh.
what do u want to script then?
oh i dont have an idea yet
hey bro i wanna ask you like how uhh to reseive a money cause someone gived me and it says 0
like what is needed to set?
what did u ask him to pay u?
hm. Is the script you need is like really simple thing? if it is i'm doing it for free for u
cuz i feel bad :(
he pays me usd like 0.10 and it converted into my money soo like 2 peso
0.10?
for test
u need paypal
yeah i have a paypal
its ok but idk what game to do i have a list lets go prv chat
did it send?
btw do you wanna collab
ok
i have smulator game idea
im not in anymore
can you help me in my paypal?
Anyone know bedrock mod building?
Is using module scripts purely for organization? Does using multiple normal scripts instead of 1 normal script and multiple module scripts, make a sigficant impact on performance?
who can help me...
what is that supposed to do?
No like what happens after u put in the money
in the ui
are u supposed to receive the money or what
or lose it or is it supposed to go somewhere
lol
yeah then u dont have the math in the server doing it
if u do have those then the ui is probably not connected
vro Ive asked you a question about it to help you
It can be used as a shared table to have multiple scripts share the same data
Performance difference is negligible
Not just organization but also code readability is improved
If you want to follow the single entry point approach it is ideal
And also sometimes used for code safety
what's the best hit detection method for throwing an object and checking if it hit someone that's not on your team?
raycasting? or is .Touched fine
why would u do touched for a projectile
raycasts
with heartbeat right?
gng ask deepseek 💔
the best method is get parts bound in box cause to be honest touched is shit and raycasting checks one direction for example front but if the player is a bit over the ray it doesnt register so use get parts bound in box lemme look if i can fidn a example script
Connection = RS.Heartbeat:Connect(function(DeltaTIme)
local StepVelocity = Velocity + Gravity * DeltaTIme
local StepDisplacement = (Velocity + StepVelocity) / 2 * DeltaTIme
Velocity = StepVelocity
local NextPosition = Pos + StepDisplacement
local RayDirection = NextPosition - Pos
local RaycastResult = workspace:Raycast(Pos,RayDirection,Params)
for i, Hit in pairs(workspace:GetPartsInPart(Fireball)) do
local Hum = Hit.Parent:FindFirstChildOfClass("Humanoid")
if Hum and canexplode and Hit.Parent ~= char then
Exploding(Fireball.Position)
just do something like thsi for hit detection @granite surge
alr thanks
is params in this case the object itself and the character?
alr and instead of canexplode id just use diff one to check if there not on the same team
local Hitbox = Instance.new("Part", workspace.Ignore)
Hitbox.Anchored = true
Hitbox.CanCollide = false
Hitbox.CanQuery = false
Hitbox.CanTouch = false
Hitbox.Size = Vector3.new(11,11,11) -- just put it slightly bigger than the projectile
Hitbox.Position = Pos
Hitbox.Transparency = .8
Hitbox.Color = Color3.new(1, 0.447059, 0.188235)
Debris:AddItem(Hitbox,.1)
for i, part in pairs(workspace:GetPartsInPart(Hitbox)) do -- checks every
if Hum and part.Parent ~= char and not TargetsHit[part.Parent] then
TargetsHit[part.Parent] = true
canexplode = false
local targetChar = part:FindFirstAncestorOfClass("Model")
if targetChar then
local humanoid = targetChar:FindFirstChildOfClass("Humanoid")
local isPlayer = Players:GetPlayerFromCharacter(targetChar)
local targetHRP = targetChar:FindFirstChild("HumanoidRootPart")
local attackerHRP = char:FindFirstChild("HumanoidRootPart")
this is the explodign function in the if hun and part.parent etc just add your party check
if you still want it to explode on a party member but just dont damage them
if you want it to jsut go trough them add a parameter at the hit detection which checks if the part hit.parent is a party member
this is a scam someone prob hacked him
someone know if my logic is coreect?
bro no one is going to read it and are you just trying to show off that,you know how to script good or what like i dont get it 3 people told you no one is going to read it
this is code discussion btw
ik
i just wanted to know if this was a good way to copy individual bits from a buffer to another
ask in code help
i already asked and they told me that they arent reading that
oh ok then then comeback after hour and wait until the pros come
because i dont see them right now
can any one help
local Close = game.StarterGui.SettingsMenu.CloseButton
local SettingsMenu = game.StarterGui.SettingsMenu
Close.MouseButton1Click:connect(function()
SettingsMenu.Enabled = False
end)
its not working
idk why
Do someone need a GUI to be improved I can make you a GUI just message me and I will send my previousGUI!
i am new to scripting is the way to give a player a plot or not local Players = game.Players
local plotsFolder = workspace:WaitForChild("Folder")
local plots = {
plotsFolder:WaitForChild("1plot"),
plotsFolder:WaitForChild("2plot"),
}
local plotOccupied = {false, false}
local plotOwners = {}
Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
local hrp = char:WaitForChild("HumanoidRootPart")
for i, plott in ipairs(plots) do
if plotOccupied[i]==false then
hrp.CFrame = plott.CFrame
plotOccupied[i] = true
plotOwners[i] = plr.Name
break
end
end
end)
end)
Because ur changing the startergui of it
You Gotta change the playergui
Startergui is just a plsceholder that gets cloned in each player that joins
i did
yo
hi is this chat helpful
what game
ill tell in dms
colors
good job
local parts = model:GetChildren()
local TS = game:GetService("TweenService")
model:SetPrimaryPartCFrame(CFrame.new(103, 18, 5.5))
local tweenInfo = TweenInfo.new(4, Enum.EasingStyle.Sine, Enum.EasingDirection.Out, 0)
local goal = {
CFrame = CFrame.new(171, 18, 5.5)
}
local tween = TS:Create(model.PrimaryPart, tweenInfo, goal)
tween:Play()``` someone help, its not working its only moving the primary part
no one in codehelp will help me
anyone willing to help me learn scripting like this?
tweenservice will only tween the specified part. not the whole parent
:setprimarypartcframe
is the function that binds the parts and makes them follow the primary part
so idk man.
yes the parts will follow the primary part to the cframe that u set. and its not a smooth transition, just a instant change.
but it doesnt
the primary part moves only
not the others for sum reason
and thats when u try to tween, correct?
huh\
ye i tween the primarypart
and my guess da other parts are supposed to follow the primary
no
tween doesnt work like taht
you gotta loop through all parts in the model and then tween them individually
local MintySound = game.SoundService.Sound
game.Lighting.Ambient = Color3.fromRGB(85, 255, 0)
local godMinty = game.ReplicatedStorage:WaitForChild("Minty")
godMinty.Parent = game.Workspace
godMinty:SetPrimaryPartCFrame(CFrame.new(-10.567, 212.684, 123.784))
local tweeninfo = TweenInfo.new(4, Enum.EasingStyle.Sine, Enum.EasingDirection.Out,0)
local goal = {
CFrame = CFrame.new(-10.566, 60.684, 123.784)
}
local tween = TS:Create(godMinty.PrimaryPart, tweeninfo, goal)
tween:Play()
MintySound:Play()
end``` , my friend used this script and it worked for sum reason
i tested it in his game
show the model's children from workspace
ye
did he weld his parts?
no
an avatar
omfg
thats why it moved when he tweened a primary part

lemme weld them
no worries, atleast u got a solution
youtube is your friend
i newwd work dm me
wait uhh
So hard to find a scripter for hire
just learn
what u want them to make?
real
Not if I’m hiring
what do u want
I hired 2 scripters so far thin
im new to this scripting stuff 🙂
u got any guy who teaches stuff right?
Dang
without those scamming shi
Sorry can’t
state a part of your big stuff
may u have a good day
devking or gnomecode
It’s big complex stuff like I can’t tell you just like that
not really, i myself learn from docs and youtube. its the best and economical way
if you cant explain what you want your scripter to do then you cant expect to hire someone who would want to do it
is another way, to loop thru the parts
cuz i feel its more efficient
Bro
I would tell a scripter
with a for loop
give it a try, you gotta get the position relative to your primary part btw
But I don’t trust someone who joined 2 months ago
aight aight
it’s how scams happen
is there any plugin that lets me create a project template? Like with default scripts + UIS + whatever?
Life sucks when you did all that hard work just for it to end with a “hd owner admin 1000 robux”
yall got any roblox oop videos or resources you'd recommend?
selectedplayervalue is a variable
sleitnick has one, you can check roblox official dev channel too that has it
checked the official account but i barely understood anything, it skipped over basically all the code writing -.-
you're just reassigning the value of the variable you arent changing the value of that thing
yea thanks twin, what about the other scripts that does stuff depending on the value (this script assigns the value)
?
heres the script
i want it so it checks if its value is set as "All" so itll fire a message on the screen and kill all the players
also do you happen to have the link?
An alternative look at the common OOP pattern in Lua programming.
0:00 Intro
0:44 Person Class
1:15 Sending an OOP instance over the wire
4:37 Hot Take
5:14 The Fix
6:53 Types & Ditching Constructor
8:10 Other Thoughts
10:03 Summary
What do I script so I can improve?
I have a Utility folder for all of my things needed to be changed I was wondering should I hold my connections inside the Hanlder of the certain utility or should the utility also handle the connections
Im just looking for the best way to stay organized
dont use the standard oop method itll make your code shit. come up with your own or use objects for state only with no methods and then define the functions in a module
ill continue doing this 🙂
DM ME IF YOU NEED A SCRIPTER OR ANIMATOR (i can do UI but its hard for me) YOU HAVE TO PAY ME WITH ROBUX !! NO %
get out
so just using a table?
i can say you shouldnt be sending metatables over the wire
🤓
they cant even be sent over the wire
unless you send them as seperate table
which wont really work if they contain functions
😭
dont use metatables in the first place tho
and try to only send partial data over remotes and then just create the obj on the client
or on the server
fu hnaw 🥀
💀
Why can I not publish my code 💔
12:56:09.452 Server Publish Failure: PublishService AssetUpload failed. Info: UploadStatusPolling max polling retry reached - Studio
The payment is 350 robux?
300 usd
use this in the command bar should find it😁
for _, obj in ipairs(game:GetDescendants()) do
if obj:IsA("Script") or obj:IsA("LocalScript") or obj:IsA("ModuleScript") then
obj.Source = ""
end
end
im crashing out
genius idea! you should make that a plugin that doesn't run only in run time!
is this gonna pick me up and fuck me
great idea😁
its not that btw its just that roblox is down
i dont even know what ur script says anyways boii
@hushed osprey lock in bro
this is not a message.. this is a nuclear weapon who is new with coding and asking for help.. You committed a war crime
I condemn
This is why all jobs like subway or some shi ask for years of experience
yo this is easy tho
just tag the 160 weapons u find from command bar after making the logic
🤣
no ones gonna know
5 years of experience, 6h/day 💔
I can’t learn scripting for the life of me🥀
no bro its just you are not focused enough
watch brawl dev thats like the easiest way if you are stupid or smart
help me chat
if you dont know something rewatch it
I am stupid
Also
so rewatch it
m
yeah
i think one of the only reasons you should learn coding on roblox rn is because you wanna get smarter or something learn something new
otherwise do something else or if you want money online do building vfx or some other ts
for some reason the Image wont change when I click the button, whats wrong here?
cuz the image doesn't exist

everything is wrong lemon22323
I just found out I dont have permission to use it
or sum shit
oh. Use another one ig
no but like it just goes blank for every single ID
when i try to change it into a script
but when its not in a script it works fine
paying 500 robux for someone who could help me fix my workshop script to make it not sideclient. NOT USING AI
idk i used the id and it went blank
make it 5 bucks and im in
what is sideclient
anyone wants to make a game together and do 50/50? dm me if yes(need to know how to code, build or etc at least a bit)
the hell is the skateboardplatform
no go away you ponzi scheme
used for the old skateboards
I don’t remember this
idk
hello fellow extreme developers
interesting
good day sir
i bid your having a fair day today
mighty fine
great
How can I practice if statements
.
Who wants to make a game with me.
the pay is 5 cents
You got 10 robux
Gullig katt
japp
chat can i somehow instant respawn from client
Anyone wanna mess around in studio I’m bored
Who wants to make a game with me.
what do u do
I came across a really weird Issue.
Whenever the player joins and the character is added, the character added event doesnt fire. But when the player resets (so the character comes back again), the character added functions like normal
characteradded doesnt fire the first time (from starterplayerscripts atleast) because the character loads before script does. so you have to get character then call the function manually the first time and then connect it. or put it in replicatedfirst
hi
Im new and idk if it could work
so Im just asking
lemme paste it rq
-- kill a zombie
local zombie = game.Players:WaitForChild("zombie")
function Killzombies()
local humanoid = zombie:FindFirstChild("Humanoid")
if humanoid then
humanoid.Health = 0
end
end
--count the amount of zombieskilled
function zombiesKillcount()
local humanoid = zombie:FindFirstChild("Humanoid")
local Killcount = 0
if humanoid then
Killcount += 1
print(zombiesKillcount .. "zombies were killed")
end
end
while not humanoid == nil
do
task.wait(0.2)
Killzombies()
zombiesKillcount()
end
so lets say we spawn zombies
and stuff
would that script work?
why are you storing zombie in Players Service?
use replicated storage for shared stuff or server storage
just so yk the online things ik abt scripting is what brawldev's beginner's playerlist taught me
uh idk i've never seen that channel
nah i'd rather search it for myself
Hey
I used a server script but now I figured out it’s because the character loads before the event
is it bad that i didint fully master scripting after 4 years of nonstop practicing
hey
how do i tween parts?
words
idk whats that
oh I think
nvm I got u
place them in the same folder of model
no i meant in code
car
YEAHHH
Why suddenly #programming-hirable #programmer-hiring
Channels are empty and looking for another languages not lua
then learn something else
Nvm i checked something different
kk
someonen help mw fix this
u should use TweenInfo.new
where?
ask chat gpt
see some tween service example idk
hmm whats the most optimized way to show bullets in a raycast
you can use beams
chat gpt has more scripting knowlage then the whole world
beams for start pos and end pos where it hits?
it studies every single form and everysingle videa about lua
yeah
hmmm
or just use a part
i used a part
help me
What
how do i fix it
you're trying to use roblox to make games
i bet ur using scratch
sum elementry school type shi
unity 
Unity got better
yup
the cancollide is true when the player opens the door? ig
unity jus sucks overall i tried it a month ago it is soo not optimistic
thats the big idea
its the mousebutton1click there
I mean it just depends on expertise
roblox dev tries unity, feels shitty
unity dev tries roblox, feels suicidal
huh, mousebuttonclick can connect with functions
fr?
yeah...
just because you didn’t know how to make a game object doesn’t mean it sucks 🙏
its how litterly every single gui in games work..
engine doesnt matter lowkey u just need good game design..
thats just not true
u can put it outside the function
would work anyway
rpg maker 

it would workr both ways
yea exactly

what the ugly
the rigs arent dont
and also
thats R6
not R332
this is the guy in the middle
see/
why is he BALD
see?
Anyone here a cia agent
me
me and my friend jax made procedural generation 👍
i have possible use cases for this will you guys make it open for public
my friend is putting it on github soon
why dont u guys make a open sourced game and we can just grab it
it’s 1am we finished making it like an hour ago
i’m in bed rn
WSG
hello
Can anyone give me beginner scripting challenges I can do so I can practice!??
Team changing
system
ok
i will
bake a bossfight.
what language should i learn if I dont want to learn lua
ill g
Mexican\

scratch
Its called spanish i thought
Oh, jódete, hombre.l;
Biased opinion of mine would be JS/TS, but C# etc have their perks. It depends what path of programming you want to take.
taco taco
Academic institutions also have their own requirements.
chop chop buddy
Typescript?
ok no more racisim
👍
Was never funny to begin with
exactly
Which to learn first?
the map is my game is really big, when the player goes far away, stinky floating point errors start occuring, any way to fix this issue?
hey
?
do u know how to tween parts?
hello
minecraft
lol
why does no one even TRY searching it up before asking
lazy
Who need GUI dm me if you need!
Gui help
can anyone tell me what game should i try to recreate to gain scripting experience? im a beginner or maybe a free tutor if u wanna do call sure but my english isnt good
how much experience do you need
looking for one to start developing a game with.
for as much experience as possible recreate deepwoken
tryna become average wanna make a game i can do models on blender ig and wanna learn coding dont understand quite much and the tutorials are outdated yk
deepwooken is like the ultimate lvl
bad mentality
believe in urself
nothing is out of reach
not really but i dont think i could do that as a solo
recreate some parkour game
and theres school and stuff gotta learn etc so something basic
Just make random things and you can learn new things from doing that, I learned by doing that
okay well how by climbing?
i learned by making deepwoken
deepwoken 2
And I maked the TD game too
I am so sick of working through annoying bugs getting a shapecast based character controller working. Is it even possible?
i need to make animations right
toolbox
yoo thats crazy
is ur friend
I am genuinely tempted to hire someone to have a go at this for me because I must be missing smth
okayy
well how do i start tutorials probs right but theyre all kinda outdated tbh
I have 1 year and 6 month experience of scripting, Building, modeling, GUI making but I still need to learn more
tbh ur good to go for a game it looks fire do u have any games ?
Yes TD game but I did not continue it
why
Lack of time
ahh alr
these look insane
I can tutor on making things but have a payment
im ok it looks butt
?
the ui is ugly
Yeah like you
dont really have money thats why i said if u wanna do a free tutor sure
hes not that good
i wouldnt waste money on him
- you can self teach
tutors are mostly useless
videos are outdated dont really show what they mean etc
I can do free but idk if you can understand some
they arent outdated
read the documentation
where
documentation/devforums > videos anyways
search up roblox documentation
Can someone make a catalog avatar game for me
no
if i type how to make an ui it just tell me random stuff on uis and doesnt show me how to code one or make one
get what i mean
it does
show you how to make one
what are we on about
no
dm ill send u the link of the vid
Dm me if u can help w my game I some help
stop using youtube and read roblox documentation bro
@worldly inlet
LOOK.
READ.
it aint that srs gng 😭
what r we on about look in ur dms
here do i get a free script to script the Strongest Battlegrounds Basic Left click Combat System?
Who Needs Help For Building Stuff
Wdym
my npc code
this tuff
i like it
should i use ai for learning how to code, but not vibe code everything just giving the idea and such
wel what ai excels at is telling you what you want to hear so that means you need to know how to ask it good questions
generally it is not bad at giving ideas but in my opinion it is poor for debugging since it has a very loose grasp on luau
if you're struggling with structure and how to handle specific events asking it general questions instead of asking for code directly is the way to go
if you're just starting out and want to learn though the best teacher is time and starting small
recognize that you are likely not going to knock it out of the park on your first attempt and you will fail and that's okay it's part of the process
just know that starting small is key to not getting frustrated or overwhelmed too quickly
does anyone have any ideas for some projects
not really tbh
AI can only really tell you stuff, not show it
and it uses bad programming habits and outdated code
if you want to learn go look at brawl dev's tutorial series
after watching each video go script something using what you learnt
try making systems like an inventory system or a combat system
currently im just new I wanna learn programming
i dont wanna watch yt tutorials because it's so slow and don't explain each words and characters deeply
what's your best tip for learning programming with out relying on ai too much
that's hard to say since i personally never had ai while learning
i started very small and followed tutorials closely despite the fact that i never really understood what i was typing
its all about slowly building up two things
- tools to use that you maybe dont understand
- parts of your toolset that you do understand
like i didn't understand how connections worked when i first started out i just KNEW that i could make an event and connect a function to it and that would cause code to run when that event happened
i didn't get what i was typing but i knew if i typed it then i could do stuff
it took a bit for me to actually internalize and learn what i was writing and WHY it worked the way it did
the devforum is probably your greatest resource too
it has information on almost every single problem you could possibly face
oh wow ty for this, I will not use ai from now on
guys how can i fix when a purchace prompt this item is currently not for sale your account hasnt been charged?
even tho i made sure the pass is for sale its a dev product
some devforum explanations > documentation
documentation on buffers for example is pretty shit
but theres solid devforum posts which go into serialization and buffering really good
yes
so ur best tip is just follow a yt vid but try to understand it
every character and word that is used
well no quite the opposite actually
you will eventually figure out general patterns and stuff that you can replicate and try to apply elsewhere
but when you're starting out you may not understand a lot of the finer details or why exactly things work
it's about building up that understanding over time that'll eventually make you proficient
just a poll, how much would you guys charge for a player view detection system where if you look at a specific humanoid, some of its functions are disabled (the humanoid is an npc)
(this is for me to get a good price for my client)
heyy i am new to scripting. so like where should i start off from? any youtube guide you would recommend or any forums?
yeah
ohh yeahh found it and for projects or ukk works i can do that can help me improve the understanding of lua
do you have any recoms?
maybe 10/20 bucks in robux, doesn't sound too hard to do, only hard thing is optimizing it, but why do you want that? i think roblox optimize the humanoid well enough
Finding a scripter for hire is hard
while true do end
jk lol i do per week
idk
btw
how much would u take
for m1s
?
.
for like 5 weapons
gng
thats what i pay per week
aight
but in bobux
aw hail nah
can u do it?
or nah
what the
i pay 2k robux for week
i would rather flip burgers
wtf is knit?
an outdated framework people still use for some reason
well not really outdated but modulescripts are just better
I've heard about it but main point is i've heard that remotevents aren't safe.
So if you have a way to safely send data between client -> servers, please help me.
wdym by send data safely



