#code-discussion
1 messages · Page 61 of 1
some of them helped me yesterday when I had an issue
yeah some of them r smart not all
Im ngl sending over 4 files is SO much work
I can js add u to team create
and u can look at it
2 modular scripts, 1 client, 1 server
u can group and send the model
thing is my router takes up data
and I got like 9gbs
lol its like a kilobyte
I'm living on scraps
haha alr then
Emilki
dms
?
Helping people with scripts for free! dm me!
How can I make this hover over water and only go forward when U drive it kinda like a train on railway
hey guys i need sum help i got a problem with my build system for mobile when a player wants to place an object he presses where he want to place it but then when he wants to press the accept button (gui) to place it the object gets placed where that gui is hovering over
the most dummy thing that I can imagine is that you can calculate the area of your button and just after the pressing on the screen to locate the object check if this point covered by ui
but i guess there should be some built-in support of this thing that i personally don't know
or in script of your accept button you can storage last place of an object and you update it every time it is changed and if the button was activated you change position of the object to this last position, but I don't understand will you have a frame on your screen with mislocation or not
Fr just place an invisible part at the location before user clicks button
how would i proceed to make a robux purchase for a free UGC item?
(free for players who do missions, robux purchase for those who want to skip the mission)
I think there should be some ugc free prompt no?
no, i mean i want to make it processed with a robux purchase when it is a free UGC for the players who want to skip the in-game mission
Or maybe people make 2 ugc 1 free 1 robux
i see
I got a big ahh code with an error that doesnt make sense
heres the code thats buggin
local function playerCounting(plr,player,team)
local Team1 = nil
local Team2 = nil
local t1PlayerCount = 0
local t2PlayerCount = 0
if t1PlayerCount and t2PlayerCount == 0 then
print("if t1PlayerCount and t2PlayerCount == 0 then")
local plrObj = Instance.new("StringValue")
plrObj.Name = plr.Name
plrObj.Value = team
plrObj.Parent = workspace.PlayersInTeams
Team1 = PlayersInTeams:GetChildren()[1].Value
plr.ChoosingTeam:Destroy()
end
if #PlayersInTeams:GetChildren() > 1 and PlayersInTeams:GetChildren()[2].Value ~= PlayersInTeams:GetChildren()[1].Value then
Team2 = PlayersInTeams:GetChildren()[2].Value
end
t1PlayerCount = 0
t2PlayerCount = 0
for i, v in workspace.PlayersInTeams:GetChildren() do
if v.Value == Team1 then
t1PlayerCount += 1
elseif v.Value == Team2 then
t2PlayerCount += 1
else
return
end
end
print(Team1, t1PlayerCount, Team2, t2PlayerCount)
local plrObj = Instance.new("StringValue")
plrObj.Name = plr.Name
plrObj.Value = team
plrObj.Parent = PlayersInTeams
if plr:FindFirstChild("ChoosingTeam") then
plr.ChoosingTeam:Destroy()
end
return Team1, Team2
end
replicatedStorage.Events.PlayerChoseTeam.OnServerEvent:Connect(playerCounting(plr,player,team))
the RemoteEvent just runs automatically when the game starts and its fucking annoying because it just breaks the game
How do i know when to start taking commisions
How do I render meshes as an editableimage
u can probably already
there's millions who need help with small stuff too
On this server are mostly complicated stuff
Got the link?
yeah I can send u in the dms
Alr
I think I was the biggest on fiverr for some time a few yrs ago
(for roblox studio coding)
local Team1 = nil
local Team2 = nil
local t1PlayerCount = 0
local t2PlayerCount = 0
if t1PlayerCount and t2PlayerCount == 0 then
print("if t1PlayerCount and t2PlayerCount == 0 then")
local plrObj = Instance.new("StringValue")
plrObj.Name = plr.Name
plrObj.Value = team
plrObj.Parent = workspace.PlayersInTeams
Team1 = PlayersInTeams:GetChildren()[1].Value
plr.ChoosingTeam:Destroy()
end
if #PlayersInTeams:GetChildren() > 1 and PlayersInTeams:GetChildren()[2].Value ~= PlayersInTeams:GetChildren()[1].Value then
Team2 = PlayersInTeams:GetChildren()[2].Value
end
t1PlayerCount = 0
t2PlayerCount = 0
for i, v in workspace.PlayersInTeams:GetChildren() do
if v.Value == Team1 then
t1PlayerCount += 1
elseif v.Value == Team2 then
t2PlayerCount += 1
else
return
end
end
print(Team1, t1PlayerCount, Team2, t2PlayerCount)
local plrObj = Instance.new("StringValue")
plrObj.Name = plr.Name
plrObj.Value = team
plrObj.Parent = PlayersInTeams
if plr:FindFirstChild("ChoosingTeam") then
plr.ChoosingTeam:Destroy()
end
return Team1, Team2
end
replicatedStorage.Events.PlayerChoseTeam.OnServerEvent:Connect(playerCounting)```
but then when the function is called, it doesnt fill out the parameters
it auto passes the parameters
it didnt
after the player parameter, everything is nil
thats cause u didnt pass the other parameters when using FireServer
i did
you obv didnt
replicatedStorage.Events.PlayerChoseTeam:FireServer(print(plr, nil, script.Parent.Parent.Name))
💀
replicatedStorage.Events.PlayerChoseTeam:FireServer(print(plr, nil, script.Parent.Parent.Name))
omg
why r u calling print
ah all g
ty for the help
np
yo guys how do i like import smth from replicated storage like im interested if i might be able to make smth appear if smth happens
:clone() then set the parent to workspace and then do something with it
local clonedPart = game.ReplicatedStorage.Part:Clone() clonedPart.Parent = workspace
can i add you on friends please if you could help me learn sometimes
i just suck ash
yeah sure
tysm
in almost all your scripts you should make a "Name" for your services, resources etc
like thiws
local replicatedStorage = game:GetService("ReplicatedStorage")
then you could just say
replicatedStorage.Part --Blah blah blah
Here's damage deals even if animation is off
So sword isn't activated
Guys whats the lowest amount u should use for ads on a game
Hey if any of yall are successful devs, could yall tell me where yall got your scripting resources/who you used to learn to script
Tutorials and ChatGPT lmao
^
hey he said successful devs boy...
Ik
what is your definition of successful
✨ Successful ✨
haha
Have you guys tried working with "Httpservices",if yes in what kind of projects
just to send feedback from plrs to my discord
I tried using it but the script was acting like it doesn’t exist when trying to find functions.
On the suggestion part
oh
I’m a successful dev
The devking, crusher fire, Bricey, reading the lua manual
is there any resources related to that available out there?
yeah, the only reason I got it done is because yt exists 😂
I can check if I find the vid I used for that but it was a while ago
what would you recommend me to learn as an intermediate scripter? I see many posts in #scripter-hiring about requirements such as Rojo, Knit and roblox -ts, which frameworks would you recommend I'd learn first? Knit has stopped being updated I saw
don’t worry about the frameworks
DM me, I need a scripter for a quick project
do you know how oop works, do you know how tables work, do you know how coroutines and task library works, do you know how types works
do you know how networking works
data stores and data
yes, I know coroutines, some oop (using it right now for a boat spawning system), know some different task things, but idk what to do next kinda
alr
Dm me
I use profilestore so ik some data stores
Too busy
Recommend any good intermediate cheap ones
the good ones are making it themselves
I’d recommend learning how data stores actually work and how networking works
and make your networking more optimized
depends on what you mean by cheap, but I used to freelance on fiverr and it was like slave labor basically, so there's many there
I’m assuming right now you use a remote event for each time you send data
I do, is there a better way I should learn about?
yeah idk what networking is, should probably search that up
unreliable tbh
I need a whole game for less than 100$
yeah
a bunch
Look up batching
that's gonna be hard
it’s a battle game where u have to fight and we need npcs and ai etc
Each remote event you have in your game is an instance that takes up memory in your game
if you batch all your data through a single remote event you remove that instance overhead
maybe i can provide u the npcs that works with waypoints
and you can buffer it too
I work in a system rn where we use 2 remote events for the entire game
ooh so kind of like instead of two events like
PlayerRevive, PlayerKill, I can have just PlayerChanged and pass through some arguments about which type it is?
no u would pretty much have a client sided and server sided cache that would store all the server sided callbacks and fire similar to the good signal module
and the first remote event would initialize the server client connection and send all the server callbacks
ChatGPT
Made me a game with 6.7M visits
and another with almost 10M
and one with 5M
What’s the game?
and the second remote event would just be for sending across the network whenever fired
not gonna get you big numbers tho trust
as in earnings?
yes
not sustainable no but when it was popping off i was bringing in $300 a day
I see
I found a devforum post about it so definitely gonna have to read that one + some gpt for some code examples
Kinda bad
how?
300 a day for 4 days lol
unreliable
a good 1200$
the game made me like 10K usd for 3 days of work
even if it was 1200, i'd take that over 0
Well using AI to create a game and act as you made it being the owner.
cap
oh ok, next time i'll give chatgpt my earnings
no cap
Send proof
Learn and do your thing.
And for free 😭
Send proof
that's really not an unbelievable number
i made the same in like 3 days work but not through gpt
I've seen some ppl make gpt games they're so messy idk if I believe u
well if you want to know how to make more sustainable games I can tell you lol
they are messy lol
I’ve got 10bill+ visits
chatgpt is not a good way to make shit cause there’s no bug fixing lmao
and chatgpt also messes up a lot
i agree
hence why the game died lol
i think any intermediate programmer could remake my game in a day
Bro send proof of that 10k usd
how? its been over a year since i cashed out
i was talking about my game, but could u share the link to urs pls? now Im interested
You can see income all time from the game
bet
I sometimes use it if I can’t fix an error or something is not going through.
the furthest i can go is may 1st of last year
Go into transactions then
And purchases
u think a modern pirate wars is a good idea? started working on it yesterday
thank you for all the help btw, looking at batching rn
ok
Keep in mind only half of the earnings was mine cuz my brother owned 50%
but heres my devex transaction
or am i even allowed to show it
is that again tos
i know its nothing
it should be allowed to show what u made tho?
thats why im kinda confused on how its not a believable number
prime you're acting like im trying to flex
cause u didn’t make a game in 3 days to get 10k
someone asked has anyone used ai to code
that is the unbelievable part
and i told them i have
prime i want you to play my game
i promise you it can be made within a day if someone really wanted to
send
Welcome to Easy Rock Climb Obby! 🌈
In this obby/parkour game your goal is to place rocks, jump ontop of them, and continue through different levels. You have to climb walls, buildings, trees, go on ziplines, go down slides, and more!
Like + Favorite the game, and join for a SECRET UPDATE! 🤫
There are 45 stages so only the best can beat ...
lets see
its not complex whatsoever
true, btw u forgot to change the close button's z index so its behind the frame
in the gifts
i even got a 1099 form
idk what that is, is it an American thingy for tax?
I owed $470 or so in taxes
yeah it’s from devex
half was my brothers
I mean it’s an obby it doesn’t use much scripting anyways
yeah its simple with simple mechanics
yeah
What kind of services do we use to do a pet system ? Like pet that follow you? Alignposition znd alignorientation or another thing ?
yes
U ray cast a part behind the humanoidrootpart that follows the player on the heartbeat
and you add an attachment to the part and set that as the attachment1 of both the align position and align orientation
lol ngl now I wanna make an obby just like yours looks like easy money
much more work than I did for my game
well dont take my mechanics
well idrc
u mean gpt's mechanics? lol
Gotta test
nah its a good tool
then use it
Wait its kinda good tho
Thank you sir
If you added the rainbow path to Vanish when walking on, that would be cool.
i really dont have any plans to update it
if i ever remake it i will tho
i moved on from using ai code
guys should i use a remote function to access data from th e client (like have the server get the data and return it) or is there a better approach
i only use it for organization
ProfileStore
Ah
I mean I can give you some eazy script when you touch you die, you know the Guess door?
yes
Let me dm you it.
I need some help pls
DM
Then just say what you need help with instead of sending a useless message like this
What 1121 said but what do u need
I need to make a script for a sword to attack
Try youtube
I made it but it have a big issue
Why does it take you 5 years to get to the point
On YouTube all scripts are wrong
😭
Or go to #code-help and ask for help
I asked no one helped
Ok
anyone got some good tutorials that actually explain everything instead of getting you to copy their code for no reason?
Wow
Jk lol
I got some good
I'm learning but not that fast
Dm
Any clues on how to have a car follow waypoints?
make it face the waypoint and enable the engine ? @ruby patrol
may the model have no engine
wht did you do to make it move as a car "CAR"
if so js tween it or smth while making sure you update the waypoint place and car orientation when it gets changed
ill try
I NEED A WHOLE game
tween a part for the time beeing like it's some pathfinder thingy
Money ?
i have a script to make some model follow a line, but i cant seem to get other models to do it
150 usd
hmmmmmm
lowball
I got no verification sadly T-T
Make one
Game about 100 men vs 1 gorilla theme?
If everyone can make one we would be homeless right now 
Need a co owner + devs to make a game with dm me
its bound to be made
everyone can make one, everyone just dont want to
.
One message removed from a suspended account.
Show the script, what do you think we're gonna do with that information
We can speculate if you want but like
Be fr
problem?
does it print an error message?
prolly watch youtube tutorials then start making ur own shi
oo are you a pro scripter?
One message removed from a suspended account.
Nope
Nope
congrats?
ic yeah thats a good strat and try make concepts you think of on ur own ig
The thing is i cant get some other parts to follow the waypoints, just 1 for some reason
weld them
One message removed from a suspended account.
car customization ?
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
whats the best youtube channel where i can learn luau
Is there an event that is fired when items from starter pack were transferred into backpack?
BrawlDev
Emilki (definitely not my channel 👀 ), brawldev and maybe thedevking if u need
not thedevking 🥀
lol thats why i said maybe
i just dont know anyone else 'cause im not so much of a beginner anymore idk which ones are beginner friendly now
💀 chatgpt
dm
i think you should refer to the luau documentation (not the roblox docs) its rigourisley made for luau and should be used initally
and if you govern more towards words that are you can just partially search the definitions
im tryna put this on the board but i cant rotate it to fully fit anyyone got an idea of how to do ?
you mean a way to do it more easily?
or just generally not working
turn off snapping maybe
im talking about the ice cream thing idk if u see its not straight to the board yk
yeah
where is the snapping ?
uhh wait let me look for it rq, the roblox studio layout changed
under model
then snapping
btw is this a mesh ?, the poster should usally just snap on correctly if its not much larger than the corresponding surface
the board ye
oh
Watch Gorilla and millions of other Roblox Studio videos captured using Medal.
is this a free mode
the ice cream thing is a surface gui image label
or am i tripping
try to turn the geometry mode
to preciseconvexcompisition
i think thats what its ccalled
one second i need to look myself
whos nerd ass just pinged me
under the attributes of the mesh go to collision fidelity and then turn it to preciseconvexdecompisition
if you drag the other mesh on the surface where you want it should do properly so
i think
because now the normal of the surface is correctly computed
so if should snap to that normal...
didnt worked
who wants to become the main scripter of my game ill pay u 50% im investing 100k into game ads. can show funds, dont dm me if u expect upfront payments.
hm
im not sure what "exactly" prevents you from snapping it onto that surface...
a video would be appreaciated
of you trying to snap it on there
i dont like commissioning people & im looking for a coowner rather than just a 'scripter' of the game.
hm
lol
Can someone please tell me why doesnt this code work local plr = game.Players.LocalPlayer
local leaderstats = plr.leaderstats
local level = leaderstats.Level
local portals = game.Workspace.Portals -- folder with portals named 1,2,3 etc.
plr.CharacterAdded:Connect(function(chr)
task.wait()
local pos = portals:FindFirstChild(tostring(level.Value))
chr:MoveTo(pos.Position)
end)
What kind of services do we use to do a pet that like follow you? Alignposition and alignorientation or another thing ?
never tried making one but I'm sure It can use a magnitude to keep track of distance between player and pet
in ur dms
how do i minimize the top tabs in the new layout?
shit takes up damn near half my screen
paying 10-15k robux + 50% for someone to make a sf game with me dm (must be a rlly good scripter)
bro what just use surface gui
and you don't need any rotation
When people make toolbar for items, do they usually wrap every item into the tool?
has anyone done AP CSP Roblox on CodeHS
what is an actual situation one would use native code in
What is Roblox doing in that sentence
I hate codehs with a passion
Anybody knows if the datastore limit of 4MB per key is actually measured as four million bytes, or is it actually 4MiB?
4MiB = ~4 million bytes
Never used Roblox's AI assistant before, but it said that it is 4MiB, surely their own model won't give false information about Roblox
4194304 characters
Definitely has
ascii characters, yes
Better performance / mainly for math / logic / without the use of roblox made functions
no UTF-8, but multibyte chars are not allowed
scripting incremental / simulator frameworks for free. (will also do the UI ect) For cheap. if u want very simple system. free! dm me!
Free ~= Cheap
wdym?
lf for a scripter for my military game! dm me
helping ppl w game frameworks (ui and scripting ill do) FOR FREE! if generous you can pay 🙂
Why don't you post in #scripter-hiring ?
yo
if you can
dm me
ama murder whoever made this
local function getAllFriends(player)
local userId = player.UserId
local allFriends = {}
print("Fetching ...")
local success, friendsResult = pcall(function()
return game:GetService("Players"):GetFriendsAsync(userId)
end)
if not success then
warn("Failed " .. tostring(friendsResult))
return {}
end
for _, item in pairs(friendsResult:GetCurrentPage()) do
if type(item) == "table" and item.Id ~= nil then
table.insert(allFriends, {
id = item.Id,
username = item.Username or "Unknown",
displayName = item.DisplayName or "Unknown"
})
end
end
while not friendsResult.IsFinished do
local success, nextPageResult = pcall(function()
return friendsResult:AdvanceToNextPageAsync()
end)
if not success then
warn("Failed " .. tostring(nextPageResult))
break
end
for _, item in pairs(friendsResult:GetCurrentPage()) do
if type(item) == "table" and item.Id ~= nil then
table.insert(allFriends, {
id = item.Id,
username = item.Username or "Unknown",
displayName = item.DisplayName or "Unknown"
})
end
end
end
print("Found " .. #allFriends .. " friends.")
return allFriends
end
local player = game.Players.LocalPlayer
if player then
local friends = getAllFriends(player)
else
warn("player not found")
end
``` i would like to get the friends status(Offline/In Game/Website) but i can't manage to make it could anyone help me rq please thx this just get all the friend from a player between
Hi, I need a system where players invest points into stats like Sword, Intelligence, Vitality, etc. Points come from leveling up. Some stats (like Sword or Willpower) need “authorization” earned by hitting enemies to unlock point spending. Each stat has its own level and progress bar. Sword, for example, gains class titles every 10 levels (e.g., “Swordman Noob”). Can you give me a price estimate for implementing this?
yo does anyone wanna be a scripter for a blue lock game?
around 50 to 75$
anyone?
try this code i made it local plr = game.Players.LocalPlayer
local portals = game.Workspace:WaitForChild("Portals") -- Ensure the Portals folder exists
-- Wait for leaderstats to load
local leaderstats = plr:WaitForChild("leaderstats")
local level = leaderstats:WaitForChild("Level")
-- Function to teleport the character
local function teleportToPortal(character)
task.wait() -- Wait for the character to fully load
-- Find the portal based on the player's level
local portal = portals:FindFirstChild(tostring(level.Value))
if portal and portal:IsA("BasePart") then
-- Move the character to the portal's position
character:MoveTo(portal.Position)
else
warn("No portal found for level " .. tostring(level.Value))
end
end
-- Connect to the CharacterAdded event
plr.CharacterAdded:Connect(teleportToPortal)
-- Handle the case where the character is already loaded
if plr.Character then
teleportToPortal(plr.Character)
end
yo does changing a color of a part rlly fast make the game laggy?
yes
What's better to use: Attributes or put Value inside?
attributes
Why do you think so?
depends on what you're using them for
Okey, so in what cases do you think it's better to use one or another?
I just don't understand tbh when it's better to use value and when attr
i'd use attributes if i wasn't replicating data to other players
attributes are better if you aint replicating
values are better if you're
So attributes are not replicating at all?
If no, I don't get where's the difference
not by default
oooh I see, I didn't know about it
they're local to part or player depends on what you're using them for
to share them you need events or remote functions
so for short
attributes aren't replicated
and values are
Thanks, really appreciate it
Idk if im dumb but can someone tell me why this is not working I'm trying to make it so when a player touches a part it gives them VIP from HD admin
anyone know why shutting down from studio causes wipes on datastores?
last time I saw them, they worked like this irl
Still working on better models, also thinking abt doing it more grid style for the building system rather than calculating based off the size of the foundation and raycast for placement.
who said they needed a scripter
I need more people in general lol
Im working on like 4 diff projects rn
alr what you need
dm me dog
DID I COOK
oh wow this looks great, how long did this take you to code?
how much would it cost for someone to just implent vfx into my moves aka a scripter 😭
vfx is light
i would learn it yourself
not too long for this honestly maybe like 9-12 hours of coding completely, its still not done at all, cause im wanting to add more to it and gotta fix/actually import models into it for the structures + i wanna have it be able to place half way up walls and what not
i have a vfx artist but my scripter mom is in surgrey so he cannot add it so i need someone to add my vfx artist work into the move
this is something you should def youtube vs pay someone to do for you if you dont know how
i could do it for wtv price u want ( free robux!!! )
considering his moms in surgery
could you send me a video? i looked some up but i couldnt find any
ty could u dm me
ill see if i can find one
ty
any scripters here want 3k for 20 mins work
what is it?
Nah bro, I replied first
I gotta portfolio n' everything 
ok u win
Omg github hosted portfolio 😫
dm me its just a simple gui
github portfolio for roblox 😭
Backend scripter
Take it or leave it; I do good work
ok thank god, u also do java
if it was a lua only based portfolio 🙏 💀
Hows mine 😔
i think u MIGHT like space
Yep my biggest mistake ong
Its such a niche target audience
I havent updated that portfolio in a while 💔
bro
Your code is so sleek the conventions you use are epic
mines is still from when i thought i could become a modeler.
how do i change this back, idk where the file button is and its just rlly hard to navigate
someone pls help w that
I stopped doing comissions at 14 so that portfolio was only to get hired and some boring ass programming position
it just happened to me
me to idk how to fix it
Yeah the new menu makes me want to kms
disable this
Dude, thanks 
Yeah like the luadoc shi with the @
If i worked with you bruh that shi would be so helpful
Im surprised your still active af on here this is the first time i consecutively messaged in like 2-3 years 💀
how long have you been coding
what does @ do
Gives context to args
is there a luau equivilance to isnumeric() in python?
Since 2014
tonumber. The function returns nil if the given string cannot be cast to a number
thank you
bros a fossil
I'm 20 💀
🔥
Smart
this looks sick
Do people usually overestimate their job requirements in #scripter-hiring or is it average for the industry
why
holy chatgpt
anything from the output??
a) u dont show the full code of the server side and b) no output screenshot
hes making remotes inside his script,beyond help
it could also be bc of the "game.Lighting.Skybox = skyboxId" line lmao
that would throw an error
but yk, looking at the output window is for nerds
yo does anyone know how I would be able to implement a parrying dummy so I can test my posture system?
I'm not sure how to make my dummy parry
so when u perform an attack ur code should signal when a hit lands and the dummy code can process the signal and block attack logic
depends on how ur system works
How I did it back then is having a state machine for the player, which when attacking will have a state 'Parry-able' set to true for a short period of time, I did the same logic for the dummy and had it set to true indefinitely, allowing me to test my parrying system
anyone know a good way to learn code
gurt: yo
yh, learn 3d modelling and code at the same time
the fastest display 
(this post assumes intermediate lua / roblox knowledge) Introduction I’m making this post because I see a lot of games using things like the below code snippet in competitive fighting games. This, to be put quite simply, isn’t good at all. I will explain why in this post. local Stunned = Instance.new("Folder") Stunned.Name = "Stunned" Stu...
honestly, i dont get why people use html and css lol
web design is a lot easier
and more artistic & powerful
What design are you talking about?
You design with CSS
school 
need a fast reply scripter, i need some things to get done. will pay. dm me
Like what
i have animations that need to be scripted
hi
stupid
how did yall started learning coding?
watched a few tutorials and then made stuff
and searched it up if it errored
oh
also roblox docs
since i used scratch if that counts
when did u guys start developing
2019
dayum
sure
coolbacon_62525255 or Kazerfisch
how many plp in there
1.420k
k
Yes
hello chat, i got a question. im currently making a rpg roblox game and i dont know exactly what damage the sword m1/critic and every weapon should do. is there anyway i can calculate this?
do anyone want simple help? in devoloping i wanted some rbx like 100 or smthing please
I need a scripter that can help me do the generation system of my game if he do and game makes robux i will give robux to scripter to, im making a sky rails game
Damage = (BaseWeaponDamage + PlayerStrength * ScalingFactor) * CritMultiplier
no lmao, i already know how to do that
Normal Hit = (20 + 10 * 1.2) = 32 damage
Crit Hit = 32 * 2 = 64 damage
YES
oh
that thing
k
mhm
light weapon = (20 + 10 * 1.2) = 32 damage
Crit Hit = 32 * 2 = 64 damage
you think thats a good dmg?
mmmmh
its ur world
yh, however i need like different suggestions yk
not exactly help
bc this is the first "rpg" open world game im making, so im not really sure
no i meant first rpg
some over 100 million
yes and no
visits?
yeah
try getting a cc manager with content creators
i have learned,i dont need help just suggestions yk
cuz I can’t advertise and no content creator will agree
yeah man suggestions dont hurt
i've said that since the first second i came into this chat
💔 '

i already got my discord server
ok
vanity link moonsire
yeah i use that already, im not the only developer yk
lol
🤑
repeat what u said plz
hello chat, i got a question. im currently making a rpg roblox game and i dont know exactly what damage the sword m1/critic and every weapon should do. is there anyway i can calculate this?
yk i would reccomend u go to #dev-discussion
is actually a code discussion
its better
theres no way to caculate
its ur game
u have to decide if its op or not
u can ask ur discord server
cuz its your community
make them happy
they are what gets u ur income
yeah
I had to pay 4500 for it
ChatGPT is kinda bad at doing what I want
a dev has to be lazy and smart with their rbx
how did you guys learn coding?
i started at scratch
I had like 50k robux but I spent it on devs
reLLY
ye
bro coding is so hard
rn I have 2k robux
Ok
i mean i can do it for 500 but eh
can I animate for ur games?
oh
im a solo dev
cuz i dropped out of college
Nice
it’s crazy how u can make a living out of a kids game
its not really a kids game
Yeah but there is more kids than adults on Roblox
yeah cuz its a fun game
fr
tho
the devs put hard work to entertain us
the reason im making games so i can play them
im kinda bored
i mean
theres barely any good games
u don’t release them?
i do
What’s ur most popular game
Does anyone need a Dev
its called rell seas i managed to get a scripting commissions
I can Help for 2k Robux for Small works
oh
walchie go to #marketplace-info
u might now tho
know*
its fun
maybe better than blox fruits
oof my bad my bad
whats ur roblox ign
its not out yet
ok
tho
can u test my game that I made
yeah
yea but whats ur roblox user
Lemme send link rq
noahhbloxfruit vc idk why this was me when i was a kid
although
i left this acc
i had some trash games
and what do you mean by this
i worked as a scripter for them
I should name it memes battleground
name it whatever lol
wheres the proof
they have full time devs
scripting atleast
you arent even in their group
I can tell from your english
uh 25
so u have no proof
i do
"trust me bro"
yea so there isnt
to show
youre basically just saying "trust me bro"
ok show the dm where you sent your portfolio
you got scammed dude
Was it good
that can be done in 5 minutes
its called
Roblox Develepers
ok i dont believe you though
tp?
to
im typing fast
yk it happen when u type fast
though
u can say all of this stuff
but i wont care
cuz i make better games
anyways
What new game idea do I make
i dropped outof collegee
do you think oop is advanced or beginner?
yeah so answer my discussion question
mhm
this guy says he worked for rell seas 💔
short term
noah what is oop
commission
advanced
yea but what is it
skid
explain it
ok
hes typing to chatgpt at this exact moment
ok answer now
ofc not
he's probably googling it rn
bro
JUST ANSWER
how can i google it
just answer the question lmfao
when im talking to u
Anyone know how to get vfx suit for free
why is bro taking so long to type it out, its only like 2-3 sentences lmao
so what is it
emojis
exactly
what
what is bro talking about 💀
alr heres a proper explantion
just give it up cuh
whats a raycast
its Oop is short for Object Orinted programming it does what name is
so explain what the name means
stop giving roundabout explanations and get to the point
youre a rell seas dev 😲
a raycast is a ray
really?
that points
no he's lying, he doesnt even know basic programming
cant even explain oop properly
bro...
i cant explain it in my words
just answer frosty cat's question
bro..
lmao yeah
how about now
because lowkey i cant be bothered to get on just to watch some guy's video
bro youre literally like 13 years old
that's fine, as long as i can see the core gameplay
17
you said 10th
just send a small gameplay snippet bruh
did bro sign an nda lmao
oh btw one more question, when should someone use waitforchild?
when the script needs to ensure a child object within a parent
cuz i need to fix
spelling errors
❌
then why doesnt the person just use findfirstchild instead?
yeah but you gave an answer that applies to two things
just watch fr
im going to take you avoiding my question as evidence that you cant script
i can
then why arent you answering?
no cuz css is bad, css just overcomplicates everything, just use web design tools like wix or smth
cuz im busy working on my game son i can get revenge
wix is better than html and css
revenge for what? exposing you for lying?
for underestimating a scripter
show ur robux
i spent it all on one avatar
tho
how much did you spend on one avatar?
was terrible
his roblox avatar costs like 15 robux
wait ill check again
my bad 0
