#code-discussion
1 messages · Page 175 of 1
cani love u
nope
im gatekeeping
the hell
highest ive seen is 2k usd in hiring
i say NO
atp js hire somewher else 😭
you have Game Producer
at that point u should actually just get hired!
show role
and
Does anyone know what could possibly prevent any character scripts from running? I'm manually spawning the character, and set the character before parenting to workspace. Seemingly nowhere does it document anything I could be doing wrong.
why is frontend and backend distinguished with scripting
guess whos sliding in dat dms, 10k is something id love to get 4 that easy work lol
does PromptGamepass not work on serverscripts?
localscript only
say mums
I’d assume that’s just their budget, not full commission upon all completion. Seems like a long term commission.
Are u a combat scripter
fine4me2, 10k is 10k
Ngl, if I actually had the time, I would do it
?
That’s not a specific area of scripting I would say someone could “specialize” in. I’m a scripter, I script things, I try not to limit myself in what I script
And no, I will not work for you, sorry
I just asked I didn’t ask you to work for me
No to be rude tho
Thank you
Just said that as that would typically be the follow up question from someone who asks that after asking for someone to DM them to work for them
Oh ok all good
IMA MAKE IT MULTIPLAYER
is it rare for programmers to do proper polishing without being told what exact polishing to do?
depends on what you mean by "polishing"
bug fixes and maintaining your code should be a given
if somebody wants you to specifically tweak something though and you're not sure what to do the best course is to ask them to elaborate
question, is team test a private server or public?
@last lily
yes
does having too many prints laggy the players game?
bro what
i would say mostly front end stuff like adding sound effects to things, making UI have feedback, small things really
yo
why would you print stuff
damn
anyone need a scripter
frontend is everything a user sees in my opinion, backend everything a user doesnt see
if by polishing you mean code cleanliness then even more so
We are all scripter here
i thought most scripters were full stack
where do i ask?
yeah thats true
for testing?
thats not a lot of prints
oka
that type of polishing too, is it rare for people to write well organized, good format, commented code?
depends if its a localplayer print oder a serverside print, localplayer prints can lag out if its way to much lol
yes
that sucks
good format? rare
well organized? rarer
commented? lmao nah
i guess i should lower my expectations then
i'm not sure how people are fine working with bad code
You were in the wrong chat cought you in 4k boddy 
theyre not
ik 🙁
but most people seem to not care
from what you're saying
and just from what i've seen anyways
as long as the pay is good anything can be done without a care
but its way more work and way more time when you have to understand a bunch of someone elses code
what's considered good pay
$40/hr?
depends who u hire and for what
and hourly is not the way to go
Tell me
a longterm scripter
my chase sequence
just look at prices in #scripter-hirable #scripter-hiring
oh why
ive been literally using chatgpt
Chatgpt is usless if you dont understand the code
alright
you never know how long somethings gonna take isnt that obvious
especially when you mention working with other peoples code
Whats going on here
he ask question
thats true but negotiating for every task seems too much
I c
sigh
i cant script bro
assuming they aren't a scammer and have some morals then
you negotiate in bulk
hourly is the most straight forward
Then let a scripter do it or lern scripting
i removed the animation controller and added a humanoidrootpart and stuff and its still not working 
anyone got a module/framework to scale ui strokes depending on screen size?
im broke i cant pay anyone
a bulk of tasks? what about things like bug fixes or further polishing
or small random things that you want to be added
you list everything that has to be done or the finished product you want to achieve and negotiate on that
Then lern it or ask someone if they can do it for free
then that would probably be done as additional pay
and bugfixes are usually included
Guys, i have a question. A friend of mine is working with me on a game, he takes care of the map (Which is simply just retroslop, everybody could do that. It's really that is easy), but i take care of the scripting, ui etc. basically everything except building. We have now reached a point where we can decide how much each person gets from the game, percentage-wise. He constantly insists on 50% of the game, but I think that's way too much for that little bit. Even though I constantly give him arguments as to why that's complete nonsense, he doesn't want to accept it and threatens that he won't work with me on future games if I don't agree.
Short context, he and I have set ourselves the goal of starting out together and developing games, he constantly uses the argument that it is for the future, that it should always remain, in his words, (fair) 50/50. Now to my question, should I still get involved with him or just reject him because I can't accept it like this, I'm carrying the brunt of it here, so I should obviously get a lot more in this case
Isnt it automatacly scaling with the ui?
probably depends who you find
show map show game
sigh
Had something similar
You shuld have made a contract with him
i need help w/ a niche coding problem using surfaceguis
could someone help me
realistically if you accept hes gonna be taking 50% on each future game for just the map
nah, i found a fix
uiStroke.Thickness = initialStrokeThickness * camera.ViewportSize.X / BASE_SIZE
its a simple formula
I c
wait(5)
-- Animations
local StartAnimObj = script.Parent.Start
local Animator = script.Parent.AnimationController
-- Tween settings
local TweenService = game:GetService("TweenService")
local Info = TweenInfo.new(1)
-- Load animations
local StartAnim = Animator:LoadAnimation(StartAnimObj)
-- Make a new Animation object for Run
local RunAnimObj = Instance.new("Animation")
RunAnimObj.AnimationId = "rbxassetid://84255928879904" -- your Run anim
local RunAnim = Animator:LoadAnimation(RunAnimObj)
-- Play start animation
StartAnim:Play()
wait(11)
-- Move root part down
local root = script.Parent.RootPart
local roottween = TweenService:Create(root, Info, {CFrame = root.CFrame + Vector3.new(0, -36, 0)})
roottween:Play()
roottween.Completed:Wait()
-- Move root part back up slowly
local roottween2 = TweenService:Create(root, TweenInfo.new(10), {CFrame = root.CFrame + Vector3.new(0, 2, 0)})
roottween2:Play()
-- 👇 Start running animation after it rises
roottween2.Completed:Wait()
RunAnim.Looped = true
RunAnim:Play()
Sure, but don't expect anything special, it's basically a tower game with a twist. We are both at the beginning of our journey. But u can clearly see the difference between how much work was done
Hey guys, I've got a question, how do big games handle objective completion with quests? Like if there are many quests and so, and many possible objectives, how do they do to add an objective as complete. For example, you have a quest of fishing a special fish, so you have to fish multiple times until that fish is fished, so my question is how do they manage that?
basically, since roblox is dumb, they dont scale ui strokes
so you gotta do it yourself
just show 😭
alr
Realistically you get paid based on your work if somone made 80% of the game then he gets 80% of the ernings
roblox has BEEN dumb
Hmm so if i make a ui stroke on my pc resolution then its gonna be much bigger on phone ?
No roblox is dumb
1 of my game stopped working cuz of 1 studio update
REALISTICALLY its hard to tell what is what % in the game
That's what he did so far, (Only the tower). Everything else is made by me. It's not yet finished and i don't really want my idea to be stolen here, so i am not showing how it is ingame. But if u really look at it, 50% just for that, is not fair. I could have done that by myself
oh hell naw
that tower got 5 floors only
holy gamepasses of doom
And its small as hell
but either way
if he doesnt add like 15 floors there then this aint no 50%
right?
Yep
30 would be generous
he just doesn't want to accept it
He better take less ore bye bye
that's what i am saying
correct
He a greedy litle guy
But it does though
though if it wasnt friend-friend no one would give double digit % for that
Yeah, absolutely
idk what u guys have in mind as finished tower
see thats why you gotta discuss stuff beforehand
Yeah, that's what i am doing rn
what if
You can make it better by looking for every child of the game and their children and so on
you made a dictionary
Basacly make a signed contract
and put the active quests there with values as progress
I mean, he is not a stranger, he is someone i have known for a long time
eh no need to
Still
or just talk it out beforehand, hes saying 'friend', unless he uses the term very broadly there should be no need for contracts
I really see potential in this game ngl
Well that way you only have 1 script for any ui stroke there is and will be added in future
a 50% cut would be too much
Friends are the ones who betray you way too often
well thats how its working its getting all descendents of startergui
i just put it inside of the corescript for button states
did u say gui
can u help me with screenguis
sure watcha need
omg tysm im going to dm u my problem
ok
If you dont add any ui stroke outside startergui then its totaly fine
people use term 'friend' way too broadly
wont work for ones out of startergui im pretty sure
cant its full ill just dm u
U can make a loop in case you add ui strokes while playing or any way to activly call it
alr
true that\
if i need to add ui, ill make a refresh function'
so its not wasting memory
pointless while loop yk
Yeah
Why is it alway that when 1 of my game works and i work on another and come back to it after a while it doesnt work anymore
theres a gap hes gonna trip and fall
quickly build a bridge for him to safely cross on
Check if the parts are unions or meshes else you game will lag
not really
bruh
it doesnt work when i put a humanoid
but it works when the animationcontrolelr is there
@prisma shore
ill try dming em :D ty
and you are a builder right
want to join? if we get enough passion we will start directly on a rpg 🔥
Agreed
would it be possible to detect executor injections
or something similar
i tried to do something like this
if rawget(_G, "getgenv") and type(rawget(_G, "getgenv")) == "function" then
local success, env = pcall(_G.getgenv)
if success and env and type(env) == "table" then
return true, "getgenv function confirmed"
end
end
if rawget(_G, "getrawmetatable") and type(rawget(_G, "getrawmetatable")) == "function" then
local success, result = pcall(_G.getrawmetatable, game)
if success and result then
return true, "getrawmetatable access confirmed"
end
end
return false
end
local function detectEnvironmentTampering()
return false
end
by detecting a executor global that most executors use and check a modified client enviroment
i dont know if this is possible but i wanna go to every measure to prevent cheaters
falling asleep coding
hey guys, quick question
been away from roblox studios for quite a long now, im tryna get back into it.
for the new-ish ProfileStore, how do i call it locally? via Profile.Data[playersname]?
https://youtu.be/kCVUvxeVLuE
made this video for yall lazy vibecoders out there too broke to afford subscriptions
Saw someone say in a video that when you call :Destroy() on an instance that it automatically disconnects all connections to save memory (obviously) and then they proceeded to show an example where they call Destroy on the players character on CharacterRemoving and destroy on the player on PlayerRemoving, does this actually fix any memory leaks or was this just an example? Does the player instance or character remain in memory after being removed?
Yes because roblox doesnt automatically cleanup a player character when they leave you have to enable it in workspace or have a script automatically do it
I've been trying to remove viewmodels but didn't work really well
Anyone can help me removing the viewmodels in FE guns?
What do you mean by enable it in workspace? Also does destroying the player as they are being removed do anything?
It should clean it up automatically if you do that yes
Theres a setting in workspace I believe
You'd have to google
has anyone made an ecs for npcs im just curious
why an ecs specifically for npcs
speedrunning getting blocked
Hello guys do someone have a Simulator game here that is not using anymore? I can buy it but low price dm me if you have
after you call :Destroy() it actually doesnt get removed from memory instantly, on the next lua garbage collector cycle it checks if there are any refs left to the instance, then it gets freed from memory
you don't need to worry about memory leaks in lua its a pretty high level language there is no memory management lol
btw roblox automatically handles the removal of character when they leave so idk why that would be an example its kind of redundant
it doesnt do anything, roblox handles the removal of the player and its redundant to do that
idk, may false-positives or exploiters can just hook rawget/pcall and return nil every time.
sanity checks better i think. just validate all your remote calls
yea that will not work unfortunately because atp roblox cheats can edit anything and everything
only some basic unsophisticated exploits made by skids will get detected - if any at all
Any thoughts?
Its kinda a showcase
wait is this seperate from the furry tsc or
seperate
oh thank fuck
the whole game will kinda just be a showcase showing off the 80s kinda Terminal
anyone down to make a game dm if your down 50/50
✌️
if u want anti cheat methods
dms
what does that orange message means, im the only playing right now
he said kind of try to send fewer requests.Key
you're sending too many requests
hmm okay, it says "if" the queue fills though so i thought maybe its a common message when using datastores. Im not a scripter originally
Yes, I think so? But I also ask you to try to send fewer requests to avoid this problem.
i see thanks
Np
pfp tells u everything tbh
Ya
how do i add fog after they removed it
hey i got small community of devs , pls welcome to join dm me 🙂 i need u
i have a afk system but it only works when u go off screen so u cant be afk on mobile can any1 fix also i need to to not let u enter the zone for 3 seconds
did u put ur request functionality in a loop
hi
Fog is now called Atmosphere
I have a cutscene animation but I want it to play for every player independently kinda like ink game cutscenes. Any of yall know how to do that
you could add a button for that yk lol
you can send it from the server with a remote event
do I move the actual character or do I apply a humanoid description
It means ur starting to reach your allowed limit on requesting to save/get data
@sinful lintel
depends of u
do this cutscence will be played by players ?
and if u continue with this trend, it'll start dropping the new requests till the queue empties (which can potentially break some scripts)
Usually happens cuz a script is constantly saving data
or requesting data viceversa
its suppose to play every time the round ends for each player playing the round
so if I apply the description onto a dummy I pretty sure it will bug bc thatd be server side
but I don't have a bunch of time to test that out
it will not work lol
I mean what exactly is the cutscene about
like what u wanna show on the cutscene
a player is put in a first POV camera and a trophy crashes down on them
like the ink games guard push cutscene
idk this game
only the winner?
so the player's avatar is shown then
yes
so if im understanding it right, for each player the cutscene displays a trophy falling down onto their characters?
yes
okay, so you can make the entire cutscene client sided then
alr
you'd just have to clone their characters
client sided
no need for humanoid desc here
just make sure the archivable setting is turned on
cause roblox character disables it by default
for what
if its disabled it wont allow you to clone the character
Question I hired a scripter for my game to do some simple scripts but he hasn’t finished nor has he even tried dming back what do I do
THANK YOU
you pay him yet
Nope
you can ask for your money back if you paid anything
Just a clothing game
All I wanted was a purchase and try on script with some other simple scripts as well
what were you paying
you can prob find sb else then
well if you havent paid anything you can jsut ditch the guy for another person
how long do I wait to ditch him
how long have you waited so far
It’s been 2 days since we last spoke but he was suppose to be done with it like 5 days ago
yeah it shouldnt take long to do those scripts
you can ditch em
like at worst it should only take 3 days to make those kind of scripts
That’s what he originally told me
but I get you can be busy and life but I would appreciate some updates at least
yes but
?
bro msg him
youve pretty much wiated for a week now
cuzz i know the feelings
you have gotten ghosted
I have
you can mvoe to someone else
just let em know you are ditchign em in a friendly manner
a month ago a client hire me to make a full game it took me 1month icompleted on daed line but he never pays me
Like (sorry bro I'm gonna go find someone else you jsut takign too long and have ghosted me for something that can be done relatively quick)
😭
Like a originally we started talking the 26th?
ig you can give em a couple more days
but id start searching somewhere else
did he finishes the work
being ghosted when paying for comission usually means that the person wont finish the work
broski theres report tickets yk that right?
Not even
hell ill do it for 10 bucks lol
I’ll give him like 2 days but I’ll start looking
Just incase
Since it’s kinda holding me back from heavily from releasing the game 😭
just fire the dude if its that critical
It’s not critical critical
so give him 1day
if tis holding back on releasing the game it kinda is critical lmao
But would have been nice if it was finished by now
The game release I don’t even got a date since I need to finish all the clothing still
whats the work?
Good morning scripters
its good night bro...
you doing a cloth merch store game im assuming?
its 9 am for me broski
hello fellow oxygen breather
Sorta
mine 9 pm
W ?
just got the new window 11 update stuf
I I have a clothing game and need someone to script the mechanics for it what I’m looking for is a player try on and purchase script as well as a area locked by a group rank script as well as this script where a employee for example holds out a tool and they click the clothing and show it to the customer and they can try it on and purchase it
This best way to explain it
I mean i could doit ngl
How much
how much u paying the other person
Like 10 bucks
He told me it was easy so he said that
I know the clothing and purchased script is really easy to make but I’m just lazy tbh 😭
Mhm
the employee thing however it depends on how complex you want the showcase
Someone told me here how it may work
it could just be it giving the shirt/pants to the player
it could also be a mini cutscene
it depends on how u want it
would you sya the employee begins persuade the player to buy the clothes when ur near them?
and when u click em a prompt for buying the shirt/trying it on displays
I mean the employee aka a player would help guide the player and what there looking for
And yeah puresuade I guess you could say
well this is more complicated lol
unless by guiding the player you mean fixed options the player can choose from make the NPC do something
Function it just being the exact same how it is for a normal try on and purchase manquin but on a players tools
Oh it woudnt be a npc it’s just a roblox player
okay well uh you should of said that
Mb mb mb
@candid isle DMs
Well with the twist I guess you could say that they click the clothing that there gonna show them
?
indeed
That idk how they do
Unless it’s some hidden prompt in the ui employees have access to or idk
how do code
step one write stuff step two it all words out
ok
nah its not that hard
you jsut need a small codebase
Really?
to have the clothes ids
Wdym
you give the id's to certain employees to display
Would it be easy in the future to add more ids to it or nkor
and on a remtoe event when the player clicks the employee/cloth it'll prompt a gui using the cloth id attached to the employee
Nope
just say code and your game will automaticly coded
umm ok
How much would I be looking at spending usd wise
I just used this word and it works !
if you wnat me to do that, how about 20 bucks
special code life
does that sound fine?
yess if it didnt work kick you pc 10times than it will work
How long would it take you
tnx
id say could be from a few days to a week
i will do for rbx
if it was without the employee codebase it could be done within the day lol
🫡
Let me add you on discord and we can talk in DMs if you want
i have 500k bobux
aight my guy
I don’t even play that
I miss my peak trading days 💔
i earned all of mine from a game i made lel
Ooo very nice
how
Lately I just do clothing commisons
albeit i have made way more than that but i have already devex
The pay is decent ig
umm blox fruits
i make game ppl find engaging enough to play
I use to trade hella in that game
idk how much robux in total i have made
dam
What game is it I’m curious now
all i know is that i have done plenty of devex operations
that i could buy sw 2 multiple times
why so curious
Isn’t dev ex rates kinda bad
I’m curious what the game loop was
they are lol
I know a lot of my dev friends don’t dev exs there and do other stuff with it!
i can dm you that
Sure
should i just spend the next day learning twen untill i learn it?
or just keep doing small small scripts
tweening is like
like what
hold on
local Tween = game:GetService("TweenService"):Create(Object, TweenInfo.new(TweenTime, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {CFrame = CFrame.new(target) }):Play()
I have this thing saved
I just change it around to match the thing I want to tween
🙏
the only part
i got
is local tween = game:getservice("tweenservice")
and the stuff in tween info
wym
is that good for 10 minutes of learning tween 😭
getting a service? 💀
LMAO
and i still forget doing it or how to do it
yeah I never bother to remember how to type the whole thing out
I just look for a different script that uses tweening and copy that line of code
I'm pretty sure most other people do that too
if anyone wants to invest over 500k as an investor on a game then dm me
i would do that but im not trying to make a game
cmon gng its not that long
this is learning brah
oh i thought u meant sum else
i dont copy stuff usually unless it dosent work the first or second try it takes a lot for me to remember 😭
This is the ONE thing you should be copying
trust
this is how the pros do it
aight
i feel like tween does more than just move stuff right?
even if it wouldnt
that is bs 😭
still super important so i REALLY wanna learn it fully for some reaon
no it's not
what should i try do with it?
I learnt it form a pro
pro bullshiter
no dude you GOTTA trust me
he was like
getting crazy commissions
at the time I was a young grasshopper
and he only joined the project to make fun of the way I script
This was many moons ago
Then stop trying to learn tweens
what has this server become 😭
y?
because you have two days scripting experience
A timer?
show code
how do i put stuff in like
just send a screenshit
this
it's
is it fixed ?
code
local timerLabel = script.Parent
local seconds = 0
while true do
seconds = seconds + 1
timerLabel.Text = tostring(seconds)
wait(1)
end
yeah screw that
you're supposed to use task.wait() instead
whats the difference
task.wait is faster and easier on roblox(like technical stuff)
this aint that techy 😭
just use task.wait() instead
HI
I WANT COLLABRATE MY GAME HAS ALREDY 270 VITS
What's your game about
sounds boring
btw i have some abmin abuse that hs 50 ccu everytime
i won 30 robux
one of the first thing I ever made
my first script by me was probs a killbrick
that i dont need help
killbrick and timer are the only 1s i on need help with
i used to watch the dev king but ppl say u should just make small scripts and check docs instead
sure
put this into your game
task.wait(.1)
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
--this may seem silly, but because of how roblox works, you gotta do it twice :-)
task.wait(3)
print("prepare for rain :)")
task.wait(1)
print("rain in 3...")
task.wait(1)
print("rain in 2...")
task.wait(1)
print("rain in 1...")
task.wait(1)
while true do
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
print("rainey")
end
task.wait(.3)
it's a rain script but it's also an anti lag script
trust
😭
?
a single droplet appeared
and then what
nothing
LMAO
where are the task.wait() in the loop
it crashed
april fools!
can someone teach me how to code?
it actually just crashes your game by overloading your computer with parts
I added a bunch of extra fluff to make it believable to newer coders
(no offence)
cant even go on studio anymore
😭
try closing your game with task manager
how
anti anti lag
open up task manager (it comes installed in every windows pc)
and then right click roblox studio
and press end task
Restart ur pc
That’s what I do normally
not neccessary you can literally jsut use task manager
Click the window key search for task manager
just search for it
Boom
done
yeah I can! js add ts into your game it will teach you some of the fundamentals (just copy+paste it)
task.wait(.1)
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
--this may seem silly, but because of how roblox works, you gotta do it twice :-)
task.wait(3)
print("prepare for rain :)")
task.wait(1)
print("rain in 3...")
task.wait(1)
print("rain in 2...")
task.wait(1)
print("rain in 1...")
task.wait(1)
while true do
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
print("rainey")
end
task.wait(.3)
rain:Destroy()--destroys the rain to prevent lag
trust
what
I don't think I've ever actually ran it without the task.wait
it probably spawns a bunch of rectangles in 0,0
its shooting rain everywhere 😭
Anyone buying full game?
I gota colour block game
i think i will crash if i do it
LMAO
why?
it destroys the rain at the end to prevent lag
I have you the non-crashing version
IP GEABBER
becasue it's a .mkv
how do i undo that
change your obs settings to export as .mp4
google it
LOL
local tweenService = game:GetService("TweenService")
local part = game.Workspace.MovingPart
local tweenInfo = TweenInfo.new(3, Enum.EasingStyle.Linear)
local pointA = (-6, -4.425, -132.625)
local pointB = (-6, -4.425, -170)
while true do
local tween1 = tweenService:Create(part, tweenInfo, {Position = pointB})
tween1:Play()
tween1.Completed:Wait(1)
local tween2 = tweenService:Create(part, tweenInfo. {Position = pointA})
tween2:Play()
tween2.Completed:Wait(1)
end
i bet its the postion = point parts
Gng anyone for hire here
No
experience
Robux or usd
what do you need scripted
what type of game
Anime
"Anime" is not a genra of game
Fighting
Hidden devs post system is absolutely shit
oh thats cool
120° isometric cam
thanks
I spend 5 mins on finding this ‘°’
hi script people
hello i am a bad dev, when you guys go about scripting player stats for progression how do you organize that information? with like ints attached to the players in certain places ?
i was in interface and they talking abouit politics iand gym is it like that here too

my brain is glitching rn can u help me @split bear
Yeah i can fic that
anyone here recommends a ytber for leaening java?
you can do it a number of ways like creating a folder under the player by default and ur script client reads that stuff.
u will have a server handled datastore alongside it so eachtime u retrieve or edit the values, its checked with previous value
under conditions etc
that is indubitably smart thank you
cuz scripts with silent return errors are worse.

?
another great reason to use prints
i just have a folder on client which prints me those states
specific ones im suspicious about
😂
temporary but works
how do people normally debug?
Guys i need some advice
very smooth
I made a roblox game
it only works because i use observer pattern for state management or its hard watching every change
Should i market it on roblox ir sell it
print(1)
print(2)
i do these inside the debug scripts, it gets hard as the framework expands
🥀
nah
Is it gonna blow up
Or shoul di sell
Ok
lmao, I hate that most people are so childish here 💀
looking to hire someone to fully make a game for me will prolly take like a week of ur time dm me
how do i become a basic scripter like basic level
u learn basic things
how much will basic knowledge pay me?
depends on ur job-finding skills 💀 , but ur prob able to get 10k a month or smth.
10k waht? usd or robux
because "basic knowledge" wont get you 10k$
No ones paying alot for a "basic" scripter
robux obv
oh it didnt have to do with the chat heh it was a live reaction
anyone with the scripter role, just wanted to ask how you guys did your comments for your script? when applying for the scripter role on hidden devs
how do yall fix a party system
The game sometimes lags when I kill a zombie. Can someone help me solve this issue?
could you send the script or function where the zombie dies
can nayone help me make tools local i got paypal
Server Save Failure: PublishService AssetUpload failed. Info: UploadStatusPolling max polling retry reached
Why am I getting this error
function combatManager.handleZombieDeath(zombie)
local humanoid = zombie:FindFirstChild("Humanoid")
if humanoid then
humanoid.Died:Connect(function()
local zombieType = zombie.Name
local zombieData = require(game.ServerScriptService.zombieModule).Zombies[zombieType]
if not zombieData then return end
local log = damageLogs[zombie]
if log then
local totalDamage = 0
for _, dmg in pairs(log) do totalDamage += dmg end
for player, dmg in pairs(log) do
if player and player:FindFirstChild("leaderstats") then
local coins = math.floor((dmg / totalDamage) * (zombieData.minRew + math.random() * (zombieData.maxRew - zombieData.minRew)))
player.leaderstats.Coins.Value += coins
end
end
damageLogs[zombie] = nil
end
if zombieData.OnDeath then
zombieData.OnDeath(zombie)
end
-- Clean up
wait(0.5)
zombie:Destroy()
end)
end
end
you could try grab the module outside the function, because you are running require every time that function runs
acutally you have a wait(0.5) near the end
do game.debris:AddItem(zombie, 0.5)
let me know if it works
here twin
once i smell a commission i grab it faster than bacteria
Dm me if you can make a “Last to leave … game” for cheap
sure
okay
wdym?
your require, do it outside the function and store it in a variable, variable1 = require....
that's what I do
the main function i mean
so like require the entire module and then do module.function?
I'm not sure what you mean
yeah you did the variable part, just do zombieModule = require(game.ServerScriptService.zombieModule) outside the function
dont he will pay you 300r
I don't think it's hard so I think it's kinda worth it
enslaving yourself for less than a buck
ohh okay makes sense. btw I realised that the lag only happens with the first zombie could it just be that the animation or whatever is not loaded yet?
but isnt the zombie a clone? id assume so because there would be a lot, then that means you would have to load the animation into all of them
yes it is
Anyone know how to create a physics based player character?
Do anyone know how to find back doors
if i do a plr.character:moveto in local scripts, nobody else can see the teleport right
Yo how should I go about making a hitbox for a bow and arrow
I did a sword and it’s basically just a part that spawns when the sword is swung and the part does damage
But idk how I should do it for a bow
I may have one for you then
go in dms im tutoring a guy rn
Dmed
can I hire a scripter for a simple game in here?
is tutoring free or am i airballin this
Also does anyone have like a vouch for tutorial they used to learn lua 💔 , my perfectionist side isnt allowing me to stick to some of these videos im watching
who trynn do devrel
if we win we get some gift card and a rare <15 exist item lol
^ not ugc
if it goes limited like the other item did you'll be able to sell it n shit
$15 a hour
whats the neat thing about my tutoring is that people can bring friends in and i dont tax the mextra
unless the people that are their friends suck ass and wont do much
yeah outta my budget nvm 😭
Are ur comms open
yes
This ended I thought
I thought it ended last month
hello i need help with teh tween service so when i made a simple concept of buying a orb then it goes into the base for some reason it flings in a certain dirction and wont go into the base like its suposed to if anyone know how to fix it can please help me
the*
can anyone please help me in here, the other chat they're talking about gay and trans things, no idea why lol
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local gui = player.PlayerGui:WaitForChild("Tablet").TabletOutside.TabletScreen.eBuy
local AddToCartEvent = ReplicatedStorage.Remotes:WaitForChild("AddToCartEvent")
local CheckoutEvent = ReplicatedStorage.Remotes:WaitForChild("CheckoutEvent")
local PaperBtn = gui.Paper:WaitForChild("AddToCartBtn")
local InkBtn = gui.Ink:WaitForChild("TextButton")
local CartBtn = gui.CartButton
local CartLabel = gui.CartLabel
local function formatCart(cart, total)
local itemStrings = {}
for item, qty in pairs(cart) do
table.insert(itemStrings, item .. ": " .. qty)
end
return string.format("Cart: $%.2f (%s)", total, table.concat(itemStrings, ", "))
end
PaperBtn.MouseButton1Click:Connect(function()
AddToCartEvent:FireServer("Paper")
end)
InkBtn.MouseButton1Click:Connect(function()
AddToCartEvent:FireServer("Ink")
end)
CartBtn.MouseButton1Click:Connect(function()
CheckoutEvent:FireServer()
end)
AddToCartEvent.OnClientEvent:Connect(function(cart, total)
CartLabel.Text = formatCart(cart, total)
end)
-- Checkout results
CheckoutEvent.OnClientEvent:Connect(function(success, cart, total)
if success then
CartLabel.Text = formatCart(cart, 0)
else
CartLabel.Text = "Not enough money!"
task.wait(2)
CartLabel.Text = formatCart(cart, total)
end
end)
im having issues with
local PaperBtn = gui.Paper:WaitForChild("AddToCartBtn")
local InkBtn = gui.Ink:WaitForChild("TextButton")
, the heirachy is correct its just not finding it for some reason, any help is nice, thank you in advanced!
how do i make a custom proximity prompt/edit a premade custom proximity prompt?
finally added scaling
what does it say in the output
do blendspaces for animations exist on roblox?
I'm currently making a whole ass modular system for this stupid homer obby
i figured it out, i realised i had a int value with the same name as the frame, it is weird how it started to act up now though as its being like that the entire time lol, thank you though
What's that
thats why u should use attributes instead of values
basically a game jam
with these rewards
Where is it hosted?
Is the reward just a hat?
Is it a Roblox hosted GameJam? What do we need to create and when is it?
yo who likes western games and knows how to code like 1.5 years of exp
some go-gift card and shit
if it goes limited sometime in the future then it'll be worth a good amount probably
Ah I won't work on it then
you’re js ahh
maybe
Can someone help me I'm making a billboardgui right now, in that gui I have a text box but the text keeps getting bigger the further I go away from it
Use scale size not offset size. On both the billboard and the gui elements.
I did
Everything stays the same size except the text
Do you have TextScaled on for the TextBox?
No, should I turn it on?
I mean, give it a try.
Thank you, it works
Coding prices are outrageous
do it yourself then
Nope, I'll pay someone else to do it
Funny thing I requested a climbing system similar to "climbing game" from some scripter,
I only needed it when a player jumps to a rock it grabs onto it into a "hanging" position
Man said 450 usd
Then I hopped on a "Developer hangout" game and some kid created exactly what I wanted for 3k robux
Now explain to me, why would I do it myself.
can someone help me with disabling the reset button because this error keeps showing up. SetCore: ResetButtonCallback has not been registered by the CoreScripts
i got u one second
the problem is you need to yield @north frost
have a loop listen and wait until its successfully disable then disconnect it
sometimes the player loads in way too fast
i THINK it loads in too fast thats why it doesnt register id assume so but it could be the other way around
point is you do need to yield a bit and then disable
im not very good at scripting because im new
how do i script that
450 for a climbing system is crazy
LOL
if some guy has some old code he can easily give that up for like 5k robux
local success = pcall(function()
starterGui:SetCore("ResetButtonCallback", false)
end)
task.wait(1)
until success```
Who is into Warhammer?
@north frost
hey guys, I need help on my driving game. I am basically new to this roblox studio thing and I want to build a driving game. Someone dm me and ill explain it
learn lua then luau?
How do I tell what violates roblox policy?
I want to use TextChatService with react so I grab all messages that come thru and store them in state, then render in a custom chat.
no hiring/advertising outside marketplace, please see #marketplace-info
im new to coding and i coded smy and it makes my game lag after two mins of the game running can i get help
where code
no thanks
k
Is that a viewport frame or just weird arm lightning
Yo who wanna make a game with me
i learned this now reading through some forums thats its not directly possible to fully detect them. but people cant really make scripts for the game if i detect dex and remote spys? i mean obviously if thats all i did they would still be able to cheat but theres going to obviously be protections for other things
what i do understand is you can just prevent tampering at all
first script
each spike has the same script as the wall tho thus they all merge into one
i don't see this often from mods
why don't you just hire a white hat hacker then
pretty sure they can help you fix vulnerabilities and most major corps hire those people
anyone wanna invest on my minecraft on roblox

hello
anyone here looking to hire a scripter for usd?, they didn't even accept my hireable post yet 
can you work on gun systems
hell ya
ok
ok guys i lowkey need a scripter to script me a "unbox a star" game! DM for more info gang (i am paying % but we have a really good investor for ads)
yea well, most dont unless personal networks lol
I’ll help but I want 50%
pardon?
50% of what the game makes
Also how much are your investors investing?
If it’s not over 1 mil don’t even bother
hello can anybody give me an idea of what to script that would give me more experience,keep in mind im not really a starter starter
Gun system similar to acs
will try
make it so that when a player triggers a prompt it rotates the whole base plate...
doubt it, kinda sounds like a hoax and if you did have a good investor you would be able to pay up front
he is spending robux on ads
hello fellow people i was wondering if i can implement bring players out of a server in the Game in to my server if anyone got ideas lmk
what?
like u wanna force people to switch from their game server to ur server?
i already figured it out and created, thanks tho
guys whats a portofoilio and how do i make one whhat should i add i just started commision work.
🔥
ask ChatGPT to give you an example of one
or just look at #scripter-hiring and see how they do them
what site is that
why not send the stuff here
code discussion gives best advice

nah
nah
nah
i asked ChatGPT to give me some single script challanges for day 3 and i tried to make a script and when i couldnt i asked this bih to show me the script and its so fucking long (and i feel like its for no reason) i cant even send it in here cuz i aint got nitro 💔
i just wanted to make a jumpPad man
screnshot
u can send screnshot
assemblylinearvelocity, bodyvelocity, linearvelocity, vectorforce;
hes a champion
I have been scripting for 7 years so yeah I do have experience in that field, only recently rejoined RoDevs so I will be applying for scripter roles soon! What's up?
mb i was gone
hes not
what hes good at is lying, its all lies
im better scripter
did you just join hd off temu
steal it
15K-20K
high asf
ROBUX
finally found out how to take a SS on pc 🙏
dollars and i am in
allat for a jumpPad
pennies im in
thats not long
thats not even short, thats less than short
me?
15 dollars oculd get me
1
15 dollars is slavery
a hotdog
usd right
15 dollars is slavery
it is if youre on day 3 and you can barely script shit 😭
15 dollars
i made deepwoken by my day 3
you might not be cut out for it
150 dollars and i am in
IN UR DrEAMS
what
are ya slow
not slow as you