#code-discussion

1 messages · Page 143 of 1

rose juniper
#

is it possible to use ai to script my game?

compact spoke
#

you can try but don't expect any great results if you're not fine-tuning what you put in

#

to get good prompts you're usually going to have to know how to ask the right questions

#

which involves you knowing at least the basics on how to script in the first place

violet folio
#

Why would you use Knit in the big 25

marsh kelp
#

... you mean you're lazy to make smth too? ooor? || sry I didn't fully understand you ||

compact spoke
#

wel i was trying to doublespeak my way out of saying that

marsh kelp
#

see this is what I made in two days ( yes just the UI and 30L of code )
1 hour/day

rose juniper
#

thats like the perfect sentence in the most fitable place in the world

compact spoke
#

i think i need to stop going on social media so much it's draining my thinking battery

marsh kelp
compact spoke
#

no taking breaks isn't for me

#

i don't pace myself like that

#

i wait until the end of deadlines though and then overshoot them by several weeks

#

but that time spent is usually me being powered by panic beaucse i overshot my deadline

#

over the years i have fostered a small but dedicated following who are thankfully incredibly patient with me while i work on new updates

#

and give them release dates for things that i am then late on

marsh kelp
compact spoke
marsh kelp
#

when I was working on my skill role app I finished it in 2 days, but now I'm stuck without doing anything for nearly a week

compact spoke
#

and then the one time that i actually do have to finish something i'm getting a discord notice in the middle of my pilates class sayin "hey can i get a progress update"

marsh kelp
#

you leave discord open when you're working?

#

... that's the problem

compact spoke
#

i always leave discord open

#

what if i want to text my friends

#

it is kind of annoying when im at pilates though since i'm usually sweaty as fuck in a weird ass position and all of a sudden somebody is trying to give me info on my roblox project like

marsh kelp
#

why would you text your friends while working 😭
doesn't this distract you from focusing on what's important?

#

I had to close every thing just to focus in peace, yes even the browser/docs

compact spoke
#

no i can multitask

marsh kelp
compact spoke
#

some of my best work has come while watching breaking bad

marsh kelp
#

you're fr?

compact spoke
#

yes

woven cliff
#

anyone need help with scripting I got you dm me

ivory fable
#

So much work

ivory fable
marsh kelp
#

LIES

ivory fable
#

And UI + Build

marsh kelp
#

programming more than 8h a day is a myth

ivory fable
#

It can do the job pretty well

#

And if you know how to read code

#

You can see its errors pretty easily

#

I need the game made fast, otherwise I’d do a lotta it myself

violet folio
#

Just drink energy drinks

#

3-4 monsters and u can go 12+ hours straight

golden kettle
marsh kelp
violet folio
#

It’s real

marsh kelp
violet folio
golden kettle
#

see now dark this world is

violet folio
#

Imagine you have a deadline at work and you need to do X by Y or you’re fired

golden kettle
#

people are willing to sacrifice ANYTHING for money

violet folio
#

Okay maybe not fired

#

But you see my point

marsh kelp
golden kettle
#

squid game is such a good show because it perfectly describes todays society

violet folio
marsh kelp
#
  • you want us to live without health and money?
    when you can exchange one for the other
violet folio
#

I don’t really care about being rich

wheat pumice
golden kettle
wheat pumice
#

alcohol

queen kelp
#

how long has butt digging affected our society

golden kettle
marsh kelp
queen kelp
#

questions questions questions.......

queen kelp
wheat pumice
#

getting money releases dopamine, it has nothing to do with the money itself

queen kelp
#

why the fuck are you talking about this nonsense in a coding channel

#

shut up

#

you larp

wheat pumice
#

u started it lol

marsh kelp
wheat pumice
#

oh, not u my bad

queen kelp
#

i didnt start anything 😭

wheat pumice
#

yeah sorry

queen kelp
#

why are you nerd larping about something you cant change

#

this is sad

golden kettle
#

😢

#

WE can change it but nobody wants to

marsh kelp
#

when you're 43 you'll need a lot of coffee to stay awake

#

of course I'm not saying I'm 43 or 40

#

maybe 35

#

nvm, bye I'll go to sleep x2

golden kettle
wheat pumice
violet folio
#

Then it’s fun

wheat pumice
#

so youre not happy when the paycheck comes

red crystal
#

im the goated

violet folio
#

Because the money is expected

red crystal
wheat pumice
#

💯

violet folio
red crystal
wheat pumice
#

if you expect the paycheck your brain is wired to release dopamine once u receive it, otherwise you wouldn't care about it

violet folio
#

But ts is degenerate

wheat pumice
#

"ts"??

#

what are u referring to

violet folio
#

what I just said

red crystal
wheat pumice
#

or why

violet folio
wheat pumice
#

accomplishment

violet folio
#

Among other stuff

violet folio
wheat pumice
#

thats dopamine in a nutshell

red crystal
violet folio
red crystal
#

i lowk lost the plot of the arguement ngl

violet folio
#

Getting dopamine from obtaining money

red crystal
#

and your arguing against it?

hoary flame
violet folio
#

I’m just saying I don’t get pleasure from receiving money

red crystal
#

ye theres nothing to argue abt

#

he jst doesnt get dopamine from it

violet folio
#

If it’s unexpected I would

red crystal
#

good for u

violet folio
#

But if it’s expected I wouldn’t

red crystal
#

omg stop complicating stuff and syb au

violet folio
#

Tell me the difference between a monad and a monoid

#

If the monad is a monoid in the category of endo functors

red crystal
#

s y b a u is censored in ts

red crystal
wheat pumice
#

what even is that

red crystal
#

its a leet code problem i got 99% on that problem in specific

#

i can send u it and u can try it urself

pseudo girder
#

Anyone have any advice on how to handle movement?
like dashing and sprinting
I know how to get them to work but I have seen some people saying that it is better to handle the movement on the client?

red crystal
severe cobalt
# pseudo girder Anyone have any advice on how to handle movement? like dashing and sprinting I k...

I've always done visuals on client, sanity on server

stuff like adding velocity for dash and changing speed for running, do it on the client for responsiveness

on the server, monitor the change in player position over time (and probably account for ping ideally), then if it repeatedly gets to "impossible speeds" so to say, handle it accordingly.

just keep in mind lag is always a battle with anticheats

red crystal
#

ye bro i got banned for having 600 ping and walking in tsb

#

💔

#

i gotta use a VM to play it 🥀

severe cobalt
#

In the past, ive made a config in a module script on the server that gets replicated to the client when they join via remote (instead of replicated storage). This is to put it directly in memory and try to make it harder to find.

Then use those configs for your stuff, like walk speed, running speed, dash velocity, etc.

severe cobalt
red crystal
#

hackers lowk smart ngl

pseudo girder
#

cuz thats what I am stuck on

red crystal
severe cobalt
# pseudo girder how would you handle the safety checks

You'll use a lot of RunService.Stepped.

Like let's say run speed is 16. Have the server check where the player is every, let's say second, and if the player travels comically faster, just readjust the position accordingly

red crystal
#

quick question im too lazy to research but what does :Connect() actually do? can i stack it without preformance issues?

pseudo girder
severe cobalt
# pseudo girder well I am doing a dash. So would I check where they were before they dashed usin...

When a player dashes, just inflate your check distance a bit. Your anticheat should always be forgiving for lag spike reasons (like wait til you get 3 hits in 5 seconds or something), but when the player dashes and you notify the server, you can change the next couple checks to a higher distance before going back to the original. Might even reset the counter too, if you use a flagging system.. for cases of high ping.

but as mentioned, the anticheat should just rubber band the player if it gets triggered on someone instead of banning them or something

#

at the end of the day, there's a million ways to do an anticheat and its always gonna be a war with exploiters lol

pseudo girder
#

true

#

mind if I throw some code at you?

severe cobalt
pseudo girder
#

doesn't bother me. Really wanna get this down.

#
        -- warn("CANT FIRE ON COOLDOWN")
        return
    end

    if plr.Character.Humanoid.Health < 0 then
        warn(plr.Name, "Is DEAD")
        return
    end

    if plr:GetAttribute("IsSprinting") then
        return
    end

    local HRP = plr.Character.HumanoidRootPart

    local rootAttachment = HRP:FindFirstChild("RootAttachment") or Instance.new("Attachment")
    rootAttachment.Parent = HRP
    rootAttachment.Name = "RootAttachment"

    -- Dash velocity
    local linearVelo = Instance.new("LinearVelocity")
    linearVelo.Attachment0 = rootAttachment
    linearVelo.MaxForce = 1000000
    linearVelo.RelativeTo = Enum.ActuatorRelativeTo.Attachment0
    linearVelo.VectorVelocity = Vector3.new(0, 0, -100)
    linearVelo.Parent = HRP

    Debris:AddItem(linearVelo, 0.1)

    dashPacket:Fire()
#

this is the client

#

so after I fire the dashPacket, on the server, would I do runservice.HeartBeat then check the position of the character of the plr and compare it to how much they should have moved after preforming a dash with some flexibility and then do actions from there?

paper drift
#

yall i wanna learn lua how can i can someone gife me tips or smthn

pseudo girder
severe cobalt
minor relic
severe cobalt
pseudo girder
severe cobalt
#

for yall, we'd just get a mod to ban you lol

pseudo girder
#

and banning at the slightest miscalculation for a movement is not smart

#

since you cant tell the diff between lag

#

and hacks

severe cobalt
#

I've always gone the route of a more forgiving anticheat to limit misfires.

Something id auto ban are obvious stuff. Like on a movement system i made in the past, I had a remote event for communicating what action the player did for the server. The server then verifies if the player can even do that action, then checks if it was performed as intended with leniency. The action was sent as a string.

If any other string got sent rather than an exact string for an exact action, youd get banned on the spot as its impossible to happen unless youd inject a script

minor relic
#

especially if u let a clanker do it for you

pseudo girder
severe cobalt
# pseudo girder seems logical

yeah, I've always did verification systems with my remotes. It helps fight against the development of exploit software. It won't stop it, but the average script kiddie won't have the common sense to avoid it.

#

^ also it'd only auto ban for stuff that I send explicity. Stuff like enums

pseudo girder
#

would I just ban the player if the packet does not get fired at all and the movement is preformed? cuz then that means a script was injected no?

#

to bypass sending the packet

severe cobalt
pseudo girder
#

hm ok

#

Ill do some research on that

#

thank you for the hlep

#

imma take some ss bc Icba to scroll up this channel to find this

severe cobalt
#

Np. Just remember to be lenient on auto bans, as they're easy to mess up.

queen kelp
#

can you syfm

#

you larp

lost pebble
atomic dome
queen kelp
lean ocean
#

cry

#

😢

#

this guy gonna get banned for advertising

lean ocean
#

Desperate ass

atomic dome
queen kelp
lean ocean
#

guns.lol in bio btw

#

🤣 😂

queen kelp
#

guns.lol isnt really bad unless yours is really corny

gloomy kraken
#

guns.lol is corny

queen kelp
#

how

#

this is corny

gloomy kraken
#

you have to click on some random ass social page and get redirected if you want to see someone's stuff

queen kelp
#

so

gloomy kraken
#

and 90% of the time its some discord server

queen kelp
#

i didnt put a discord server in mine

#

i dont own any discord servers

#

im not weird

gloomy kraken
#

you put your bitcoin address

lean ocean
#

Bro tryna make ends meet

queen kelp
#

so

#

i have no funds in any of those wallets

#

i put them as a joke

gloomy kraken
#

corny

queen kelp
#

how is that corny

gloomy kraken
#

everything on guns.lol is corny

queen kelp
#

how

lean ocean
gloomy kraken
queen kelp
#

what about the design

#

elaborate

gloomy kraken
#

the small box in the middle just seems built towards someone putting a corny ass bg in the back

#

so does the bg music

queen kelp
#

yeah i lowk js hate the color red its just too red yk

bitter harbor
#

guys i need help with something

queen kelp
#

no

fair copper
#

how are we doing with this, does the combat look wacky

queen kelp
#

it looks choppy

fair copper
queen kelp
#

when you do the kick thing

fair copper
#

not slow enough? or not enough transition?

bitter harbor
#

guys is it ez to make a fishing system

queen kelp
#

the walking and jumping animations look fine

fair copper
#

lolol

queen kelp
#

the actual combat is what looks like

#

it cuts frames

fair copper
#

ahh

#

so its missing

bitter harbor
fair copper
#

animations or initiations?

#

i figuring

queen kelp
#

animations

fair copper
#

figured

lean ocean
#

yea it looks weird almost like it's skipping frames

fair copper
#

yeah when i go to charging the kick

#

there is no anim

#

xd

#

imma add that

#

thanks devs

lean ocean
fair copper
#

after the kick?

lean ocean
#

yea

#

the first kick u did in the clip

#

the transition back to the idle

fair copper
#

ohhhhhhhh

lean ocean
#

It just teleports kinda

fair copper
#

Hmmm it might be due to no cooldowns or something

#

thanks for pointing it out lemme see whats up

tidal spruce
#

if you guys needed to choose one tutorial or course to learn how to script what would u choose because i am trying to learn how to script

wheat pumice
#

bro its the big 2025

#

why do people still ask for tutorials, ask AI as a beginner, dive deep into the code itself, if youre comfortable start writing code, doesnt have to be perfect

#

following tutorials has rarly made anyone good at coding

lean ocean
#

they arent to get good

#

they are to get u started

#

so u can script stuff urself and get better

icy haven
#

It also depends on the guy teaching

#

If you see brawl Dev's tutorial videos then you don't have to use AI or smth

#

It's great tutorial

strange marten
#

when u guys want/wanted to make something that you havent made something similar to before, and were/are relatively clueless on how to start how do you guys go about figuring out what u need to know in order to start?

lean ocean
#

research

severe cobalt
#

if you're lucky, you'll immediately find a stack overflow example

for roblox, devforum or stack overflow

strange marten
#

thats actually pretty clever

#

thanks

rapid verge
severe cobalt
#

expert -> devforum

#

(you forgot how to split a string)

narrow vault
#

when ive began years ago ive used both alvin blox and brawl dev and they were both doing nun

#

tutorials won't get you nowhere as they don't 100% teach you how to apply the shit in real stuff you wanna do

#

thats why you should rather go thru trial and error having friends who code and use documentation

proper edge
icy haven
narrow vault
#

atp learn them yourself than looking at a 3 hours tutorial

icy haven
#

I agree that you can learn without tutorials but that takes way longer

#

I started coding nodejs 5yrs ago

narrow vault
icy haven
narrow vault
icy haven
#

No yt nothing helped, and it took me 2.5yrs to become advance in that

narrow vault
#

i myself as a example understood fast

#

compared to tutorials

icy haven
narrow vault
#

thats what i said???

icy haven
#

What languages do you code in?

narrow vault
#

but most people dont recommend tutorials

narrow vault
icy haven
sacred lily
#

I have personally never watched any tutorial videos on programming/coding

icy haven
#

Nothing else

sacred lily
#

See, it depends on the person

#

Glitch now doesn't support free hosting 💔

#

The Angel of Free Hosting has fallen apart

icy haven
icy haven
sacred lily
icy haven
#

And sometimes way harder in others

sacred lily
#

They eventually do the same, and they work within the same logic most of the time

#

But yes, some languages have awkard syntaxes compared to the most popular ones (even some of the most popular languages have different syntaxes than usual)

icy haven
#

Hm

fair copper
#

guys so whats ur feedback for this combat?

#

@lean ocean @queen kelp

queen kelp
#

it still looks a bit fast

craggy current
gloomy kraken
#

tutorials are buns

#

its either a free model or people just copy/paste code

feral gazelle
#

Guys, do you know why my Output in Roblox Studio is not working properly? I start the game and after a split second it dissapers and i dont know what to do

craggy current
zenith cloak
graceful nymph
#

@zealous estuary u should make ur name green

winter widget
#

does anyone know how you would go about creating an emote crate like in TSB / Blade Ball?

verbal salmon
#

I got 300 dollars and 50k ribux dm me i need scripter

zealous estuary
manic sundial
graceful nymph
hot prism
#

Guys, It's not my script, but why it doesn't work (I understand 0 in scripting)

local Player = game:GetService("Players").LocalPlayer
local Character = Player.Character or script.Parent
local Humanoid: Humanoid = Character:FindFirstChildOfClass("Humanoid")

local Stamina = Player.PlayerGui:FindFirstChild("Stamina"):GetAttribute("Stamina") or nil

Humanoid.Jumping:Connect(function()
if not Stamina then return end
if Stamina >= 25 then
Stamina -= 25
Humanoid.JumpPower = game:GetService("StarterPlayer").CharacterJumpPower
Humanoid.JumpHeight = game:GetService("StarterPlayer").CharacterJumpHeight
else
Humanoid.JumpPower = 0
Humanoid.JumpHeight = 0
end
end)

zealous estuary
graceful nymph
#

so people can hire you

narrow vault
#

fr

fresh steeple
# hot prism Guys, It's not my script, but why it doesn't work (I understand 0 in scripting) ...

Where have you placed the script in? I see when it's trying to get the character (of whatever player the script is running in) that it goes to its parent, meaning the script is made to be inside the players character, which should be in StarterCharacterScripts, so check if the script is in there.

Also does your StarterGui contain an object called "Stamina"? Because if it doesn't then it will just be nil (which means that it doesn't have any value) and when your character jumps then it sees that Stamina is not a value and it just returns and does nothing

manic gulch
sonic dove
#

Guys is it hard to make a boat sail in roblox studio

somber vault
#
local part = script.Parent

game.part.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
        hit.Parent.Humanoid.Health = 0
    end
end)

WHY NO WORK

somber vault
#
local part = script.Parent
local part2 = game.Workspace.hehe
local TweenService = game:GetService("TweenService")

part.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
        local goal = {}
        goal.position = Vector3.new(0,10,0)
        
        local tweeninfo = TweenInfo.new(5)
        
        local tween = TweenService:Create(part2, tweeninfo, goal)
        
        tween:Play()
    end
end)

Why does this not work?

real fulcrum
#

Hey any good scripter that wants to participate to a yt video ?

#

Dm if intrested

sturdy tulip
#

anyone knows how to fix the "moveToFinished" delay?

#

for _, waypoint in pairs(path:GetWaypoints()) do

        hum:MoveTo(waypoint.Position)
        hum.MoveToFinished:Wait()

    end

this is the code i am using

severe cobalt
# craggy current tutorials are a waste of time if blindly followed because they dont teach the pr...

I always wondered why there isnt a luau youtuber (that I know of) that takes a more traditional approach of giving viewers practice scenarios or something.

like if you're learning about modifying part properties, at the end of the video you could just be like "Now try to take this brick and make it follow your character." then the next video is about cframes, where they give some answers to the previous question and go indepth about it.

#

Going over to programming youtubers, the one I like the most (that isnt fireship) is ThinMatrix. Ages ago he did a LWJGL series but when talking about stuff, he'd make you visualize it with a ms paint image then during coding, explains why he adds this or that in it.

severe cobalt
somber vault
#

im making a world border for my game which is basically some invisible parts
issue is these parts arent exactly close together

what i want to do is in essence assign these parts a "class" e.g. "borderPart" and then script somewhere to make them invisible, set collisions off etc
how can i do this

severe cobalt
#

tldr: tag them then iterate them in a for loop and do whatever

somber vault
#

is it better for performance for players to manually edit those parts to invisible or run a script

severe cobalt
#

if the border is big big, its best to not have one at all and just fake it, but thats pretty overcomplex in some cases. When a part is 100% transparent, and isnt a material like glass, it won't get rendered at all. It'll still do collision calculations if you have can collide on, though.

somber vault
#

are the calculations only on collision

craggy current
#

i also think there should be more of a pure luau/programming fundamentals focus before trying to create projects w the roblox engine

somber vault
#

is there a reason the roblox studio language is luau and not smth easy like python

vestal lantern
#

Bro the whole chat is arguing about religion in code help

#

Is that normal

severe cobalt
severe cobalt
vestal lantern
#

Well that’s honestly not a surprise

rich gust
real fulcrum
#

Anyone intrested into participating in a yt vidéo challenge you must have à decent mic, can reccord and be good at scripting : vidéo idea 6devs make a roblox game with no communication

somber vault
#

video idea sounds cliche

rich gust
#

BRO, I feel like that would be the most funniest thing

limpid mica
#

whats the best bodymover to use for dashing mechanics in your guys' opinion?

limpid mica
rich gust
#

so you can align and all

limpid mica
gloomy plinth
#

Finally I can trade on ther other server

rich gust
gloomy plinth
#

This really wasted my time

rich gust
real fulcrum
rich gust
sterile lichen
#

🗿

fading nimbus
#

are these roblox traders high

#

this looks like its at MOST 200 robux each

sterile lichen
#

no bro

#

its worth it

fading nimbus
#

yeah 1million robux to be a depressed hobo clown with 2 kids and a divorced wife trying to get money by going to kids birthdays

#

so worth it bro this is my money well spent

#

roblox traders:

sterile lichen
#

its more of a pyramid scheme

fading nimbus
#

elaborate

#

the only thing i know about trading is that super rich people gatekeep random items

#

for example

#

simoon

#

made dominus astra 1 billion robux for no reason

slow blade
fading nimbus
slow blade
fading nimbus
#

well you gonna tell me or

#

why did he do it

sterile lichen
# fading nimbus elaborate

monkey has lots of banana so buys useless cosmetics then hopes another monkey with too many bananas wants buys and the cycle continues with monkey cosmetics increasing by 10$ per buy

slow blade
# fading nimbus well you gonna tell me or

the dominus astra has 10 premium copies due to its rarity and most ppl who have it arent even traders they are devs/admins of roblox, the players who own it are usually up for trading it not selling it, leaving barely any sellers so usually they'll just price it at some absurdly high price because nobody is gonna buy it anyway

#

there are limiteds worth 10k robux that are listed for 10 quadrillion

#

that doesnt mean anything

#

i can list a broken chair in facebook marketplace for 10 billion but nobodys gonna buy it

#

its the same thing there g

sterile lichen
#

except people do buy a lot of these hyperinflated items

fading nimbus
#

explain in very simple terms

rigid cedar
#

How do i turn cancollide off on a character?

slow blade
#

the dominus has been around since roblox became a thing ofc its not gonna be cheap

sterile lichen
#

i was more talking about limiteds in general

tame compass
#

Gimme some ideas for what should I code

#

please

fading nimbus
#

someone literally had to copy the astra just so people could have it for cheaper and not 1b robux

sterile lichen
tame compass
#

can you be more specific

fading nimbus
#

why cant they just leave it as normal

slow blade
fading nimbus
#

normal price

#

like 100m like the others

slow blade
#

what is the normal price for it

sterile lichen
#

uh make a subclass system for alchemy, woodworking, fishing, mining with different tiers

slow blade
fading nimbus
slow blade
#

im sure if you dmd one of the owners in discord and showed them proof of funds that u have 100 mil they would put it up for that and u can buy it from them

#

they usually dont though cause there are like sooo few people with that amount of robux

#

and even less of those would spend that on a limited since u cant make any real money off of it

fading nimbus
#

but tell me why the original price is that high again

slow blade
#

its not that high

#

its listed at 40m value in rolimons

sterile lichen
#

its cus theres only one monkey reseller who put a price on it so its valued at that

tame compass
#

Did they actually rename friends to connects?

#

wth

fading nimbus
#

tryna be futuristic so bad

fading nimbus
sterile lichen
#

just makes roblox sound like linkedin

fading nimbus
#

thats worse than making it onsale with a reasonable price

sterile lichen
#

theres only one seller of the item so wtv they put the price at is the price

#

its basically a joke

#

they just put the highest number they could

#

roblox displays item prices as the lowest value that someone it is selling it as

fading nimbus
#

id rather it be out of stock

sterile lichen
#

...

slow blade
fading nimbus
slow blade
#

why u talking like u even got 50-100m to afford a dominus doe

#

thats not something u should be worrying about

#

but you will be worrying about it soon you finna make it big soon

#

but not rn

#

now get to work brochacho

fading nimbus
#

thanks brotosaurus

sterile lichen
#

lock in

sterile lichen
#

cooked

#

its wraps

tame compass
#

can't you code it yourself

fading nimbus
#

what u talkin about

#

😰

sterile lichen
#

a good 5 minute coding challenge for u

fading nimbus
#

oh i forgot it was code discussion

rich gust
#

I can help you with the scripting and some others of it and stuff like that if you can pay $/rbx

fading nimbus
#

anyone know how to make a flashy looking forcefield that u spawn with

#

wait shouldnt this go in interface

sterile lichen
#

bros charging ☠️

#

yeah buddy just put the fries in the bag scripting isn't for u

rich gust
#

No worries

rich gust
# fading nimbus anyone know how to make a flashy looking forcefield that u spawn with

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

Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(char)
local ff = Instance.new("ForceField", char)

    local glow = Instance.new("Part", char)
    glow.Size = Vector3.new(6,6,6)
    glow.Shape = Enum.PartType.Ball
    glow.Material = Enum.Material.Neon
    glow.Transparency = 0.5
    glow.Anchored = false
    glow.CanCollide = false
    glow.Color = Color3.fromRGB(85,170,255)
    glow.CFrame = char.HumanoidRootPart.CFrame

    local weld = Instance.new("WeldConstraint", glow)
    weld.Part0 = glow
    weld.Part1 = char.HumanoidRootPart

    local tween = TweenService:Create(glow, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true), {Transparency = 0.8})
    tween:Play()
end)

end)

#

standard forcefield + a glowing pulsing ball around them for the flashy effect

zenith cloak
rich gust
rich gust
#

Anyone wanna build a discord server with me try and get it going it’s like for a Roblox group. just to help people like this one and stuff, might add some extra features and I’m definitely gonna do giveaways and events

mint nacelle
#

Hello! Im searching for a scripter for my new game! If you know someone or if you itself, let me know! Send me a DM! 🙂

rich gust
#

I can help you strip and stuff for Robux/$

#

you can help me with my discord server, my group shirts, or a website/portfol

mint nacelle
#

I can only Pay with Robux, but for now i already found someone but if i need you i'll let you know! :)

rigid cedar
#

.

gentle ember
#

.

tiny stone
#

Guys the offers in hiring most of them are "Upon Completion" which is risky, cause the client could scam you. How do you deal with this ?

#

If you offer them per milestones, they'll say "no it is upon completion"...

somber vault
marsh kelp
marsh kelp
#

yea, too scammy for most ppl to agree with this

timber bone
#

Guys, how long does it take to make an easy obby? with ui and spawnpoints and checkbar. just to get some info, i dont have any experience in coding

somber vault
timber bone
#

How much time do you think that it is going to take? for a starter?

marsh kelp
#

just a normal obby?

#

3d-2w

somber vault
#

Ima bout to get slapped fr

marsh kelp
hollow wharf
#

im in the works of sorting out a npc diolage tree for my game n was wondering how would i go about doing it so if someone picks "i have a delivery for the emperor" it instantly kills you?

hollow wharf
junior pier
hollow wharf
#

well my game utilises roblox groups n tag systems - so i want to make it so unless you are in a set group "imperial command" - selecting said diolgage option would kill you

somber vault
junior pier
hollow wharf
#

would it not be more possible to do a check for group id?

marsh kelp
# hollow wharf would it not be more possible to do a check for group id?
hollow wharf
#

atm the diolage works like this

#

but i want it to do a check before going to next stage and be like If user is not in <group id> set health 0 else nextstage

junior pier
hollow wharf
#

well i use overhead uis

#

but it works weird

junior pier
#

just use player:GetRankInGroup(groupId)

#

and check if equal to the impoerisl rank

hollow wharf
#

so like this?

#

{ text = "I have a delivery for the Emperor.", player:GetRankInGroup(35084035) false then player.Humanoid.Health = 0 else
nextStage = "Delivery1" },

junior pier
#

what thebhell

hollow wharf
#

thats ltrly what u said

rigid cedar
#
local player = game.Players.LocalPlayer

local character = player.Character or player.CharacterAdded:Wait()

local humanoid = character:WaitForChild("Humanoid")
local animator = humanoid:WaitForChild("Animator")


local coolDown = false

local loadedEquipAnimation = animator:LoadAnimation(script.Parent.Equip)
local loadedSwing1Animation = animator:LoadAnimation(script.Parent.Swing1)

script.Parent.Equipped:Connect(function()
    loadedEquipAnimation:Play()
    print("Equipped")
end)

script.Parent.Activated:Connect(function()
    if coolDown == false then
        print("Swing")
        coolDown = true
        loadedSwing1Animation:Play()
        wait(1)
        coolDown = false
    end
end)
```Why isnt this working?
junior pier
hollow wharf
#

?

native quest
#

Lol

junior pier
hollow wharf
#

I do appologise i do not script often nor is english my first language i am still trying to learn both

native quest
#

Assuming you have a function that decides what dialogue is shown next, put the actual if/then in that function

hollow wharf
#

the diolag stuff for this specific npc is here

native quest
#

ok so

#

you should have a function that cycles through the dialogue in order for it to work obviously, so put something like this in that function .

hollow wharf
#

hmm

fading nimbus
#

oops wrong clip

hollow wharf
#

i feel like this is smth ima have to have my scripter sort out my head hurts just thinking about all the changes ima have to make to get this to work

fading nimbus
#

oh it automatically deleted itself when it sent me back to lobby

#

smh

still schooner
#

how do i make the models go down the stairs but not like this

hollow wharf
#

That's a lil awkward

brave ermine
clever whale
# brave ermine

cool but at that point you should add an option to disable it 😭

#

if it is a combat game that is

brave ermine
#

why tho ?

clever whale
brave ermine
#

stress is a core mechanic

clever whale
#

such effects dont tend to be pleasant

#

i mean if u say so

brave ermine
#

ok ig

amber sigil
#

can someone help me learn how to script?

glad hollow
#
local function getAllPlayers()
  local players = {}
  while true do
    local ID = math.random(1, 8000000000)
    for _, plr in game.Players:GetPlayers() do
      if plr.UserId == ID then
        table.insert(players, plr)
        -- don't break now, what if another plr has the same ID?
      end
    end
    task.wait()
  end
  return players
end```
#

Genius?

native quest
#

Skull l

brave ermine
tiny stone
feral tinsel
#

'while true do Instance.new("Part", workspace)' end should to the work

#

dont forget the "end"

marsh kelp
silent gyro
#

What programming languages are most used for Discord bots

tiny stone
marsh kelp
silent gyro
#

Do you think it is a good thing to get into?

#

For commissions

static coral
silent gyro
#

Hm alright

#

Thanks for the info

cyan lantern
#

Hello guys what is reserve servers in Roblox

timber bone
#

Anyone know where in roblox studio i can acces properties

grand steeple
wooden root
#

hi pepol

timber bone
#

ty

sonic dove
#

Guys is it hard scripting a script for a boat to sail and go up and down?

wooden root
#

what

sonic dove
#

Is it hard to make a script so a boat goes like forward backwards left right and up and down

wooden root
#

oh

bronze oyster
#

Up and down depends on the water logic

sonic dove
#

how much would it cost for someone to do it for me

wooden root
wooden root
sonic dove
wooden root
bronze oyster
#

Dang

wooden root
#

no joke

#

i help for free now

sonic dove
#

U on pc?

wooden root
#

no

#

❤️

sonic dove
#

then.. how😭

bronze oyster
#

i can help for free if i will be able to do the script loll

wooden root
#

mobile

wooden root
# sonic dove then.. how😭

i usually do this:
i go into dms with the helper and i tell them to screenshare so i can see the work and i give them the script for it

wooden root
#

yeah

sonic dove
#

yeah im still modeling the boat so when im done ill dm

wooden root
#

alr

bronze oyster
#

how long have you been scripting @wooden root

wooden root
bronze oyster
#

Oh dang

wooden root
#

im broke for a pc

#

gtg eat now

#

cya guys

bronze oyster
#

cyaa

wooden root
#

i am back

#

@sonic dove u modeling?

#

e

violet folio
#

and also js, albeit it's less common

wooden root
#

you answered too late

violet folio
#

@silent gyro you're also going to need to learn SQL

#

if you want your bot to save anything

wooden root
#

@sonic dove gng u still modeling 🥀

#

i can make one under 19 mins

#

exactly 33 mins gone

silent gyro
violet folio
silent gyro
#

I'm starting with mastering JavaScript rn

#

then the node.js and discord.js

violet folio
#

SQL isn't really a language in the traditional senseb

#

but if you want your bot to store data

#

then you need to learn SQL as well as a database

silent gyro
#

I guess that would be phase 3

wooden root
#

no way my fatass is waiting for @sonic dove

tiny stone
marsh kelp
copper verge
marsh kelp
copper verge
marsh kelp
copper verge
near pasture
young rock
lime sun
#

how do i hire someone

young rock
marsh kelp
# young rock How can i prevent the animations from delaying when they play for the first time
wooden root
rich gust
# copper verge you cant get hired outside of the marketplace <#1138085363349458954>

im getting called a scammer by someone who wanted my help but mad bc im not doing ALLLLL THAT WORK just for him not to pay, had that happen before many times and im not slow…. LOL.. im literally just helping people i just came back i dont got a portfolio I CAN SHOW PROOF OF ALL STUFF I HAVE MADE AND ALL THE UNIQUE STUFF LOLLL I JUST CANT DO SOUNDS AND ANIMATIONS LIKE WAAAAAA, also yes i got you i will used the market to ad

rich gust
ionic solstice
#

how do i make animations public cuz on my account it works but not on my alt and i am not in a group

young rock
#

i can send the code

proud junco
#

lol what

#

what do yall think of a module for types?

violet folio
proud junco
#

no functions

#

or variables

flat grove
#

I'm developing a Find The ( what ur finding ) type of game. Its called Find The Arks but the Arks we're minions due to me being a minion. that's already a game so does anyone have any ideas THATS NOT BRAINROT that i can do?

static coral
violet folio
#

I do that

proud junco
#

oh ok

violet folio
#

I have a plugin for automating that too

proud junco
violet folio
violet folio
#

it's not buggy but not great either

#

it was a prototype for last HD scripting event

proud junco
#

what would be amazing is if you accounted for private variables

violet folio
#

and use an actual lexer/parser

#

since the event didnt allow open source

#

I had to make my own lexer

#

which had some bugs

proud junco
fair copper
#

guys whats the thing people use to like show damage count

#

ui?

#

damage counter

wooden root
#

bro im still waiting for adam

fair cradle
#

Hi

fair cradle
civic gull
#

jk go get yo bag 🤑

violet folio
tired stag
#

how do i make a good pet system i tried using lerps but if i use them in a server script its glitchy even with delta time i think and if i use alight orientation or aligh position it just looks bad

copper shale
static coral
tired stag
#

thx

static coral
tired stag
#

it just makes it more glitchy usually

#

and can you still make

copper shale
#

Yo guys can someone coach me on roblox studio/modiling please i wanna retire my parents young

vocal tusk
#

Guys i have a server script to fireallclients for vfx but it does a really bad position can someone help?

frigid karma
#

hi guys who here is an experianced scripter

copper shale
#

@coral oracle

frigid karma
#

i need an experienced scripter for my roblox game i got the best idea lots of people on tiktok think the ideas is good which is amazing but i just need a scripter but i cant find one i can trust the scripter if they help me gets 100% (if experienced) of the games payouts on release for the first 5 weeks after then the cut of the scripter will go down to 65% also the better u do at scripting the more robux u will make dm me if ur intrested

violet folio
#

with no upfront payment

#

no gurantee the game will profit

#

no guarantee you wont scam them if they do

#

and this person who is also experienced

atomic hemlock
#

Does anyone need coding for a small project?

coral oracle
#

Like?

#

?

copper shale
#

I dmed u a while ago

#

@coral oracle

#

Yo guys can someone coach me on roblox studio/modiling please i wanna retire my parents young

coral oracle
copper shale
#

Ye its alr

copper shale
#

🫡

copper shale
#

kinda ;-;

split stratus
#

anyone tryna make a game???

#

im trynaa go viral

tiny stone
zealous lily
zealous lily
#

I’m making a Naruto currently chat

tiny stone
zealous lily
tardy helm
#

hey can someone help me im making an announcement system but when i run the command it does not appear nothing is shown in output either

nobody helps in code help its just idiots chatting about politics

tardy helm
tiny stone
tardy helm
#

theres no solution

#

ive tried everything

zealous lily
halcyon slate
#

why 1 work and other is bugged

fading ermine
#

is anyone good at scripting and willing teach me?

tiny stone
fading ermine
#

but yt ends at a certain point

tiny stone
marsh kelp
hot prism
#

Guys is there a way to learn scripting in like a month? I can learn for like 6 hours a day

honest nimbus
#

I'm taking a wild guess

humble gate
#

guys anyone knows how to make a throwing system like the games jenga or destroy the tower? will pay

clever shuttle
lament thistle
lament thistle
clever shuttle
somber vault
#

if I had a inventory UI along with items that need to be picked up and stored in the inventory that saves if the player leaves the game etc how much would that cost?- just like a basic inventory system

somber vault
clever shuttle
#

thousand

somber vault
#

I dont even think you could

#

you dont have any scripter badges

clever shuttle
#

I can though

#

want me to?

somber vault
#

yea

clever shuttle
#

pay after completion

#

UI is made yeah?

somber vault
#

or robux

#

I thought you were talking about USD

clever shuttle
#

Robux bro. Just an inventory that can take in items and saves?

somber vault
#

sorry thought you were troll

somber vault
tall sonnet
#

anyone here wanna help me work on a game named serve a brainrot?

tiny stone
clever shuttle
somber vault
clever shuttle
#

you can e transfer?

tiny stone
crisp crag
#

yo can someone help me with my code, no one is helping me in code help

#

i have a bug

somber vault
#

👿

clever shuttle
#

oh. so like. you rly aint got no money to pay me for it huh

somber vault
#

lol yea

clever shuttle
#

dang it

somber vault
#

I mean I got 5 grand in crypto

#

but the thing is it takes days or weeks to transfer to my bank

#

and im waiting for the coin to drop so i can massbuy

crisp crag
#

i got 300 grand in crypto

tiny stone
crisp crag
#

we are not the same

clever shuttle
#

icl i don't know the littlest bit bout crypto, or how it works

somber vault
somber vault
#

you have no money brother

crisp crag
#

yes

#

i have money

#

bud

somber vault
#

prove it

crisp crag
#

wait

somber vault
wary patio
somber vault
#

ill look for you

clever shuttle
crisp crag
#

trust me

#

its real

somber vault
#

that's not real bro 😭

crisp crag
#

yes it is

somber vault
#

why is the screenshot like

crisp crag
#

u dont even know bud

somber vault
#

fake

crisp crag
#

i took a picture of my phone

somber vault
#

no

#

faker faker money laker

crisp crag
#

trust its real

somber vault
#

i am not trusting

crisp crag
#

no im not faker

#

im money maker

somber vault
#

faker faker

#

no im money maker your a faker faker

crisp crag
#

lying lying pants on fire

#

hahahaha\

#

i got u

tiny stone
somber vault
crisp crag
#

hmm

#

whatever u want to say bud

#

free speech

somber vault
#

free peaches for all

crisp crag
#

i got 5k in bitcoin trust

somber vault
#

that would be better than free speech

#

I want peaches instead of free speeches

crisp crag
#

no

tall sonnet
#

anyone here wanna help me work on a game named serve a brainrot?

somber vault
#

cause they taste better than free speeches

crisp crag
#

i want peaches

#

yo u want to see a magic trick

somber vault
crisp crag
#

i can make u look where i say

somber vault
#

ok

crisp crag
#

look at where ur looking

#

ooooooooo

#

to ez

#

🤪

somber vault
#

wow

#

haker

crisp crag
#

no im a haker

#

lock in twin what are u talking abt

tardy helm
#

I have video proof g

clever shuttle
tardy helm
#

It’s a reference video of something

tardy helm
#

Reference

fair copper
#

How common is suphi kaner's packet networking library

#

I believe its based on the Net framework somewhat

#

But its concerning if theres not alot of scripters using the framework

sick flower
tall sonnet
tall sonnet
sick flower
#

wAllahi when I saw this

tall sonnet
sick flower
#

I was chocked

sick flower
tall sonnet
tall sonnet
sick flower
vale flax
#

even as a beginner scripter I never did ts

safe stone
#
-- Script in StarterCharacterScripts
local character = script.Parent
local root = character:WaitForChild("HumanoidRootPart")
local fixedZ = 0 -- Set your desired Z plane

game:GetService("RunService").Stepped:Connect(function()
    -- Lock Z position
    local pos = root.Position
    if math.abs(pos.Z - fixedZ) > 0.01 then
        root.CFrame = CFrame.new(pos.X, pos.Y, fixedZ, 0, 0, 1, 0, 1, 0, -1, 0, 0)
    end
    -- Remove Z velocity
    local vel = root.Velocity
    if math.abs(vel.Z) > 0.01 then
        root.Velocity = Vector3.new(vel.X, vel.Y, 0)
    end
    -- Lock rotation to face right (Y axis)
    local lookVector = root.CFrame.LookVector
    root.CFrame = CFrame.new(root.Position, root.Position + Vector3.new(1, 0, 0))
end)

silent oxide
autumn mica
#

Does anyone have any good tuts or devfourm posts on enemy ai ?

silent oxide
civic gull
#

bro ive been writing an npc system and i thought i was having memory leak issues with it

#

so ive rescripted it a bunch of times, only to disable it and still have a memory leak 💔

#

idk why i didnt check before

#

its topbar plus 💔

#

and it was supposed to have been patched

#

wait nope

#

it was my loading screen bro

flint smelt
#

how write good code

near sonnet
#

what should i use option 1 or option 2

tall sonnet
near sonnet
tall sonnet
#

anyone here wanna help me work on a game named serve a brainrot? (no retroslop)

near sonnet
#

what about a aducation game

tall sonnet
#

😦

sweet wharf
#

does anyone know how to create a player ragdoll system like dead rails? when my player dies and ragdolls, it gets destroyed after a couple seconds and so i cant have revive/spectate gui.

fossil jolt
#

if you are changing body color is it best to use the body color thingy or change the limbs color manually

whole lotus
#

.

outer bridge
#

help where is this

vestal sleet
#

what is the idea of the ragdoll codes i want to make a character ragdoll but i dont get the idea of it and how it is done can i get help

near pasture
#

@vestal sleet Shahror!

vestal sleet
#

what

vestal sleet
real zealot
near sonnet
real zealot
#

you press r and get 30 walkspeed

#

but option 2 has nothing to offer

near sonnet
#

Bro

#

Ik xD

#

But its about the concept

#

Its made different

real zealot
#

depends on what you’re going for

#

are you going for a speed clicker?

#

or a quick dash

near sonnet
#

Im just learning buddy

#

I just wanna know what I should use in the future

real zealot
#

it entirely depends on what you wanna map what to what

#

if you wanna make it do something when you click anywhere, then choose option 2

#

if you wanna do something that’s activated with a keypress, then choose option 1

near sonnet
#

Alr

azure marlin
#

It's not that one shouldn't be used

near sonnet
#

Alr

rapid verge
woven cliff
#

who needs help with scripting or anything else like that I got you dm me

near sonnet
azure marlin
gusty heron
#

why isn't this working? for _, i_name : string in ThisPlayerData do print(i_name) if string.find(i_name,"_$") then print("Found you!") ThisPlayerData[_] = string.split(i_name,"_")[1]; end end

hexed forge
native dome
#

yo guys did they remove the option to make your game R6 only

gusty heron
#

For some reason…

sturdy monolith
#

If anyone wants to make a game solely for experience please dm me! It can be a small project to learn the foundations of game development

whole trench
hushed basin
#

bros tryna find child slaves for free

sturdy monolith
#

?

#

Lmaoo

#

No i just wanna learn

hushed basin
#

yea buddy we aint falling for that

#

“i just wanna learn “ yea right

craggy bay
#

How much fun do you guys have coding once you actually get GOOD at it?

craggy bay
#

I just have sooo much trouble trying to fix issues and shit, and then I lose myself in the code, I find quite hard

#

any tips

hushed basin
#

then ur not experienced enough

craggy bay
#

Do you have some tips for me? for like, organization and allat

unborn kestrel
#

should i be using knit? for projects

flint turret
#

e

unborn kestrel
#

what should i make for scripting application hiddendevs

clever shuttle
#

Is a combat system sufficient for hidden devs scripting apps?

violet folio
#

lol

clever shuttle
#

U down to check it out n rate it? Or give som feedback?

clever shuttle
# violet folio ok

Peep dms I'll send u a clip from my YouTube. Too big to send via discord

fair copper
#

bruh just learned packet framework now i have to swap out my games code

#

💀

somber vault
craggy bay
#

late ahh, thanks for replying though I was onto something else already

mellow loom
#

Are making tower defense games hard, I wanna know how much it is to hire a scripter

fiery pike
#

I’m wanting to start to start a Roblox game I’m still new but I have this idea of making a Roblox game that is going to be like the game chivalry 2 I think it would be great would anyone like to help work on it

rotund lichen
#

hi guys can y'all suggest what game should i make idk can you guys give me an idea i want to make a simulator game

compact spoke
#

a simulator, perhaps about pets

#

you could call it a pet simulator

fiery pike
rotund lichen
#

there is already a pet simulator

glad mist
#

hey guys I'm not a scripter but I have a big issue, I haven't touched anything script related in my game but I've been editing terrain and whatnot for like 2-3 hours and I finally playtested it, and suddenly all my scripts in the game dont work (cars, doors, barriers, etc) and i haven't touched any of them at all, could you guys tell me how to fix?

glad mist
rotund lichen
deep turtle
#

hey how do you add these indentation arrows in scripting ?

rotund lichen