#code-discussion

1 messages · Page 52 of 1

rugged mist
#

This is just a faster walk speed with client side ground markers

#

and the attack is a hitbox

scarlet kestrel
rugged mist
#

what do you mean why would it need to

#

it’s just playing a different animation and increasing the walk speed

scarlet kestrel
rugged mist
#

the humanoidstatetype would changed

#

what do you mean?

thick sluice
#

added two new stats

scarlet kestrel
rugged mist
#

you just gotta have the character :move on each renderstep

#

in the lookvector

quaint pine
#

modelling or scripting what can earn you more money

rugged mist
#

scripting

teal yacht
#

I'm sure it was you!!!!😆

fervent belfryBOT
#
Tag » apps

How to Apply

If you want to apply for a role in our community, the applications can be found here! It is highly recommended to check out our Application Rules to learn the requirements for these skill roles!

Pending Time

An application for a skill role may take up to 0-48 hours to be read. If pending beyond that time, please create a ticket using /ticket and then selecting the "Application" category in #cmds

Application Tickets

To ensure your ticket is being dealt with maximum efficiency, please link your application in the media section of the ticket. As well as specify which role you are after. Also, if you have any doubts or concerns related to applications, then you may create a ticket.

Application Tickets take 2-3 days and up to 1 week to be resolved.

Still don't know how? Watch this video to find out how!

somber vault
novel mountain
somber vault
#

Here's some advice. : )

I'd recommend moving the code that comes after the connection back by one tab. You over indented by a tab.

For starters, I'm sure you already know this, but explaining it wont hurt anyone. What you are doing here is that you are accessing the game's Players service, and accessing a "remote" (in a sense of speaking) called PlayerAdded, this let's you see if players join your game!

You then connect to this little remote, and, when something does happen, or trigger this little guy, it starts your function up right away! And, did you know that you can actually hook the :Connect to a pre-existing function? Here's an example 😄

cunning lynx
#

anyone know how to grow my roblox game ? i released it today

placid agate
cunning lynx
placid agate
#

or do comms.

cunning lynx
placid agate
#

then comms it is 💔

thick sluice
thick sluice
cunning lynx
thick sluice
#

i meant how do i script a game like that

dusk burrow
#

Does anybody know any key contributing factors to slow fps or gameplay when it comes with coding? My game has it and I'm not sure if its because the server's been up for so long or just sloppy scripting? If anyone could let me know, that'd be great

stable junco
#

any free scripters available and lf excperience

bleak glade
#

check your script activity

last cave
#

took you a while

#

its not as bad as it used to be

stable junco
somber vault
#

Something cool

#

cool thing is it is made out of parts

#

and not a spriesheet

#

sprite*

odd nacelle
vagrant shoal
raw hollow
#

why this isn't working (for the gui part)

last cave
#

because you are changing game gui instead of players gui

last cave
raw hollow
#

aaa thanks, u are a saver

slow plover
#

question, if i were to have parts that get thrown by forces of an explosion, how could i make those high-velocity parts hurt players?

raw hollow
#

aight got it, btw the other var on top are for leaderstats, just letting u know.

#

thanks for the help.

final girder
#

does someone know why -= doesnt work anymore? e.g
if hit and hit.parent:FindFirstChildOfClass("Humanoid") then
hit.money.Value -= 10
end
end

severe venture
final girder
#

nice

jolly harbor
final girder
#

i made a numbervalue

#

it doesnt work for me

jolly harbor
#

whats the error

final girder
#

workspace.money.script.7:'=' expected near '-'

jolly harbor
#

can you send the exact line of code

#

I think you might be putting a space near -=

final girder
#

sorry I can't take screenshits but i can copy paste it here wait a sec

jolly harbor
#

k

deft perch
#

oh thanks for helping

final girder
#

script.Parent.Touched:Connect(function(hit)
if hit.parent:FindFirstChildOfClass("Humanoid") and script.Parent.Transparency == 0 then
local plr = game.Players:GetPlayerFromCharacter(Hit.Parent)
player.leaderstats.Money.Value += 10
end
end)

#

sorry my discord crashed

#

took to long

jolly harbor
final girder
#

they are one ontop of another

#

in a line

#

not like this

jolly harbor
#

try print player.leaderstats.Money.ClassName

final girder
#

oh i figured it out

#

i should do
player.leaderstats.money.Value = plaer.leaderstats.money.Value - 10

#

thanks for the help tho

jolly harbor
#

you can but if

player.leaderstats.money is a NumberValue

setting


money.Value -= 10 

does the same thing as


money.Value = money.Value - 10
wispy fulcrum
#

what would be your guys' idea on how easy an NPC system is where all they do is walk a path, have a spawnpoint and a despawn point, they respawn, and then when they die they drop an item

#

like is that simple and yall think I could get away with that in cheap bobux or

quartz wraith
stable urchin
#

ohh I see. the video should be enough to get you started, right?

Brief comment. If you give the client network ownership of the object, the client can do anything to its position, including teleporting, noclipping or even deleting (via putting it under the void altitude) the item

stiff citrus
#

How much do scripters usually charge for a whole simulator

stiff citrus
#

Okay

cinder falcon
#

how do i code

sand minnow
#

how do i get rid of this i forgot what i clicked

alpine zodiac
brittle sapphire
#

Rate this code, im a beginner!

#

also made the leaderboard in a separate script, nothing reall complex for it

thick sluice
candid kestrel
spice summit
#

good code if you over look that ig

brittle sapphire
spice summit
brittle sapphire
#

i mean i started learning again 3 days

#

ago

somber vault
spice summit
# brittle sapphire ago

ill give you this lil nugget of info, the nesting has gotta stop 🙏 you dont need all that code in one brick, split it up, put it in other places, make it trigger the others but it doesnt need to be all in one spot

brittle sapphire
#

first

spice summit
#

other than that i couldnt have done it better my self

#

u did a good job man

brittle sapphire
#

it just have a problem, the jump doest work how it should, it add more than 1 and 10

jolly vessel
spice summit
brittle sapphire
#

i think if i add a wait or task.wait 1 it should work

somber vault
#

Yk what else you can do @brittle sapphire

brittle sapphire
#

what?

somber vault
#

You can get rid of the if blocks, instead turn them into one function

#

And make the argument number

brittle sapphire
#

i can improve more, first i tried to do with for i, v in pair do but it select all quest and everytime it get the last one like i tried for i, v ... v = random math(1,3)

tropic plume
stable urchin
#

on click, cast ray from camera towards cursor, let's say 10 studs

#

when something is hit

#

you check if it or an ancestor has some tag, let's call it "DraggableItem"

#

if this is the case, the client tells the server to mark the item as dragged, and the server will set network ownership of the item to the player

#

if the client gets the go ahead from the server, an AlignPosition instance is created and an attachment for it, both parented under the dragged item

#

and then every frame you set position of AlignPosition to something like TargetCFrame = (Camera.CFrame * CFrame.new(0, 0, -5)

molten creek
#

hello fellow devs

#

as usual i come to try and poach some HD devs

#

Who wants to come work for the bladinator

safe sail
#

💀

#

dm me if u need a job as scripter

spark fable
ornate needle
#

anyone got the data store deleting plugin. i need it rq and i cant purchase it on my country im paying 1k

spark fable
#

Didn't they add something where you can edit it on the Roblox website

candid kestrel
molten creek
spark fable
#

lol just realized I probably haven't touched Roblox portfolio in over a year but this point

#

Gotta get back to my prime

thick sluice
#

idk

#

i started 6 days ago

tired rampart
#

who wanna make a cashgrab game together and can do all investing and i manage all shi and we split

runic quarry
candid kestrel
runic quarry
#

Crazy shit fr

candid kestrel
runic quarry
#

I know

#

It's just a joke

candid kestrel
#

mb bro some ppl

#

just arent smart

runic quarry
#

Nah I'm just saying is a joke

tired rampart
#

I manage everything worth it to split or atlesat do 70%-30%

candid kestrel
#

i mean if ur getting the 30

#

that makes sense

tired rampart
#

ye ofc

candid kestrel
#

but even then u gotta be hella good and have crazy experience

tired rampart
#

i would be fine

tired rampart
#

Idek who would be Interested gang

candid kestrel
#

any front page games?

tired rampart
candid kestrel
#

ah

tired rampart
#

But I got tips from people

candid kestrel
#

im making a cashgrab currently

tired rampart
#

already got game ideas and shit sorted

tired rampart
candid kestrel
#

yeah its a delivery sim

tired rampart
#

u pay for all?

candid kestrel
#

no im a developer i dont really pay for anything

#

i code, build, model, do ui,

#

only help i got is my friend whose getting coding done with me so we can finish it by friday

tired rampart
#

after that wanna do my cashgrab game rlly good

candid kestrel
#

then i gotta get managers and stuff sorted and a server

candid kestrel
#

not really i saw the message u deleted, u seem like u got a short temper and are mad unprofessional

#

i said splitting with a manager is crazy and u said "😂 idgaf"

#

then deleted it

random gulch
#

why is getting a starting job as a scriptor so hard even though i have 1-2 years of experiance 😭

empty siren
#

where do i start on a soccer system

random gulch
#

movement

empty siren
random gulch
#

Sprinting

candid kestrel
#

make a server with all ur work then advritise the server

#

let game owners find u

#

i had 1 thing in my port at one point and i had ppl offering me money to work for them

clever nebula
random gulch
clever nebula
random gulch
#

I have a tower defense game I made in 2 days but it’s not public and a quest system ai pathfinding (could use fixing) movement system though some of them aren’t finished

#

And I’m good with data stores

#

I don’t really like physics

clever nebula
#

I understand

random gulch
#

I work mostly on backend

#

Cash systems, quest systems, data stores stuff like that

limpid crown
#

How long would it take for someone to learn coding and decent at it?

random gulch
#

~1 year

limpid crown
#

who should I watch on youtube to learn how to script?

random gulch
#

Gnome code

limpid crown
#

ok

random gulch
#

Feels like he explains it in detail

limpid crown
random gulch
#

He’s also good he has good code but doesn’t explain it as much in depth

vestal pumice
random gulch
#

Just watch any beginner tutorial you think is fun. You learn better if it’s fun

limpid crown
#

oh ok

#

Idk which one is good though

trail schooner
#

anyone know why this aint working? the weapon isnt pulling up

somber vault
#

if a character is added but they quickly leave the game, will the rest of the character added still run? if so, wont it error because te char is nil?

stable verge
bleak glade
somber vault
bleak glade
somber vault
#

thats why i’m worried about it erroring, if the plr and therefore the character leaves in the middle of execution

somber vault
bleak glade
#

well it doesnt matter if they left

#

or shouldnt matter

somber vault
#

yeah why

bleak glade
#

the erorr wont break other clients

#

its a client side think if its on the client

#

and they left so it doesnt matter

#

unless your connection is on the server

somber vault
#

it’s on the server side @bleak glade

bleak glade
#

what exactly is it doing

#

that needs 1k lines for a connection on the server

somber vault
#

it is a very complex game

bleak glade
#

well if its creating instances then it could take while

bleak glade
# somber vault it is a very complex game

what you could do is just make a connection on the character added as a variable, and task.spawn a loop inside the scope to check if the character exists every task.wait(), if not then discconect the connection or just disconnect it on leave

trail schooner
#

i fixed it

misty lodge
somber vault
bleak glade
bleak glade
#

my method should work if you want to do it that way

misty lodge
#

Is this optimal

vestal pumice
#

stacks of if statements is usually unoptimal

edgy basalt
#

i have this things in my game which i call Step By Step Progress

it refers that
for example to get Greenish Slime first you need a seed you find on the forest, once you have that, you HAVE to place it on a pot for a water bucket to appear somewhere in the map and then when you grab it you have to go to the pot and pour it there
So..
The seed and the bucket could count as items the player can collect for a slime
and im adding Items to the game
should they appear in your backpack or not? (if yes, it means they would save and when you leave and come back you already have the seed for example, if no, it means that it wouldnt save and youd have to find it again.

vestal pumice
#

if you wanna farm playtime delete it and if you dont, dont delete it

misty lodge
vestal pumice
#

paypal me 30 usd

misty lodge
#

I only deal in robux

vestal pumice
#

it was a joke btw

misty lodge
#

which one

vestal pumice
# misty lodge Is this optimal

what i would do is use an array or make the quests with object oriented programming so i can just store teh quest values inside of teh quest

#

with the array being the action that will occur and the array having the names of the quests

#

oop is probably the better option

misty lodge
vestal pumice
vestal pumice
upbeat lava
#

is coding a certain thing hard

#

let’s say I have a gun, and when I press m2 this gun has a coin fly from it

upbeat lava
#

when this coin is hit, it either directs into 1 or two enemies

vestal pumice
upbeat lava
upbeat lava
vestal pumice
upbeat lava
#

let’s say I don’t have enemies I just want the coin to be shot and split into beams

misty lodge
#

You have to learn the matrices of the coin

#

Divide that by the appendages

#

Take that value, multiply it by 3.14

vestal pumice
misty lodge
#

And then take the radi and make it squared

upbeat lava
upbeat lava
#

I just do a shit ton of building

jolly harbor
# misty lodge Is this optimal

It'd just use a function outside of this


function SetChoice( ChoiceButton: TextButton, ChoiceData )
  ChoiceButton.Text = ChoiceData.Text or ""  -- if text empty then default
  ChoiceButton.Visible = ChoiceData.Text ~= nil-- hides if text empty
  return ChoiceData.Next 
end

local Callback = a.Callback
local Choice1,Choice2 = a.Choice1, a.Choice2

local Choice1Next = SetChoice(Choice1Button, Choice1)
local Choice2Next = SetChoice(Choice1Button, Choice1)


vestal pumice
# upbeat lava buddy I am NOT a scripter 💔💔

what iw ould do is just use velocity and throw the coin in the air and then after that i would make it wehre whenever a gun is fired onto the coin it fires 2 other rays in 2 random directions if theres no enemies nearby or to 2 of the closest enemies

upbeat lava
upbeat lava
#

this is what im aiming for

vestal pumice
vestal pumice
upbeat lava
#

not looking to empty my pockets over just simple gun coding

vestal pumice
#

your kinda cooked bro 😭

upbeat lava
#

and im the only damn builder

vestal pumice
#

you should be fine bro

#

the only thing worrying is that your the only builder

#

but core mechanics are usually more important

upbeat lava
#

sadly it won’t let me post here

edgy basalt
#

like egg hunts

#

not even egg hunts saved your progress for any egg

#

you had to do the steps again

tawdry terrace
#

does anyone have better version of the default animate script

vestal pumice
edgy basalt
#

show me ur game

lean bronze
lean bronze
#

but there is no point in caching text

dry walrus
#
local count = 0
local function foo(a)
    print(count)
    count += 1
    return foo
end

foo"""""""""""""""""""""""""" -- This code is correct.
astral crypt
#

is there anyone here free to proof read some multipler values for rng and see if it makes sense?

empty quest
#

sudden chat death

quiet axle
#

mom can you get me minecraft?
no, we have minecraft at home:

astral crypt
rugged topaz
glad ivy
#

Is anyone here a highly experienced coder?

hoary cedar
glad ivy
slender salmon
#

is there anyway to fork/edit robloxs default toolbar gui system
I just wanna change how some of the elements look and make it more modern

slender salmon
#

I tried making my own but since I just wanna modernize the default hotbars gui there really isnt a need

#

im looking into custom ones on the dev forum rn

hoary cedar
#

You can't fork the code, but you can fork the UI

slender salmon
#

dam alright

hardy pilot
#

Well the hotbar not so much

#

The hotbar is a number index dictionary

brazen bramble
#

Man when did this lua shit get so serious

brazen bramble
#

4-5 years of experience for a job that at most requires intermediate prowess in for loops 🥀

slender salmon
#

I actually managed to get this

slender salmon
#

looks good enough for me

hardy pilot
#

Lua isnt limited to for loops

brazen bramble
# hardy pilot What do you mean?

Im looking at this roleplay game in hiring and he wants someone with 4-5 years of experience to build a timer system that goes until a check or some bs

hardy pilot
#

They dont really know what theyre talking about

#

If you want the job, just lie

brazen bramble
#

I don't feel comfortable doing that cuz what if it IS actually complicated d

hardy pilot
#

They have no idea and cant tell

hardy pilot
brazen bramble
#

That would suck

hardy pilot
brazen bramble
hardy pilot
hardy pilot
brazen bramble
#

No idea I already lost it

hardy pilot
#

It was probably 2k Robux by the sound of it

brazen bramble
#

I'm looking for super easy stuff I'm just trying to practice but obviously it's impossible to think of examples that you don't know how to do or would train yourself

hardy pilot
#

Nobody slightly sucessful or established is hiring 5 years experience bottom line

brazen bramble
#

My experience dates back to April 18th of 2025 + a ton of intuition because I know a shit ton of other languages

hardy pilot
#

You can also make community resources for free clout

brazen bramble
hardy pilot
#

Like libraries and plugins

brazen bramble
hardy pilot
brazen bramble
#

I haven't had access to pluginman01 since 2019

#

The account was hacked but I refuse to let them get the bloxlink

#

It's MINE

hardy pilot
#

make a free version

#

Easy

brazen bramble
#

Crack it?

hardy pilot
#

No

#

Make your own

brazen bramble
#

🙄 alright

hardy pilot
#

Data store editor? Super easy

#

Ita like three methods and interface

#

Yet for some reason theres only a paid one and one that sucks

brazen bramble
brazen bramble
smoky condor
#

I need a scripter to debug my game asap

#

My game is broken because of a bug

#

And I got a ad which I spent alot on running

hardy pilot
#

It is very convinient though

grim stump
hardy pilot
#

But if you have a choice between command bar, paying 10$ or making your very own plugin. The choice is obvious

brazen bramble
hardy pilot
#

Emojies in job listing

brazen bramble
#

I can't script a room bro that's what builders do 🥀

hardy pilot
#

Stone bro alive

brazen bramble
#

Some people see scripter as the "do everything for the game" role

grim stump
hardy pilot
hardy pilot
outer swift
#

how to hold a cat:

  1. dont ever hold their armpit, instead hold the armpit and the back to support they body and they feel safe
  2. either hold the cat like a baby or other the shoulders
  3. to safely put the cat down, either you can bend down to a table and letting them to roll over on they feet

congratulations, now you have the skill to hold a cat

brazen bramble
hardy pilot
#

Using ChatGPT for a job listing was too absurd of an idea

smoky condor
hardy pilot
#

But it actually makes sense with some of these posts

grim stump
#

not really tbh u just specify what you want include and tell AI to sort it for you

brazen bramble
smoky condor
#

No

grim stump
#

Prob shouldnt do that to be fair

hardy pilot
brazen bramble
#

"doctor pls remove this bullet! NO PHYSICAL CONTACT THO"

smoky condor
#

Im not sending it in public server

#

Are you stupid

hardy pilot
brazen bramble
hardy pilot
#

Like me

brazen bramble
smoky condor
#

The map? The UI?

#

Not only script

hardy pilot
#

Im going to steal it, print it, frame it and put it on the wall of shame

brazen bramble
hardy pilot
brazen bramble
#

Check the console bro there will be red text telling you what's not running

hardy pilot
smoky condor
#

What command is that again

brazen bramble
smoky condor
#

F9?

hardy pilot
brazen bramble
#

Yes but

#

The one on studio tends to be

#

More reliable by a lot for all scenarios

hardy pilot
#

Studio one has extended functionality

#

Like printing tables

smoky condor
hardy pilot
brazen bramble
# smoky condor

Ight so I can smell the "Minecraft Tycoon [CHICKEN JOCKEY]" from a mile away

smoky condor
#

Yall are just wasting my time

hardy pilot
brazen bramble
#

You have to load the animations first

smoky condor
#

How?

#

Where do I put it

brazen bramble
#

Or well it depends on the nature of what you're doing but I'm ASSUMING that there isn't anything related to what that's trying to call being replicated to replicated storage

smoky condor
#

Do I move it somewhere else?

brazen bramble
#

Pls tell me there are animation instances somewhere in there

smoky condor
#

Where is it

#

😭

brazen bramble
#

Can you click the drop-down menus

#

Is this stuff you made yourself

smoky condor
brazen bramble
#

When you call the animations, what path is specified

#

Or is it findfirstchild

smoky condor
#

Im trying to look back at the old scripts

brazen bramble
#

I will help you debug your soulless cash grab fret not 🫡

hardy pilot
smoky condor
#

Can U help tho?

#

Ill pay you. How much you want

brazen bramble
brazen bramble
smoky condor
brazen bramble
#

It'll have to be tommorow

#

Hint hint it's NOT the afternoon

smoky condor
#

Tmr might be late tho

#

Ill see

glad ivy
hardy pilot
brazen bramble
#

Holy internet fail

#

Idk when tf these will send

hardy pilot
#

I will be offended on your behalf

hardy pilot
smoky condor
glad ivy
native orchid
smoky condor
hardy pilot
#

Lmao

native orchid
#

What broke it?

hardy pilot
#

:3

runic quarry
#

Wait nvm

next escarp
#
-- This loop will break at i == 10
for i = 1, 1000000 do
    print("This is statement")
    
    if i == 10 then
        break
    end

    local ref = 5
    -- This while loop won't run because ref < 20000
    while ref <= 20000 do
        print("This will print")
        ref = ref + 10000
    end
end

-- Loop printing a statement until i reaches 100
local variable = "This is a statement assigned to variable "
for i = 1, 10000 do
    print(variable)
    if i == 100 then
        break
    end
end

-- Changes the Baseplate color using while loop
local short = game.Workspace.Baseplate
local i = 1
while i <= 3 do
    short.BrickColor = BrickColor.new("Toothpaste")
    task.wait(1)
    short.BrickColor = BrickColor.new("Gold")
    task.wait(1)
    short.BrickColor = BrickColor.new("Really red")
    task.wait(1)
    i = i + 1
end

-- Simulating a continue statement using if-else
for i = 1, 1000 do
    if i == 50 then
        print("50 onwards")
    else
        print("continue this")
    end
end

Will this work

tardy pasture
#

im scared ur computer will explode

next escarp
tardy pasture
#

ill teach u

#

create a new script

next escarp
#

K

tardy pasture
#

write in it a while true do loop

#

and then run it

next escarp
#

💥

tardy pasture
#

crashed ?

next escarp
#

Nvm it lag for 10 sec and error

tardy pasture
#

ye

#

and now write in that same loop a task.wait

#

then run it again

next escarp
#

Yep 🥲

#

task.wait(0.5)?

sacred widget
tardy pasture
#

task.wait() is more then enough

#

ofcourse u can write in it how long u want it to wait

#

before running again

next escarp
#

Ok

#

Did you done any scripting commisions today?

tardy pasture
#

me ?

next escarp
#

Yes

tardy pasture
#

working on my own game

next escarp
#

Wow

tardy pasture
#

currently doing some icons

next escarp
#

I'm in learning phrase of LuaU do you think I can start doing commisions in 1 month

next escarp
#

What will be your game name

sacred widget
next escarp
#

I'll also test it on release

tardy pasture
sacred widget
#

If ur not on the algorithm there's no need to worry lol

next escarp
smoky condor
#

Since its bugged

next escarp
sacred widget
#

Yea there's no need to worry

#

U ain't losing on anything atm

tardy pasture
next escarp
wild veldt
sacred widget
#

@smoky condor Link the Game

smoky condor
#

Since its not playable

smoky condor
#

I hire kids

#

#childlabour

#

(Jk)

sacred widget
#

@steel ferry No

steel ferry
#

Hello just have a query why does a character not respawn, So what happened is that when i hit my frnd with a sword it dealt some damage to him but as soon as he or she reset his character instead of dying just stayed like that and did not die why?

vocal tusk
#

Guys can someone recommend me the best less laggy way to do an hitbox for a combat system?
I mean using a whole part looks laggy raycasting Is thin
So Is there any other option?

rapid verge
jolly sand
#

How do i make so when the Stamina attribute hits 0 this input ends.
Its a sprint thingy i made, should i post the full script?

    
    if gameProccessed then return end
    
    if input.KeyCode == Enum.KeyCode.W then
        W_Hold = true
    end
    
    
    if input.KeyCode == Enum.KeyCode.LeftShift and W_Hold then
        
        OnHold = true
        HoldTime  = 0
        
        while OnHold and W_Hold do
            
            local stamina = plr:GetAttribute("Stamina")
            
            local MinusStamina = stamina - 1
            plr:SetAttribute("Stamina",math.max(MinusStamina, 0) )
            
            HoldTime += .1
            
            local Speed = BaseSpeed * math.exp(SpeedRate * HoldTime)
            Speed = math.clamp(Speed, BaseSpeed, MaxSpeed)
            humanoid.WalkSpeed = Speed
            
            local Delay = 1 / (Speed - BaseSpeed + 1)
            
            wait(Delay)
            
            print(stamina)
        end
    end
end)```
jolly sand
#

did not work, the value of the stamina stopped at 1 😦

tardy pasture
#

do <= 0 to play it safe

tardy pasture
#

then just do <= 1

#

ez fix no brain damage

jolly sand
#

it stopped at 2

tardy pasture
#

so its gonna be brain damage huh

jolly sand
#

might be

somber vault
#

yo i need a coder to code me a coin

runic quarry
#

Even so would you like to elaborate further

zealous blaze
#

tahts what to do

#

nooby

zealous blaze
#

roles

runic quarry
#

On the HD website

#

Noob-

zealous blaze
#

?

runic quarry
#

Jokes

zealous blaze
#

hmmh

tardy pasture
zealous blaze
#

real real

gloomy kraken
#

i would apply but im too lazy

tardy pasture
runic quarry
#

I guess I don't mind showing

zealous blaze
#

bet

runic quarry
#

its a brainfuck interpreter

#

brainfuck as in the esoteric language

tardy pasture
#

thats all ?

runic quarry
#

ion it was a half joke submission

#

but it worked

#

thats why i think the standards are pretty low

jolly sand
runic quarry
#

at least for some reviewers

jolly sand
#

nooby

zealous blaze
tardy pasture
#

what has saitama to do with this ?

zealous blaze
#

😭

tardy pasture
#

oh lol didnt read his code

zealous blaze
#

😭

runic quarry
next escarp
#
for i = 1, 100 do
    if i == 10 then
        print("Loading 10%")
        task.wait(1)
    end

    if i == 25 then
        print("Loading 25%")
        task.wait(0.2)
    end
    
    if i == 40 then
      print("Loading 40%")
      task .wait(2)
    end
    
    if i == 70 then
      print("Loading 70%")
      task.wait(.5)
    end
    
    if i == 99 then
      print("Loading 99%")
      task.wait(4)
    end
    
    if i == 99.99 then 
      print("Almost done 🥺")
      task.wait(10000000000)
    end
    
    if i == 100 then
      print("Loading completed")
         
         
         break
end

Whats wrong here ☠️🥲

tardy pasture
#

EVRYTHING

#

EW

next escarp
tardy pasture
#

doesnt even load anything

next escarp
tardy pasture
#

oh yea

next escarp
tardy pasture
#

EW THIS SUCKS EVEN MORE NOW

#

jk

next escarp
#

Yeah

runic quarry
#

is this like satire

next escarp
#

The 99.99

runic quarry
#

iterates every integer

tardy pasture
#

what u could do is for example get items out off a storgae set to number to % and loop trough that

runic quarry
#

i will never equal to 99.99

zealous blaze
#

noob

next escarp
#

Yeahhh I'm noob yeah baby

zealous blaze
#

yes noob

next escarp
#

🤣🤣

zealous blaze
#

😭

runic quarry
#

this feels like a fetish now innit

zealous blaze
#

hmhmhm

next escarp
#

Why i ~= 99.99?

zealous blaze
#

feats!

gloomy kraken
zealous blaze
#

i just explained to him what to do

tardy pasture
next escarp
#

Yep

zealous blaze
#

noob

next escarp
#

🥲

tardy pasture
#

facts he doesnt get to be a cool kid

zealous blaze
#

did i explain that shit right

next escarp
zealous blaze
#

😭 alot of things wrong first remove that i == 99.99 condition noob because the i is the integer also add an end

#

this what i told him

gloomy kraken
tardy pasture
# next escarp Yah

just load the things u wanna load for example a ui get all the ui u want change it to a % and while u do that preload it

next escarp
#
for i = 1, 100 do
    if i == 10 then
        print("Loading 10%")
        task.wait(1)
    end

    if i == 25 then
        print("Loading 25%")
        task.wait(0.2)
    end
    
    if i == 40 then
      print("Loading 40%")
      task .wait(2)
    end
    
    if i == 70 then
      print("Loading 70%")
      task.wait(.5)
    end
    
    if i == 99 then 
      print("Almost done 🥺")
      task.wait(10000000000)
    end
    
    if i == 100 then
      print("Loading completed")
         
         
         break
end

Ok so Whats wrong now ☠️🥲

tardy pasture
#

so it actually loads something with feedback

topaz rain
tardy pasture
topaz rain
#

😭😭

next escarp
tardy pasture
#

wahahaha lol

tardy pasture
zealous blaze
#

@next escarp for i = 1, 100 do
if i == 10 then
print("Loading 10%")
task.wait(1)
end

if i == 25 then
    print("Loading 25%")
    task.wait(0.2)
end

if i == 40 then
    print("Loading 40%")
    task.wait(2)
end

if i == 70 then
    print("Loading 70%")
    task.wait(0.5)
end

if i == 99 then
    print("Loading 99%")
    task.wait(4)
end

if i == 100 then
    print("Loading completed")
    break
end

end

tardy pasture
zealous blaze
#

:sob

tardy pasture
#

it works but its wrong

zealous blaze
#

noob

next escarp
#

Noob

zealous blaze
#

talking to me or him

tardy pasture
#

to who ever invented that script

gloomy kraken
next escarp
next escarp
tardy pasture
#

who tf is even brawl dev

zealous blaze
#

im make him a table rq

next escarp
gloomy kraken
tardy pasture
tardy pasture
next escarp
zealous blaze
#

@next escarp local NoobP = {
[10] = {M = "Loading 10%", T = 1},
[25] = {M = "Loading 25%", T = 0.2},
[40] = {M = "Loading 40%", T = 2},
[70] = {M = "Loading 70%", T = 0.5},
[99] = {M = "Loading 99%", T = 4},
[100] = {M = "Loading completed", T = 0}
}

for I = 1, 100 do
if NoobP[I] then
print(NoobP[I].M)
task.wait(NoobP[I].T)
end

if I == 100 then
    break
end

end

gloomy kraken
next escarp
gloomy kraken
#

which video hare

gloomy kraken
#

i watched the tutorial

next escarp
tardy pasture
zealous blaze
next escarp
zealous blaze
#

sob

tardy pasture
next escarp
remote bear
tardy pasture
#

XD

zealous blaze
next escarp
#

Yeah it can't be hard for 8th class student

astral crypt
#

does roblox round?

if i get 1 dna from a fish, and i sell to a npc who multiples by 1.3x the orginal dna count,

will the output be a decimal or does roblox round

next escarp
astral crypt
#

so it would be 1.3 if it was 1 gene

gloomy kraken
#

yes

astral crypt
#

and in lead stats it has decimal as well?

gloomy kraken
zealous blaze
gloomy kraken
zealous blaze
#

no

fresh lance
zealous blaze
#

i mean

#

if you usea special method

remote bear
remote bear
gloomy kraken
#

holy

remote bear
agile fulcrum
#

guys , any easy ways to trace all these fast?

#

oop wrong chnnal

remote bear
agile fulcrum
#

i wish i was as smart as you man

#

you give me litteral chills

remote bear
#

sometimes when i have to wait 20min for a bus i just wait faster

zealous blaze
#

hmmhmh

#

intresting

remote bear
#

if i want 8 hours of sleep, i sleep faster

brittle topaz
#

but looks cool

thick sluice
#

dot

#

slash

#

hashtag

#

number

#

intvalue

#

message

karmic cobalt
#

What is new method to use Raycast.FilterType.Blacklist cuz its outdated?

balmy basin
#

I have a question for all the scripters. How did you learn scripting? In a different way then just looking at tutorials.

karmic cobalt
#

Nothing better than just open script and write

#

and experiment

#

also look on roblox devofrum

#

and roblox documentation

balmy basin
#

how long will it take me to get good at scripting if I give myself a task every single day as in like 1 working script a day and each day I make it harder and harder

#

@karmic cobalt

lime relic
#

like a week maybe

#

if you've learnt like python or smthn before its really just learning roblox' methods n whatnot

balmy basin
#

I am not a programmer or a scripter

lime relic
#

dont do roblox as your first theres soooo many better practice no one tells you

karmic cobalt
balmy basin
karmic cobalt
#

and worht it

#

i earned so much money

#

just from roblox as scripter

lime relic
karmic cobalt
#

game on roblox are easier to blows up than steam games etc

lime relic
#

thats what i ment mb mb

balmy basin
lime relic
karmic cobalt
#

Roblox have problem only with engine limit, like the triangles for models and its not good for relastic games, but if you want make low poly, cartoony its perfect platform

lime relic
#

it was sooo bad

#

i ended up going to university and learning proper programing and algorithms and how to actually structure stuff properly

karmic cobalt
balmy basin
lime relic
#

its so much easier now

karmic cobalt
#

programming in cloud

#

profile

lime relic
balmy basin
lime relic
karmic cobalt
lime relic
#

also more money :smile

karmic cobalt
#

More logic thinking

#

than maths

lime relic
#

i cant be bothered making up my own formulas for stuff

karmic cobalt
#

@lime relic do you think if I make raycasting hitbox to character parts its should be fine, or better do hitbox part for whole bodies parts instead check every bodypart single in loop?

#

like i show you

lime relic
#

it never failed me

karmic cobalt
#

so second method?

lime relic
#

yeah

#

unless youre gonna do limb multipliers or smthn for headshots

karmic cobalt
#

nah all parts take the same amount of health

lime relic
#

yeahhh id stick to a big box then lol

#

just make sure it doesnt hit multiple parts and youll be fine

karmic cobalt
#

k but you make it like big rectangle right?

lime relic
#

you can put a tag after its delt damage and then check for the tag on the next itterations

lime relic
karmic cobalt
lime relic
#

you can do cones too if its a sweeping attack or smth

karmic cobalt
#

Its simliar gun system like revolver form murder vs sherif

#

just mouse.hit and white lines shows where you shooted

lime relic
#

sorry okay i get what you mean now

karmic cobalt
#

np

lime relic
#

yeah that should be fine shouldent it?

#

just check if it hits the box

karmic cobalt
#

I think its should be fine we will see XD

lime relic
#

alr alr lmk how it goes

karmic cobalt
#

okay

#

I did map shape based on player left

#

i shwo you

#

I also did movement direction animation system, spend like 4 hours to get it work

#

but worth it imo

lime relic
blissful wharf
#

fire

#

would any1 be down to code a game for commision

lime relic
#

me maybe

#

depends what it is though 😭

#

@blissful wharf dm me

blissful wharf
#

kk

twin sky
#

Hey guys

#

Who wants to work on a passion project?

molten plinth
twin sky
raw hollow
#

either i can't code or the game doesn't want to work (for background, i want to make a game where u click a "chocolate" which is a part and it gives u money plus it gets deleted and it repsawns in other places (i dont care about the respawn for now i just want it to give me the money and then get deleted)

raw hollow
gusty fog
#

You can parent it to the "chocolate", but it still needs to be a server script

raw hollow
#

wait cuz i am still new to this

#

i need to put it on the serverscriptservice?

blissful wharf
quartz gorge
zenith hound
#

Im tryna create a part that speeds you up. Can someone tell me why this doesnt work ?🙏

primal panther
#

im working on game and we need scripter

#

paying robux payement partial up front

timber maple
#

need a ui artist, scripter and a animator for my solo leveling bg game will be paid in %
done with 4 moves
40% done
loads of effects done
Have a investor
Have a investor intrested

karmic cobalt
#

Hey one problem,, doing simple gun racyast with mouse hit position its works good but not for mobile, cuz mobile need click the screen to moving how I can avoid shooting in the direction to player movement only shoot when player click on screen not for movement.

local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local tool = script.Parent
local player = Players.LocalPlayer
local mouse = player:GetMouse()
local remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("ShootRemote")

tool.Activated:Connect(function()
    if mouse and mouse.Hit then
        remote:FireServer(mouse.Hit.Position, tool)
    end
end)

tool.Equipped:Connect(function()
    if mouse then
        mouse.Icon = "rbxassetid://77733759774637"
    end
end)

tool.Unequipped:Connect(function()
    if mouse then
        mouse.Icon = ""
    end
end)```
radiant island
karmic cobalt
#

@radiant island i switched to uis ```lua
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local UserInputService = game:GetService("UserInputService")

local tool = script.Parent
local player = Players.LocalPlayer
local remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("ShootRemote")

local equipped = false

tool.Equipped:Connect(function()
equipped = true
local mouse = player:GetMouse()
mouse.Icon = "rbxassetid://77733759774637"
end)

tool.Unequipped:Connect(function()
equipped = false
local mouse = player:GetMouse()
mouse.Icon = ""
end)

UserInputService.InputBegan:Connect(function(input, gameProcessed)
if not equipped or gameProcessed then return end

if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
    local mouse = player:GetMouse()
    if mouse and mouse.Hit then
        remote:FireServer(mouse.Hit.Position, tool)
    end
end

end)

dense gale
#

I am looking for a scripter to help and wills for commisions.
DM ME

karmic cobalt
#

thanks

wild heath
#

hi

#

how can i do some thing like this what do i search to learn about it the text that appeats and photo

#

text overlays every thing and the photo

gleaming wolf
wild heath
#

text appears behind walls

#

above each item

#

i want to make script that shows text of stuff above it

sharp totem
#

hey i am trying to tween the cam of a player like that but it error at the end i tried to use waitforchild to not put it in a function and tried adding more part but still errors me and yes the part exist and is parented to that folder

gleaming wolf
wild heath
#

the text bro

#

that says my farm and shows my photo

#

i wanna do the same but itis gonna be above each items i pick it should do the text only

sharp totem
#

hey i am trying to tween the cam of a player like that but it error at the end i tried to use waitforchild to not put it in a function and tried adding more part but still errors me and yes the part exist and is parented to that folder

sharp totem
#

it only error at the last part

gleaming wolf
#

its not in workspace

sharp totem
#

how i fix it

gleaming wolf
#

is it a local script / is the script running before the part get replicated?

wild heath
gleaming wolf
sharp totem
gleaming wolf
#

is it a client script

wild heath
gleaming wolf
sharp totem
#

yes

wild heath
sharp totem
#

a highlith is something completly different

gleaming wolf
thick sluice
sharp totem
final girder
#

🤯

#

no way

gleaming wolf
karmic coral
#

guys how do u add a vfx as a death effect to a player?

wild heath
gleaming wolf
#

ban speedrun

thick sluice
#

fr

karmic coral
#

OMLL

dense gale
#

Basically i am not hiring but needs a person who can help for percentage
DM ME

thick sluice
#

meet darpy

karmic coral
#

IF U CAN MAKE SWORD DEATH EFFECTS DM ME BRO ILL PAY

#

IF U CAN MAKE SWORD DEATH EFFECTS DM ME BRO ILL PAY u dont need vfx just scripting

gleaming wolf
#

ok ur def getting banned now

karmic coral
#

xd

final girder
#

I CANN

karmic coral
#

ok

#

whoever just dm me

gleaming wolf
dense gale
gleaming wolf
dense gale
gleaming wolf
#

google exist

dense gale
brazen bramble
gleaming wolf
#

dont listen

brazen bramble
#

That's the point of this channel*

gleaming wolf
#

yeah true the point of this server is hiring people for a non existent %

brazen bramble
#

And the channel right below it too 💔

thick sluice
#

NO one is getting hired for free

brazen bramble
gleaming wolf
#

That's why I said channel (I corrected it before either of you started typing or reacted my message so don't even bother)

thick sluice
#

That's why I said channel (I corrected it before either of you started typing or reacted my message so don't even bother)

karmic cobalt
dense gale
thick sluice
karmic cobalt
#

they probably not are good scripter then XD

dense gale
#

?

brazen bramble
#

You guys being here saying no one will help for free is like swimming in water while yapping about liquid being non-existent

karmic cobalt
#

what are you talking about lil bro

gleaming wolf
karmic cobalt
#

its our job scripting

thick sluice
#

if you script for free then you are a idiot or a person that doesnt like money, or a new scripter

gleaming wolf
#

helping ~= doing the entire job for you

karmic cobalt
brazen bramble
karmic cobalt
#

javasucks

#

#team python

thick sluice
brazen bramble
brazen bramble
#

This language is literally programmed in C++

thick sluice
gleaming wolf
karmic cobalt
#

@brazen bramble != its java too

brazen bramble
#

Are there actually people here who only know Luau but have a programmer superiority complex

#

Icl that's insane

karmic cobalt
#

its not true

young ermine
#

can someone help

karmic cobalt
#

Im on programming unviersity learning c++, python, php and mysql

#

i also want try ruby

#

but idk

young ermine
gleaming wolf
brazen bramble
brazen bramble
karmic cobalt
gleaming wolf
karmic cobalt
#

like azure.

sharp lagoon
#

Guys no fighting

young ermine
#

istg vro can someone help

gleaming wolf
brazen bramble
karmic cobalt
brazen bramble
#

🥀

karmic cobalt
#

better be master in 2 languages than knows 10 languages as mid

brazen bramble
gleaming wolf
karmic cobalt
brazen bramble
#

To a degree, in the learning process Im not as strong with it as C, C++ or python yet

brazen bramble
#

Sure let me take a look

sharp lagoon
brazen bramble
#

Can't you put it in code help?

karmic cobalt
#

you can put the code evene here lol

#

its code discussion

brazen bramble
#

Don't be anyone that makes fun of your code has a low output in life

karmic cobalt
brazen bramble
karmic cobalt
#

just put the code here, and dont give a fuck about others

bleak glade
#

c is good too for some security things

#

as its older

karmic cobalt
#

bro removed their messages bruh

sharp lagoon
#

I left 1 chill out

#

Acting like I ran away 😤

karmic cobalt
#

just show thhe code here and dont be afraid

sharp lagoon
#

Alright alright

karmic cobalt
#

if someone laughs, dont give a fuck

sharp lagoon
karmic cobalt
#

dont give a fuck about it*

sharp lagoon
#

Well its not fully mine but I’m trying to configure it

karmic cobalt
#

from toolbox?

sharp lagoon
#

I got it from a vid

brazen bramble
#

That's usually user error

karmic cobalt
#

what doing this script overall

sharp lagoon
#

It has a 3D module

karmic cobalt
#

from devking? XD

sharp lagoon
#

I want to get rid of that

sharp lagoon
karmic cobalt
#

yes

brazen bramble
sharp lagoon
#

It wasn’t supposed to be that but alright

#

I won’t argue back

karmic cobalt
#

everyone want earn from their projects, chill out

sudden igloo
#

guys do i have a way to alter some object on the server to pass information over to the client becuase im making a lobby system and i know i can obviously just use events but i thought maybe there is a way to pass the information like the players in the lobby and the owner of the lobby to the client with an object or smth like a string value

gleaming wolf
brazen bramble
gleaming wolf
#

it still a network request

karmic cobalt