#code-discussion

1 messages · Page 61 of 1

slender yew
#

not those particular individuals

ripe plume
#

some of them helped me yesterday when I had an issue

slender yew
#

yeah some of them r smart not all

ripe plume
#

lol alr

#

anyway this ^^ :)

slender yew
#

Im ngl sending over 4 files is SO much work

#

I can js add u to team create

#

and u can look at it

ripe plume
#

yeah sure thats better, but why 4 files?

#

u can export .rbxl (place)

slender yew
ripe plume
#

u can group and send the model

slender yew
#

and I got like 9gbs

ripe plume
#

lol its like a kilobyte

slender yew
#

I'm living on scraps

ripe plume
#

haha alr then

slender yew
#

whats ur user

#

I'll send u a request

ripe plume
#

Emilki

slender yew
ripe plume
#

?

spiral vine
#

Helping people with scripts for free! dm me!

shy rapids
#

How can I make this hover over water and only go forward when U drive it kinda like a train on railway

tardy pasture
#

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

velvet vapor
#

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

mint cloud
#

Fr just place an invisible part at the location before user clicks button

robust knoll
#

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)

dim ocean
#

I think there should be some ugc free prompt no?

robust knoll
dim ocean
#

Or maybe people make 2 ugc 1 free 1 robux

robust knoll
#

i see

dim ocean
#

I think they might do it like that

#

I never did ugc sorry

somber vault
#

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

scenic cove
#

How do i know when to start taking commisions

somber vault
#

How do I render meshes as an editableimage

ripe plume
scenic cove
ripe plume
#

true, but there's others

#

I started on fiverr first

scenic cove
#

Got the link?

ripe plume
#

yeah I can send u in the dms

scenic cove
#

Alr

ripe plume
#

I think I was the biggest on fiverr for some time a few yrs ago

#

(for roblox studio coding)

hallow crag
# somber vault heres the code thats buggin ```lua local function playerCounting(plr,player,tea...

    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)```
somber vault
hallow crag
median prism
#

anybody has a combat system that i can look at?

#

wanna analyze the code

somber vault
#

after the player parameter, everything is nil

hallow crag
hallow crag
#

you obv didnt

somber vault
hallow crag
#

💀

somber vault
#
replicatedStorage.Events.PlayerChoseTeam:FireServer(print(plr, nil, script.Parent.Parent.Name))
#

omg

hallow crag
#

why r u calling print

somber vault
#

i forgor

#

i was debugging when i made that yesterday

#

fucking hell

hallow crag
#

ah all g

somber vault
#

ty for the help

hallow crag
median prism
#

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

hallow crag
median prism
#

so

#

like if part in replicated

#

:clone("part")
part.parent.game.workspace???

hallow crag
#

local clonedPart = game.ReplicatedStorage.Part:Clone() clonedPart.Parent = workspace

median prism
#

can i add you on friends please if you could help me learn sometimes

#

i just suck ash

hallow crag
#

yeah sure

somber vault
# median prism 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
vague dock
#

How to make an attack script from this ?

#

I made this but it works wrong

vague dock
#

So sword isn't activated

rain drift
#

Guys whats the lowest amount u should use for ads on a game

lyric zealot
#

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

ripe plume
vast sparrow
summer scarab
ripe plume
#

what is your definition of successful

summer scarab
ripe plume
#

haha

summer scarab
#

I’m a successful dev from Craigslist

#

Lmao

olive summit
#

Have you guys tried working with "Httpservices",if yes in what kind of projects

ripe plume
#

just to send feedback from plrs to my discord

summer scarab
#

On the suggestion part

olive summit
#

oh

rugged mist
#

I’m a successful dev

rugged mist
olive summit
ripe plume
ripe plume
rugged mist
maiden thicket
rugged mist
#

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

ripe plume
ripe plume
#

I use profilestore so ik some data stores

rugged mist
maiden thicket
rugged mist
#

the good ones are making it themselves

rugged mist
#

and make your networking more optimized

ripe plume
rugged mist
#

I’m assuming right now you use a remote event for each time you send data

ripe plume
#

I do, is there a better way I should learn about?

ripe plume
maiden thicket
#

I need a whole game for less than 100$

rugged mist
#

a bunch

#

Look up batching

ripe plume
rugged mist
#

there are more optimizated network handling methods

#

For example

maiden thicket
rugged mist
#

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

olive summit
rugged mist
#

and you can buffer it too

#

I work in a system rn where we use 2 remote events for the entire game

ripe plume
rugged mist
#

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

austere gust
#

Made me a game with 6.7M visits

#

and another with almost 10M

#

and one with 5M

summer scarab
austere gust
#

easy rock climb obby

rugged mist
#

and the second remote event would just be for sending across the network whenever fired

rugged mist
austere gust
rugged mist
#

yes

austere gust
#

not sustainable no but when it was popping off i was bringing in $300 a day

ripe plume
odd copper
austere gust
rugged mist
#

300 a day for 4 days lol

weak radish
rugged mist
#

a good 1200$

austere gust
#

the game made me like 10K usd for 3 days of work

#

even if it was 1200, i'd take that over 0

odd copper
austere gust
#

oh ok, next time i'll give chatgpt my earnings

austere gust
weak radish
odd copper
rugged mist
#

u did not make a game that made you 10k in 3 days with chatgpt

#

such cap lmaoo

weak radish
austere gust
#

10K in a span of almost a year

#

with 3 days of work yes

weak radish
austere gust
#

that's really not an unbelievable number

ripe plume
rugged mist
#

well if you want to know how to make more sustainable games I can tell you lol

austere gust
#

they are messy lol

rugged mist
#

I’ve got 10bill+ visits

austere gust
#

the checkpoint system was from youtube

#

but the main rock climbing function was ai

weak radish
#

Chatgpt is basically the same as using free models

#

from toolbox

rugged mist
#

chatgpt is not a good way to make shit cause there’s no bug fixing lmao

#

and chatgpt also messes up a lot

austere gust
#

hence why the game died lol

austere gust
weak radish
austere gust
ripe plume
weak radish
austere gust
summer scarab
austere gust
weak radish
#

And purchases

ripe plume
austere gust
#

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

rugged mist
#

10k in a year ain’t even a good business model

#

that’s nothing

austere gust
#

i know its nothing

ripe plume
austere gust
#

thats why im kinda confused on how its not a believable number

#

prime you're acting like im trying to flex

rugged mist
#

cause u didn’t make a game in 3 days to get 10k

austere gust
#

someone asked has anyone used ai to code

rugged mist
#

that is the unbelievable part

austere gust
#

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

rugged mist
#

send

austere gust
#
Roblox

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 ...

ripe plume
#

lets see

austere gust
#

its not complex whatsoever

ripe plume
#

true, btw u forgot to change the close button's z index so its behind the frame

#

in the gifts

austere gust
#

yeah its a shit game lol

#

no denying in that

ripe plume
#

hahaha

#

yeah this def made 10k its not horrible

austere gust
#

i even got a 1099 form

ripe plume
#

idk what that is, is it an American thingy for tax?

austere gust
#

I owed $470 or so in taxes

rugged mist
#

yeah it’s from devex

austere gust
#

half was my brothers

ripe plume
#

ah

#

luckily we dont pay tax till 10k here so im like 10 bucks under lol

rugged mist
#

I mean it’s an obby it doesn’t use much scripting anyways

austere gust
#

yeah its simple with simple mechanics

ripe plume
#

yeah

austere gust
#

im not trying to flex it

#

im not proud of it but it was created with ai

hexed palm
#

What kind of services do we use to do a pet system ? Like pet that follow you? Alignposition znd alignorientation or another thing ?

rugged mist
#

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

ripe plume
#

much more work than I did for my game

austere gust
#

well idrc

ripe plume
#

u mean gpt's mechanics? lol

austere gust
#

go for it lol

#

mr anti ai

ripe plume
austere gust
#

then use it

still fable
#

Wait its kinda good tho

austere gust
#

Thank you sir

ripe plume
#

yeah I agree I played like 10-15 stages haha

#

surprisingly fun

still fable
#

If you added the rainbow path to Vanish when walking on, that would be cool.

austere gust
#

i really dont have any plans to update it

#

if i ever remake it i will tho

#

i moved on from using ai code

inland lava
#

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

austere gust
#

i only use it for organization

still fable
#

I mean I can give you some eazy script when you touch you die, you know the Guess door?

austere gust
#

yes

still fable
#

Let me dm you it.

vague dock
#

I need some help pls

peak sphinx
wispy fulcrum
vague dock
#

I need to make a script for a sword to attack

wispy fulcrum
vague dock
#

I made it but it have a big issue

peak sphinx
#

Why does it take you 5 years to get to the point

vague dock
peak sphinx
#

😭

wispy fulcrum
vague dock
#

I asked no one helped

wispy fulcrum
#

Try again

#

Sometimes it takes a minute

#

Worst case ask in rodevs

vague dock
#

Ok

still fable
prisma anchor
#

anyone got some good tutorials that actually explain everything instead of getting you to copy their code for no reason?

vague dock
#

Wow

still fable
vague dock
#

I'm learning but not that fast

still fable
#

Dm

ruby patrol
#

Any clues on how to have a car follow waypoints?

lime gyro
#

make it face the waypoint and enable the engine ? @ruby patrol

ruby patrol
#

may the model have no engine

lime gyro
#

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

ruby patrol
#

ill try

maiden thicket
#

I NEED A WHOLE game

lime gyro
lime gyro
ruby patrol
#

i have a script to make some model follow a line, but i cant seem to get other models to do it

maiden thicket
lime gyro
errant jacinth
lime gyro
#

I got no verification sadly T-T

woven yarrow
#

what is the game tho

summer scarab
ruby patrol
#

Game about 100 men vs 1 gorilla theme?

lime gyro
night hinge
#

Need a co owner + devs to make a game with dm me

woven yarrow
errant jacinth
dawn haven
#

One message removed from a suspended account.

tiny widget
# ruby patrol .

Show the script, what do you think we're gonna do with that information

#

We can speculate if you want but like

#

Be fr

ruby patrol
crystal lava
#

problem?

lime gyro
glass narwhal
glass narwhal
dawn haven
ruby patrol
ruby patrol
glass narwhal
#

that looks quite advanced no>

lime gyro
glass narwhal
ruby patrol
# lime gyro congrats?

The thing is i cant get some other parts to follow the waypoints, just 1 for some reason

dawn haven
#

One message removed from a suspended account.

lime gyro
dawn haven
#

One message removed from a suspended account.

lime gyro
#

ah

#

just saw the spawn part

dawn haven
wise pewter
#

whats the best youtube channel where i can learn luau

velvet vapor
#

Is there an event that is fired when items from starter pack were transferred into backpack?

ripe plume
ripe plume
#

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

lyric zealot
#

💀 chatgpt

waxen rover
#

and if you govern more towards words that are you can just partially search the definitions

pure wadi
#

im tryna put this on the board but i cant rotate it to fully fit anyyone got an idea of how to do ?

waxen rover
#

or just generally not working

#

turn off snapping maybe

pure wadi
pure wadi
waxen rover
#

uhh wait let me look for it rq, the roblox studio layout changed

#

under model

#

then snapping

waxen rover
waxen rover
#

oh

maiden thicket
#

is this a free mode

pure wadi
#

the ice cream thing is a surface gui image label

maiden thicket
#

or am i tripping

waxen rover
#

try to turn the geometry mode

#

to preciseconvexcompisition

#

i think thats what its ccalled

#

one second i need to look myself

austere gust
#

whos nerd ass just pinged me

waxen rover
#

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...

pure wadi
#

didnt worked

karmic coral
#

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.

waxen rover
#

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

karmic coral
#

i dont like commissioning people & im looking for a coowner rather than just a 'scripter' of the game.

pure wadi
karmic coral
#

lol

violet ginkgo
#

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)

hexed palm
#

What kind of services do we use to do a pet that like follow you? Alignposition and alignorientation or another thing ?

lime gyro
pure wadi
austere gust
#

how do i minimize the top tabs in the new layout?

#

shit takes up damn near half my screen

karmic coral
#

paying 10-15k robux + 50% for someone to make a sf game with me dm (must be a rlly good scripter)

velvet vapor
#

and you don't need any rotation

#

When people make toolbar for items, do they usually wrap every item into the tool?

covert pond
#

has anyone done AP CSP Roblox on CodeHS

static coral
#

what is an actual situation one would use native code in

mint cloud
#

I hate codehs with a passion

misty sorrel
#

Anybody knows if the datastore limit of 4MB per key is actually measured as four million bytes, or is it actually 4MiB?

misty sorrel
#

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

misty sorrel
pearl inlet
somber vault
spiral vine
#

scripting incremental / simulator frameworks for free. (will also do the UI ect) For cheap. if u want very simple system. free! dm me!

pearl inlet
#

Free ~= Cheap

spiral vine
lofty belfry
#

lf for a scripter for my military game! dm me

spiral vine
#

helping ppl w game frameworks (ui and scripting ill do) FOR FREE! if generous you can pay 🙂

nova scaffold
spiral vine
round granite
#

ama murder whoever made this

young elk
#

looks so unfinished

light thorn
#
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
split fractal
#

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?

wicked palm
#

yo does anyone wanna be a scripter for a blue lock game?

wicked palm
#

anyone?

candid kestrel
#

yeah

#

theres. alot more than just this clip

wind pasture
# violet ginkgo Can someone please tell me why doesnt this code work local plr...

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

fathom linden
#

yo does changing a color of a part rlly fast make the game laggy?

broken minnow
#

yes

velvet vapor
#

What's better to use: Attributes or put Value inside?

broken minnow
velvet vapor
#

Why do you think so?

broken minnow
velvet vapor
#

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

broken minnow
#

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

velvet vapor
#

So attributes are not replicating at all?

#

If no, I don't get where's the difference

broken minnow
velvet vapor
broken minnow
#

to share them you need events or remote functions

#

so for short

#

attributes aren't replicated

#

and values are

velvet vapor
#

Thanks, really appreciate it

broken minnow
#

hopefully that explained well enough

#

no problem

quiet token
#

does .ChildAdded work on all clients?

#

if i have a local script under a screen gui

random quarry
#

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

copper jay
#

anyone know why shutting down from studio causes wipes on datastores?

fleet carbon
wise meadow
#

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.

rugged sun
#

who said they needed a scripter

wise meadow
#

Im working on like 4 diff projects rn

rugged sun
#

alr what you need

wise meadow
celest cipher
glass narwhal
turbid matrix
#

how much would it cost for someone to just implent vfx into my moves aka a scripter 😭

rancid bay
#

i would learn it yourself

wise meadow
turbid matrix
# rancid bay vfx is light

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

wise meadow
rancid bay
#

considering his moms in surgery

turbid matrix
turbid matrix
wise meadow
turbid matrix
lucid fox
#

any scripters here want 3k for 20 mins work

hoary cedar
#

What's the job?

rancid bay
hoary cedar
#

Nah bro, I replied first

#

I gotta portfolio n' everything KEKW

rancid bay
ancient girder
#

Omg github hosted portfolio 😫

lucid fox
#

dm me its just a simple gui

rancid bay
hoary cedar
#

Take it or leave it; I do good work

rancid bay
#

if it was a lua only based portfolio 🙏 💀

ancient girder
#

Hows mine 😔

rancid bay
#

i think u MIGHT like space

ancient girder
#

Yep my biggest mistake ong

#

Its such a niche target audience

#

I havent updated that portfolio in a while 💔

ancient girder
rancid bay
#

mines is still from when i thought i could become a modeler.

gilded nacelle
#

how do i change this back, idk where the file button is and its just rlly hard to navigate

#

someone pls help w that

ancient girder
#

I stopped doing comissions at 14 so that portfolio was only to get hired and some boring ass programming position

gilded nacelle
#

me to idk how to fix it

rancid bay
#

do NOT refresh ur studio

#

they just pushed out the ui update again

ancient girder
#

Yeah the new menu makes me want to kms

rancid bay
#

disable this

ancient girder
#

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 💀

sour dirge
sour dirge
ancient girder
#

Gives context to args

quiet token
#

is there a luau equivilance to isnumeric() in python?

hoary cedar
hoary cedar
sour dirge
hoary cedar
sour dirge
#

very cool

hoary cedar
#

🔥

neat tree
#

ive been doing coding since i was 14

#

self taught

round relic
bold current
#

Do people usually overestimate their job requirements in #scripter-hiring or is it average for the industry

covert pond
stray osprey
#

help someone

#

im confused

#

it didnt work i tried !weather Rainstorm

civic garnet
marble vector
#

chat gpt cooked

#

he made a queue system for me

tribal panther
proud idol
bleak glade
proud idol
#

that would throw an error

#

but yk, looking at the output window is for nerds

wispy bane
#

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

final tree
#

3d modelling >>>>

#

art makes u rich

charred stream
#

depends on how ur system works

half hamlet
pearl inlet
#

help

upper flicker
#

anyone know a good way to learn code

frail fulcrum
#

anyone wanna make a game fro fun

#

for*

chilly canyon
#

gurt: yo

final tree
remote bear
velvet vapor
# broken minnow attributes aren't replicated
final tree
#

honestly, i dont get why people use html and css lol

#

web design is a lot easier

#

and more artistic & powerful

umbral carbon
#

You design with CSS

finite smelt
#

need a fast reply scripter, i need some things to get done. will pay. dm me

finite smelt
radiant thicket
#

hi

sudden cobalt
#

yo

#

how old where yall when yall started learning coding

radiant thicket
#

uh

#

13 I think

sudden cobalt
#

ohh

#

nice

lean ocean
sudden cobalt
#

how did yall started learning coding?

radiant thicket
#

I am still better at animating than scripting

#

like moving stuff around

lean ocean
#

and searched it up if it errored

sudden cobalt
lean ocean
#

also roblox docs

remote bear
flat axle
#

when did u guys start developing

radiant thicket
#

2019

flat axle
#

dan

#

2016

radiant thicket
#

dayum

flat axle
#

yeah

#

thats wh

#

why

#

my description

#

says i can do

#

all of theses

#

stuff

radiant thicket
#

oh

#

I do blue lock animations in Roblox studio since I suck at drawing

flat axle
#

nice

#

i can do that too

radiant thicket
#

nice bro

#

I want someone who has a blue lock project

#

and needs a animator

flat axle
#

yo

#

want to try showcasing my gamde

#

game*

#

just as an expriment

radiant thicket
#

sure

flat axle
#

nice

#

whats ur user

radiant thicket
#

coolbacon_62525255 or Kazerfisch

flat axle
#

ok

#

add me on discord ill send u a game link on 5th of may

radiant thicket
#

Ok

#

U want me to post it on my channel?

#

Or like show it to people on discord

flat axle
#

how many plp in there

radiant thicket
#

1.420k

flat axle
#

dang

#

yeah plz

#

post on ur channel and send me the footage

#

ill give u freecam

radiant thicket
#

k

flat axle
#

Kazerfisch is ur roblox account right?

#

is it?

spring pond
#

hey scripters

radiant thicket
#

Yes

wise ledge
#

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?

marble vector
#

do anyone want simple help? in devoloping i wanted some rbx like 100 or smthing please

small rapids
#

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

small rapids
#

Ok

flat axle
wise ledge
#

no lmao, i already know how to do that

flat axle
#

Normal Hit = (20 + 10 * 1.2) = 32 damage
Crit Hit = 32 * 2 = 64 damage

wise ledge
#

YES

flat axle
#

oh

wise ledge
#

that thing

flat axle
#

k

wise ledge
#

like for example

#

deepwoken has

flat axle
#

mhm

wise ledge
#

11 dmg per light weapon so idk

#

like what to put for light, medium and heavy

#

yk

flat axle
#

light weapon = (20 + 10 * 1.2) = 32 damage
Crit Hit = 32 * 2 = 64 damage

wise ledge
flat axle
#

probally

#

for a light attack

wise ledge
#

mmmmh

flat axle
#

its ur world

wise ledge
#

not exactly help

#

bc this is the first "rpg" open world game im making, so im not really sure

flat axle
#

first

#

its ur first?

#

oh u better learn urself

wise ledge
#

not my first roblox game

#

i have made like over 15 roblox games

flat axle
#

no i meant first rpg

wise ledge
#

some over 100 million

wise ledge
flat axle
#

visits?

wise ledge
#

yeah

radiant thicket
#

God dayum

#

Mine can’t even pass 30

wise ledge
flat axle
#

ok lwarn urself

#

learn*

wise ledge
#

i have learned,i dont need help just suggestions yk

radiant thicket
#

cuz I can’t advertise and no content creator will agree

flat axle
#

since u go 100mil viisits

#

oh u need suggestions

wise ledge
wise ledge
#

💔 '

radiant thicket
wise ledge
#

i already got my discord server

flat axle
#

ok

wise ledge
#

vanity link moonsire

flat axle
#

use other social media

#

like twitter

wise ledge
#

yeah i use that already, im not the only developer yk

flat axle
#

and instagram

#

so u are good at marketing

#

what suggestions do u need like type

wise ledge
#

i literally just said

#

😭

flat axle
#

lol

radiant thicket
#

🤑

flat axle
#

repeat what u said plz

wise ledge
#

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?

flat axle
wise ledge
#

is actually a code discussion

flat axle
#

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

radiant thicket
#

is this logo fire for my group

flat axle
#

yeah

radiant thicket
#

I had to pay 4500 for it

flat axle
#

woa

#

use chatgpt fr

#

free

#

and good

radiant thicket
#

ChatGPT is kinda bad at doing what I want

flat axle
#

a dev has to be lazy and smart with their rbx

sudden cobalt
#

how did you guys learn coding?

flat axle
#

i started at scratch

radiant thicket
#

I had like 50k robux but I spent it on devs

flat axle
#

reLLY

radiant thicket
#

ye

flat axle
#

u could have spent like 5k on me

#

and i would

#

make ur game

#

all by myself

sudden cobalt
#

bro coding is so hard

radiant thicket
#

rn I have 2k robux

flat axle
#

i can even make u an avatar

#

yeah

#

u can gimme a commission

#

once my game

#

is done

radiant thicket
#

Ok

flat axle
#

i mean i can do it for 500 but eh

radiant thicket
#

can I animate for ur games?

flat axle
#

oh

#

i animate my own game

radiant thicket
#

oh

flat axle
#

im a solo dev

radiant thicket
#

I

#

Ok

flat axle
#

cuz i dropped out of college

radiant thicket
#

Nice

flat axle
#

i had knowledge

#

and had time

#

to learn

#

so its just that im lucky

radiant thicket
#

it’s crazy how u can make a living out of a kids game

flat axle
#

its not really a kids game

radiant thicket
#

Yeah but there is more kids than adults on Roblox

flat axle
#

yeah cuz its a fun game

radiant thicket
#

fr

flat axle
#

tho

radiant thicket
#

the devs put hard work to entertain us

flat axle
#

the reason im making games so i can play them

#

im kinda bored

#

i mean

#

theres barely any good games

radiant thicket
#

u don’t release them?

flat axle
#

i do

radiant thicket
#

What’s ur most popular game

patent flare
#

Does anyone need a Dev

flat axle
#

its called rell seas i managed to get a scripting commissions

patent flare
#

I can Help for 2k Robux for Small works

radiant thicket
#

oh

flat axle
#

u might now tho

#

know*

#

its fun

#

maybe better than blox fruits

patent flare
#

oof my bad my bad

flat axle
#

lol

#

im a solo dev

#

so i dont plan

lean ocean
flat axle
#

its not out yet

radiant thicket
#

ok

flat axle
#

tho

radiant thicket
#

can u test my game that I made

flat axle
#

yeah

lean ocean
#

yea but whats ur roblox user

radiant thicket
#

Lemme send link rq

flat axle
#

noahhbloxfruit vc idk why this was me when i was a kid

#

although

#

i left this acc

#

i had some trash games

lean ocean
flat axle
#

i worked as a scripter for them

radiant thicket
#

I should name it memes battleground

flat axle
#

name it whatever lol

radiant thicket
lean ocean
#

they have full time devs

#

scripting atleast

flat axle
#

nuh

#

commission

lean ocean
#

you arent even in their group

flat axle
#

yeah

#

why would i

#

i didt recongnise

#

them

lean ocean
#

bro youre like 13

#

😭

flat axle
#

no

#

this was when w

#

i was a kid

lean ocean
#

I can tell from your english

flat axle
#

i type fast

#

and i use all my fingers

#

im on pc

#

want me to do proper rich english?

lean ocean
#

if u worked for them

flat axle
#

private

#

theres stuff

#

that hasnt been added yet

lean ocean
#

so u have no proof

flat axle
#

i do

lean ocean
#

"trust me bro"

flat axle
#

but im not aallowed

#

allowed*

lean ocean
#

yea so there isnt

flat axle
#

to show

lean ocean
#

youre basically just saying "trust me bro"

flat axle
#

no

#

i cant show cuz priv info

lean ocean
#

ok show the dm where you sent your portfolio

flat axle
#

he wants me to leak updates

#

dude it was on a discord server

spring pond
radiant thicket
#

Was it good

spring pond
#

that can be done in 5 minutes

flat axle
#

its called

radiant thicket
#

oh

#

dang

flat axle
#

Roblox Develepers

lean ocean
#

ok i dont believe you though

flat axle
#

it will take me ages tp

#

ok

lean ocean
#

tp?

flat axle
#

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

flat axle
#

im here

#

to help

#

people who are new codes

radiant thicket
#

What new game idea do I make

flat axle
#

i dropped outof collegee

gloomy kraken
flat axle
#

i mean

#

its a code discussion

gloomy kraken
#

yeah so answer my discussion question

flat axle
#

mhm

lean ocean
#

this guy says he worked for rell seas 💔

flat axle
#

short term

lean ocean
#

noah what is oop

flat axle
#

commissionRobloxStudio

flat axle
#

advanced

lean ocean
#

yea but what is it

gloomy kraken
lean ocean
#

explain it

flat axle
#

ok

lean ocean
#

hes typing to chatgpt at this exact moment

flat axle
#

no

#

im typing

#

with u guys

#

of

lean ocean
#

ok answer now

flat axle
#

ofc not

gloomy kraken
#

he's probably googling it rn

flat axle
#

bro

lean ocean
#

JUST ANSWER

flat axle
#

how can i google it

gloomy kraken
#

just answer the question lmfao

flat axle
#

when im talking to ucryingdead

flat axle
#

ok calm bro

#

and wtf

static forum
#

Anyone know how to get vfx suit for free

gloomy kraken
#

why is bro taking so long to type it out, its only like 2-3 sentences lmao

flat axle
#

its a paradigm that organizes codescryingdead

#

cuz

flat axle
#

emojis

gloomy kraken
#

exactly

flat axle
#

collections of data

#

which is attributes

#

ofc

lean ocean
#

what

gloomy kraken
#

what is bro talking about 💀

flat axle
#

alr heres a proper explantion

gloomy kraken
#

just give it up cuh

lean ocean
flat axle
#

its Oop is short for Object Orinted programming it does what name is

gloomy kraken
#

stop giving roundabout explanations and get to the point

raw pilot
#

youre a rell seas dev 😲

flat axle
#

a raycast is a ray

raw pilot
#

really?

flat axle
#

that points

gloomy kraken
flat axle
#

bro

#

JUST

gloomy kraken
#

cant even explain oop properly

flat axle
#

OK

#

I AM HUH

#

on the 10th of may

#

search up Shadow bound

#

you will see

gloomy kraken
#

bro...

flat axle
#

i cant explain it in my words

gloomy kraken
#

just answer frosty cat's question

flat axle
#

bro..

lean ocean
#

i think its obvious already

#

💔

flat axle
#

that im a bad dev/

#

untrue

gloomy kraken
flat axle
#

ill get my comeback

#

ill send a footage of my game soon

gloomy kraken
flat axle
#

and you will regret ur wwords

#

well

#

theres bugs

#

currently

gloomy kraken
#

because lowkey i cant be bothered to get on just to watch some guy's video

lean ocean
#

bro youre literally like 13 years old

flat axle
#

nuh

#

how old are u

gloomy kraken
lean ocean
#

17

gloomy kraken
#

i dont mind the bugs

#

so send it over

flat axle
#

on 5th of may

#

i can send

#

cuz trailer ofc

gloomy kraken
flat axle
#

its when u can play

#

5th if trailer

#

is

gloomy kraken
#

just send a small gameplay snippet bruh

flat axle
#

wiat 2 days bruh

#

wait 2 days

gloomy kraken
#

did bro sign an nda lmao

flat axle
#

anyways

#

just wait

gloomy kraken
#

nah

#

cant be bothered

flat axle
#

ok

#

u can just chat

#

unti;l

#

until

gloomy kraken
#

oh btw one more question, when should someone use waitforchild?

lean ocean
#

I thought this guy typed fast

#

taking him 10 mins to answer

flat axle
#

when the script needs to ensure a child object within a parent

#

cuz i need to fix

#

spelling errors

lean ocean
#

flat axle
#

u never let me finish

#

just wait be bothered

gloomy kraken
flat axle
#

just wait

#

u said last question btw

gloomy kraken
flat axle
#

just watch fr

gloomy kraken
flat axle
#

i can

gloomy kraken
final tree
flat axle
#

cuz im busy working on my game son i can get revenge

final tree
#

wix is better than html and css

gloomy kraken
flat axle
#

for underestimating a scripter

gloomy kraken
#

you did NOT work on or with rell seas

#

just give it up bro 🙏

lean ocean
flat axle
#

i spent it all on one avatar

lean ocean
#

ok bro

#

your roblox avatar

flat axle
#

tho

gloomy kraken
lean ocean
#

was terrible

lean ocean
#

wait ill check again

#

my bad 0

flat axle
#

i spent about 200k just for a avatar i had to pay a ug creator

#

DID I PUT ON