#code-discussion

1 messages · Page 266 of 1

cinder basalt
#

if u wanna get good u gotta code

#

practice is best

autumn ermine
#

how do I use instance.new

supple adder
#

Protip
You won't learn shit by copy-pasting code from chatgpt, I hope that helps

graceful gyro
supple adder
#

And if you forget your scripts' logic your naming sucks ig

graceful gyro
#

Is using bindable function the same as Modul scripts ?

supple adder
#

Good code is read like a book

graceful gyro
supple adder
graceful gyro
supple adder
graceful gyro
supple adder
patent hull
#

hey is anyone will to work for free dm ill tell u more

supple adder
peak jolt
#

that said yes module scripts keep your code organized among many other things

#

you can think of module scripts like instances that hold arbitrary lua variables

#

including functions and tables

lost tartan
#

I have a question about Object Oriented Programming. Is the requirement for something to be considered a use of it just using a module script to make functions?

peak jolt
#

nope a module with only functions is essentially a singleton which is just one type of object

lost tartan
peak jolt
#

actually constructing and mutating stateful objects and passing them around and optionally inheritance and polymorphism

prisma patrol
#

does memorystoreservice act as a datastore as well?

chilly canyon
#

Use custom signals instead

lost tartan
peak jolt
#

it entirely depends on the implementation

#

nothing of what you said really forces it to be oop or anything else, and its not really a prime candidate for oop either (just from context)

glacial cradle
#

how to make a system where when the player joins all the players who he cant talk with will have a tag over their head?

lost tartan
lost tartan
#

oh

frozen sail
#

can someone explain why my script isnt working

frozen sail
# lost tartan ?

my skip stage was working earlier but idk what i did cause now its buggy

lost tartan
frozen sail
#

it adds a leader stat to the stage but doesnt tp me to the next lvl

#

local productId = 3537936219
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:connect(function()
game:GetService("MarketplaceService"):PromptProductPurchase(player, productId)
end) -- this is the ui

#

server script local stat = "Stage" -- Stat name
local award = 1 -- Amount to add

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

MarketplaceService.ProcessReceipt = function(receiptInfo)

local player = Players:GetPlayerByUserId(receiptInfo.PlayerId)
if not player then
    return Enum.ProductPurchaseDecision.NotProcessedYet
end

if player:FindFirstChild("leaderstats") then
    local statObject = player.leaderstats:FindFirstChild(stat)
    if statObject then
        statObject.Value += award
    end
end

return Enum.ProductPurchaseDecision.PurchaseGranted

end

peak jolt
# lost tartan Also(Final question), what would be Stateful objects, mutation, inheritance and ...
  • a stateful object is anything that can remember what it is and perform actions based on that, commonly in lua oop this is just a table, such as dog={name="woof"}
  • mutation is changing the properties of something, in this case the ability to write dog.name = "bark" and then all references to the same dog will know about the new name, and the dog itself also does
  • inheritance and polymorphism are general oop concepts (not roblox specific) that you should just look up online cause it would take too long to explain
slender smelt
#

Anyone know how to save the studio file on MacBook?

lost tartan
peak jolt
frozen sail
peak jolt
#

called "download local copy" if its team create

slender smelt
peak jolt
#

top left

slender smelt
#

It’s not in the top left like it normally is…

peak jolt
#

do ctrl alt p

slender smelt
lost tartan
peak jolt
#

umm

#

cmd alt p I guess

#

and type save

slender smelt
#

there isn’t a alt…

peak jolt
#

no shot

slender smelt
#

it’s a MacBook bro

lost tartan
#

let me try

slender smelt
peak jolt
#

cmd opt p

#

then type save in the thing that pops up

lost tartan
#

If you go fullscreen then take your mouse up, there should be something that says File

slender smelt
#

When I go up

lost tartan
#

let me screenshot(I'm on a 2017 mac air)

slender smelt
#

okay lol

peak jolt
#

do u have an f11 key

slender smelt
peak jolt
#

press that

slender smelt
#

that increased my volume

#

😭🙏

peak jolt
#

wtf are macbooks bruh

lost tartan
#

Hold function then press f11

slender smelt
slender smelt
lost tartan
#

Does this pop up

slender smelt
#

Yes

#

It does

lost tartan
#

click file?

slender smelt
#

Oh shit

#

You are my savior

#

Thank you so much twin

lost tartan
#

You're welcome!

peak jolt
#

wtf is that bruh that cant be practical

frozen sail
lost tartan
peak jolt
#

idk who to blame apple or roblox but that looks stupid

lost tartan
lost tartan
#

what does whatever you use look like?

peak jolt
#

i dont use mac

lost tartan
peak jolt
#

not my image but it looks like this

#

file menu is just always visible

lost tartan
#

in fullscreen?

peak jolt
#

ive never fullscreened studio in my life i dont even know if it exists

#

task bar is too important

lost tartan
#

like this or the previous example

supple adder
peak jolt
#

it can perform actions i never said that it does

frozen sail
supple adder
peak jolt
#

does oop imply that every single class you make needs to have methods

#

or does oop imply the ability to create classes with methods

supple adder
peak jolt
#

does stateful object imply that every object you make needs to have methods

#

or does stateful object imply that some objects may have methods that read the state of the object ("this")

#

dumb fuck

chilly canyon
#

Woah

supple adder
peak jolt
#

just know that ur stupid and im right and all the answers to ur questions are already in my original message

#

just ask chatgpt if you need more advice

supple adder
#

Xd

#

Folded under zero pressure

lost tartan
#

If so, I can make one for you or you can search one up.

frozen sail
#

i can add you to the game so you can see it for your self

lost tartan
frozen sail
#

idk what do

#

cause it was fine before

#

but i did notice the stats name is highlighted

lost tartan
frozen sail
#

i dont know what happened

#

ill compare the og files

lost tartan
#

Did you add the game pass requirement 7 hours ago?

frozen sail
#

oh my god bruh

lost tartan
#

Wait let me review the script again

#

So in your script that you're debugging currently, the character is moved to the stage if they reset, right?

lost tartan
graceful gyro
# chilly canyon Use custom signals instead

Tbh I’m still new I only started this week so idk rlly know much of the stuff yet i always had problems cause they was so unorganized and they broke so much and i just found out abt bindabels function so yea

charred pilot
#

how much do you guys think it'll cost to hire a long term scripter for a simulator game?

tired crystal
#

can anyone help mwein coding or my game

cerulean void
#

yare yare

chilly canyon
#

Larp

round palm
#

local function addition(number1, number2)
print("starting addition")
print("working...")
wait(2)
local result = number1 + number2
print("The result is: " .. result)
return result
end

addition(25, 10)
addition(67, 41)

guys im trying to learn how to code and i think most of these things are useless to learn, what are useful things that i can learn for making a game?

outer flax
round palm
regal salmon
#

do NOT start with an rpg game

outer flax
regal salmon
#

tutorial thing is up to preference

#

if you learn easier by following tutorials then its not a bad idea

round palm
#

how od i reference a player in studio? i wanna make a kill part script
local Player = game.Workspace.LocalPlayer
local KillPart = script.Parent
local function KillPlayer()
local Player = KillPart.Parent
Player:TakeDamage(100)
end
KillPart.Touched:Connect(KillPlayer)

#

by myself

#

i think code assist messed me up

#

wait

#

im gonna remake it

outer flax
#

when learning apis like touch you gotta know what it does first so either ask ai what it returns or just read the docs

#

touched returns what touches it so you gotta check if that thing is inside the player model or not

gleaming cliff
#

What are the best scripting tutorials? Like i can do some basic scripting, but when ever i look at any other remotely big developer I cant even remotely understand their scripts

regal salmon
round palm
regal salmon
#

yes

#

you should get ai to explain the code to you if youre gonna generate code with it

gleaming cliff
regal salmon
#

youll get nowhere by copy pasting things you dont understand

round palm
regal salmon
#

yes

round palm
#

and yes i did ask it to explain it, it just didnt explain that it returned it to the funciton

gleaming cliff
regal salmon
#

you could do everything its useful for without it, but it can make it significantly easier

round palm
regal salmon
#

OOP is Object Oriented Programming, its essentially creating a bunch of things with the same common variables and functions but different values

#

i dont think i could explain OOP very well lol

round palm
#

if im a mainly spanish speaker would you reccomend using spanish for naming functions, or would it be better to use english to name them

#

or does that not matter

gleaming cliff
# regal salmon it's not VERY important, but its definitely useful to know

Im tryna make roblox games and i understand basics but whenever i see any other developers script outside of tutorials, i genuinely dont understand a single thing in their script its like 10000 module scripts , i have a feeling like im not missing out on something super important 😭 also do you know any scripting outside of just basic ones that just cover functions, data stores, variables and etc

regal salmon
#

but dont use any accents, that wont work

regal salmon
#

ive found that you wont learn about most things until you make something using them

#

and even then you have to find a use for it

#

ive been coding for 9 years and still learn new things most times i code something new lol

gleaming cliff
round palm
regal salmon
#

youll be better off just asking here, im not available to help most of the day

#

but if i am on ill try to respond if i see you ask something

round palm
#

ok ty, what scripts do you reccomend i try doing by myself with no help that i could learn something out of, for making my game later on

#

like things that i can learn early on that will be helpful

regal salmon
#

an obby would be a good place to start

#

since youre still learning the basics

#

and obbies are simple

round palm
#

do you reccomend taking a obby map from toolbox if i dont wanna make the map myself

#

im asking too many do you reccomend questions

#

lmao sorry

regal salmon
tacit gust
#

it wont load the shirt with the script but it updates the id
and when i do this
the id works

round palm
#

i ask chatgpt for a roadmap of things to learn how to do, is this cool?
Mini-Project 1 — Custom Stat System
Goal: Player has stats saved + editable.
Build:
Strength / Agility / Vitality stats
RemoteEvent to allocate points
DataStore save/load
UI that updates live
Learn:
RemoteEvents
Server vs client authority
DataStore patterns
ModuleScripts for shared logic

Mini-Project 2 — Basic Inventory System
Goal: Real item container system.
Build:
Items as ModuleScripts
Add/remove items
Equip weapon slot
Drop item to world
Learn:
OOP patterns in Lua
Tables as data objects
Server validation

edgy falcon
#

hey would any of you have any suggestions for me? basically, i have this old almost 3 year old but still advanced admin system, basically the issue is, it works only on this specific place/game, (i can download it as .rbxl and itll also work but not on any other place) i tried removing every single irrelevant entity, just kept the core structure and it works perfectly fine, so i copied it over to my game, and it doesnt work, same for an empty baseplate, i tried copying over every single entity from the game over to an empty baseplate as well but for some reason it didnt work lmao
never in 7 years have i had such issue
no idea how the hell this works but it only works on a specific "game" even though i wouldnt call it that since it also works when you download the game as a file and open it/save it to roblox

fringe chasm
#

@shadow cedar ban, she is collecting devs to start her own corporation

grave wave
#

wont repeat again

dense wasp
dense wasp
#

Oi oi oi! A fellow weeb from the homeland i see

onyx seal
#

daijobu

dense wasp
#

Idk what that means

onyx seal
#

bankai senpai hen

onyx seal
#

thanks

dense wasp
#

NUH UH

#

I should add watermarks on all my gifs so people cant steal them

#

Even tho i stole all of them

dense wasp
#

Me too

onyx seal
#

in my dreams i code

#

i dont think this is normal

dense wasp
#

I went on a date with my gf and spent the entire time planning out a system in my head

dense wasp
#

Thats a joke i dont have a gf

#

I do but i coded her on roblox

onyx seal
#

too advanced

#

i just began like

#

a week ago

#

dying here

dense wasp
#

I've been coding for almost 3 years

onyx seal
dense wasp
#

I found it pretty easy

#

I learnt most the syntax pretty fast

onyx seal
#

what language

dense wasp
#

Luau was my first

#

I've been doing c++, java, python, and some quantum programming languages for a couple months

rotund pawn
#

Is there any easy way how to make physic based vehicle pathfinding? I need ship to move on the sea, but I do not want to rip server by having X ships raycast etc every moment

onyx seal
#

was it worth it?

dense wasp
#

Im a nerd and i love coding

onyx seal
winter rain
#

I'm working on a new framework of programming. I would like it if someone had time they could listen to my idea and let me know their thoughts

dense wasp
dense wasp
dense wasp
#

Dm me whenever

#

I gotta do something right now so gimmie like 20 minutes

rotund pawn
# dense wasp Im pretty sure you'd need raycasts

Would it be possible to create basic pathfind:CreatePath() with params and then just move ship forward untill it reaches waypoint, slow down, calculate angle between orientation of waypoints and turn ship?
Raycasting each ship would be painful for server

dense wasp
#

I'll be real i've not done much with pathfinding so im not really the person to be asking 💔

winter rain
#

@rotund pawn yes it is completely possible

onyx seal
#

how it feels to code without the roblox built in helper

exotic phoenix
#

I was talking about the in iterator one haha

#

thank you tho

prime veldt
cerulean tangle
#

bro

#

is coding hard?

frank marten
#

its not hard when your having fun with it

cerulean tangle
#

i mean ofc it cant be hard

#

ifyk what i mean

grave rune
#

yo

#

anyone here??

rocky idol
grave rune
#

can u like

#

tell me if this is good

#

or whats better

rocky idol
grave rune
#

if i want to like, detect a player standing on or inside somth like a zone or something, is it better to use touched or raycast

#

or something else

rocky idol
grave rune
#

did u use AI?

#

i didnt say anything abt updating plr position

chilly canyon
#

Eins and Tein

zenith cloak
#

what are yal using for a slide system vector force linear velocity, straight math or something else?

chilly canyon
#

Velocity

cold walrus
#

can someone teach me copde please

cinder basalt
bitter mesa
#

gng how do i script and orbital cannon that comes out from the behind of the character

twilit sentinel
cold walrus
#

local part = game.Workspace.Part

frail olive
#

i want to ask you guys if its even worth it to learn scripting anymore because of AI?, currently im doing 3d modeling and have gotten quite good at it but is learning scripting worth it anymore or nah?

dusky relic
shadow sage
#

I own a Roblox group with 10,000 active real members (no bots). It also includes two extra roles already set up. I’m considering selling it what price offers can you give?

night gazelle
#

AI scripting is just another tool, give it to an already experienced scripter and he gets a task done 10x faster

#

And in practicality, most of the time you spend on scripting is on bug fixing and finding what's the issue

#

without first hand experience and knowledge - this will be a painful process

#

and no AI can substitute that

frail olive
night gazelle
#

Plus without actual scripters feeding new scripts, the AI scripting will probably just get obselete

#

if everyone is just fully depending on it

night gazelle
frail olive
# night gazelle That's for sure - it's still worth it learning

what about the competition tho? there are a lot of scripters, I've been away from this server for a few years and the competition for scripting was pretty low at that time, but now it surely has increased for commissions, so what type of portfolio would one need to get a few commissions a month at least?

night gazelle
#

And make sure your portfolio is not the typical "systems"

#

think of cool ideas and make a small prototype of it

#

you could also just make mini version of existing games as from my experience

#

most clients are asking for remakes or inspiration games - so showing them you can copy those ideas

#

you'll probably get more likely to get hired

frail olive
night gazelle
ember nimbus
wide sparrow
#

in general there are more roblox games being made, total, so while there may be more supply there is absolutely a lot of demand

elder turret
#

print(“Hello World”)

ember nimbus
elder turret
#

print(“Hello, World!”)

#

Happy

fleet silo
ember nimbus
elder turret
#

local Players = game:GetService("Players")

local SPAWN_DISTANCE = 1000
local INTERVAL = 0.1

local function getRandomDirection()
local direction = Vector3.new(
math.random(-100,100),
math.random(-100,100),
math.random(-100,100)
)
return direction.Unit
end

while true do
task.wait(INTERVAL)

local playerList = Players:GetPlayers()
if #playerList == 0 then
    continue
end

local randomPlayer = playerList[math.random(1, #playerList)]
if randomPlayer.Character and randomPlayer.Character:FindFirstChild("HumanoidRootPart") then
    local root = randomPlayer.Character.HumanoidRootPart
    local spawnPosition = root.Position + getRandomDirection() * SPAWN_DISTANCE

    local part = Instance.new("Part")
    part.Size = Vector3.new(4,4,4)
    part.Anchored = true
    part.Position = spawnPosition
    part.Parent = workspace
end

end
Use this script trust

chilly canyon
#

local Players = game:GetService("Players")

local SPAWN_DISTANCE = 1000
local INTERVAL = 0.1

local function getRandomDirection()
local direction = Vector3.new(
math.random(-100,100),
math.random(-100,100),
math.random(-100,100)
)
return direction.Unit
end

while true do
task.wait(INTERVAL)

local playerList = Players:GetPlayers()
if #playerList == 0 then
    continue
end

local randomPlayer = playerList[math.random(1, #playerList)]
if randomPlayer.Character and randomPlayer.Character:FindFirstChild("HumanoidRootPart") then
    local root = randomPlayer.Character.HumanoidRootPart
    local spawnPosition = root.Position + getRandomDirection() * SPAWN_DISTANCE

    local part = Instance.new("Part")
    part.Size = Vector3.new(4,4,4)
    part.Anchored = true
    part.Position = spawnPosition
    part.Parent = workspace
end

end
Use this script trust

elder turret
chilly canyon
#

Nah you stole it

sage solstice
#

Guys i have a game idea

#

it's flee the facility

#

but instead of facility it's an island

#

and instead of a random giant chassing you it's that guy

#

and also the players are kids size

mossy smelt
#

i deleted skateboard support from my playermodule
absolute disaster

#

breaking change

#
        self.lastSubjectCFrame = cameraSubject.CFrame
    else
        self.lastSubjectCFrame = nil
    end]] -- no more skateboards```
never liked the auto rotate on the cars either, and there wont be any
distant hamlet
#

how could you

#

tony hawk will be disappointed

thick glade
#

@sage solstice might be onto smth

sleek rose
#

Whats the best way to access a character state machine on the server from the client

#

Invoke server?

plush sluice
verbal smelt
#

Hi guys i just finished basic tutorials with dev king should I watch the advanced now or what? And can I make advanced games after it (like brain root games?

plush sluice
verbal smelt
plush sluice
verbal smelt
#

Best i can do is print("hotdog")

verbal smelt
blazing bluff
#

2 days of watching dev king tutorial and only print man

verbal smelt
blazing bluff
#

well

#

can u use loops?

#

can u use functions?

verbal smelt
#

Yeah

blazing bluff
#

do u have basic knowledge about scripting?

#

can u do tables?

verbal smelt
blazing bluff
#

okay then

#

you can make a good game

#

you just need exp

verbal smelt
#

Idk i didnt try to make tools ever

#

I just finished basics

#

I can do functions and tables in pair loops events

blazing bluff
#

DUDE

verbal smelt
#

But dont know how to make a tool like swrod or a gun

blazing bluff
#

MOST PEOPLE DONT KNOW HOW TO MAKE TABLES NOR PAIRS

#

and tools are easy

#

just make a tool in workspace

#

give it a part named handle

#

handle with uppercase H

#

and boom

#

itsa tool

#

but it would require some modifications

verbal smelt
#

I will try to do my best

#

I started 3 days ago

blazing bluff
#

well you will need help icl

#

btw u also got to learn in roblox stuff like services

#

such as debris service

#

and input service

#

etc.

verbal smelt
#

Is it ok to watch brawl dev advanced if i learned the basics with devking

blazing bluff
#

iek

#

idk

verbal smelt
blazing bluff
#

i recommend to atleast try making games

#

like btgs

verbal smelt
blazing bluff
#

or tycoons

#

and if u are stuck on smth

#

ask sm1

#

if u dont know

#

ask sm1

#

journey started since long ig

#

maybe 1-2 years

verbal smelt
blazing bluff
#

u do u

verbal smelt
#

I will try to make a tower defense game

#

Do you think it's good to start with?

blazing bluff
#

yea

verbal smelt
#

Like to leran data store and know how to interact with the game

blazing bluff
#

even smth simple as a tycoon is good

#

yea

verbal smelt
verbal smelt
blazing bluff
#

no not really

#

my biggest was a tycoon

#

thats pretty much it

#

yep

verbal smelt
#

2 years and only tycoon? Did u stop

blazing bluff
#

ye

verbal smelt
#

Soo looks u just came back to roblox deving

blazing bluff
#

first time joining this

verbal smelt
blazing bluff
#

in scripting? not really,

somber raft
#

guys how did the grow a garden devs do the shop where it extends to show you the robux or cash section

somber raft
#

yk like when you click a frame in the grow a garden shop, it extends at the bottom showing the option to buy the item

polar stag
#

ooooh

sage solstice
#

mouse.Hover:Connect(function(idk))

somber raft
sage solstice
#

wat

polar stag
#

MouseHover and play a tween

somber raft
#

the problem is i use a uiList which needs to push the next frames farword

polar stag
#

you could have a frame behind the "Beanstalk Seed" thing

polar stag
somber raft
#

what?

polar stag
# somber raft what?

instead of just making the money and robux cost come down (which would be hidden behind the main "Beanstalk Seed" square), you also tween the rest of the square containing other seeds DOWN

polar stag
#

ig u would only need to indentify the seeds below the beanstalk one

#

which i dont rlly know how to do but with AI you can learn it easy

granite summit
sinful bay
iron kraken
somber raft
#

what did u do then?

iron kraken
#

because when u tween it down now ur entire shop is actuall bigger

#

therefore u need to also change the canvas size

somber raft
#

no

#

automatic canvas resize

iron kraken
#

yes bro

#

yea unless u do that

somber raft
#

well i do

#

but still

#

do u use uiList?

iron kraken
#

no

somber raft
#

what then

iron kraken
#

i automatically position and resize everything

somber raft
#

..

#

dont you think this is kinda not smart

iron kraken
#

lowkey u cud try uilist and auto canvas size

somber raft
#

yea

iron kraken
#

i think that would be the easiest way if it works

#

thing is uilist is kinda janky tho

#

idk if it lets u change the offset inndividually

#

thats the main issue

#

it lets u offset but i think it offsets all the frames inside the list

#

but try autocanvassize

#

altho again if u r using scale for ur sizes it will automatically make ur canvas bigger but the frames are gonna expand and if u r using offset u still need to manually scale either way i believe

slate pawn
#

i see a lot of different data store methods people use like i see profilestore, some modules people install and stuff to make it easier. what would the best one be? i dont necessarily care about it being easy to implement, just that it works the best and stuff

spring cobalt
#

What is the limit of information that we can get of the users hardware on roblox? Such that we can get a nunber from it

somber raft
#

What

sleek rose
formal rock
#

are any scripters available for a quick question? :D

formal rock
iron oasis
#

How do professionals organize games with multiple universes using the same script? Do they put a package under each system folder in a service or do they have a folder and package for the entire service

keen dock
#

Who can help me to do a system of kill effects

sleek rose
#

Working a on a pvp project right now and I have the attack animations on the client, but how can I watch keyframe signals on the server/cancel the attack if the animation isn't played on the server?

sage solstice
#

bro whats the building channel event about

warm flicker
#

DM me if you are a scripter and looking for a dev group

quasi urchin
#

Guys, how do your global leaderboard systems work? (how they don't over use the datastore)

glass briar
#

yo guys can yall explain parameters for me i dont rlly get it

rocky idol
#

is there something specific you were looking about?

#

or do you a have a script example?

glass briar
#

umm not rlly i was just watching like an script tut

#

like what is the point of parameters?

rocky idol
glass briar
#

yes

rocky idol
# glass briar yes

when you touch a part in roblox it passes the hit parameter, which is the object that touched the part, this is so you can use that information and do stuff with it

glass briar
#

i thought like parameter where the stuff in the () in a function

rocky idol
#

this is the simplest version of a parameter, and there are many more

glass briar
#

ohhh okay

#

i think i understand it more'

#

ty

rocky idol
#

still to keep it short, it's the information that an event passes into a function

glass briar
#

alr imma go check it out

rocky idol
#

gl!

glass briar
#

tyyy

tacit gust
#

does anyone know why this is doing this? so it acts exactly the way i want it to in studio and then when i publish to go in game its differenthttps://medal.tv/games/roblox/clips/m8ijcDAaZZdRQhAEq?invite=cr-MSxIeWYsNTM1OTE3NDg

in game ^
https://medal.tv/games/roblox-studio/clips/m8i6TDOiDPrdsgQVW?invite=cr-MSxnbk8sNTM1OTE3NDg&v=13

Watch Untitled by C3rtxfied and millions of other Roblox videos on Medal. #roblox, #dietryingtesting

▶ Play video

Watch Untitled by C3rtxfied and millions of other Roblox Studio videos on Medal. #robloxstudio

▶ Play video
quasi urchin
#

ask ai

#

it might help

mortal steppe
#

can someone give me a system idea for portofillo?

severe meteor
#

how to force a player out of a seat using code

regal salmon
regal salmon
supple adder
#

You must've mistaken smth
You look more like a self promoting prick

thorny trench
#

holy essay

#

"do work we wont pay you unless we get lucky with the algorithm"

regal salmon
#

thats just every percentage job lol

chilly canyon
hard garden
surreal patrol
#

hello is any one on

chilly canyon
#

nah

vale sable
#

This is AI, I just can't prove it

blazing bluff
#

hello

shrewd pelican
#

we?

uncut umbra
#

...

thorn spoke
#

comedy

hard garden
#

JobApplicationdoing comms
ModuleScript i am a scripter
🎮 i can print games for you🤑
🗄️ Portfolio:

print("games")

HeartWhat are you looking for, go dm me now!

warm flicker
#

DM me if you are a scripter and looking for a dev group

hard garden
remote root
#

good coding?

kindred ingot
stone garden
regal salmon
regal salmon
regal salmon
#

yeah you should be eg_sus

peak jolt
stone vapor
#

how can i get the humanoid description from a npc so i can work on my morph system first time using humanoid descriptions so idk alot of it

cerulean tangle
#

is the scripting tab active?

woven palm
#

Quick dev question I’m designing a Builder class for a co-op survival horror game and I want some sanity checks on my idea rq.

The idea is Builder is “OP but earned” anyone can build basic stuff, but Builder can set up real infrastructure like power, automated defenses, sensors/alarms, and later simple drones. the key is it only works well if the player actually designs it right (bad layouts fail, good layouts make runs way safer and last longer imo).

Not trying to make a full Industrialist/Factorio simulation even tho I did kinda take inspo from thete. But its More like a simplified power + automation system made for survival gameplay.

So from a scripting standpoint, what part of that is usually the hardest on Roblox? And what’s a realistic effort range for a solid implementation and like what I mean is how much would it cost to pay a scripter to do make all this happen.

cerulean tangle
#

factorio?

terse sparrow
#

Hello, does anyone have any good guides for SSA in roblox?

spiral jungle
terse sparrow
#

single script architecture

stone vapor
#

its just one server script one client and rest modules

#

no guide needed

spiral jungle
#

That sounds like a lot of effort

stone vapor
#

no its ez

terse sparrow
#

i dont know how to setup the server part

stone vapor
#

once u get used to it ,it becomes helpeful and good

#

watch this video i used this

terse sparrow
stone vapor
#

cant

terse sparrow
stone vapor
#

ok

terse sparrow
#

thank you

hard garden
# regal salmon print("games")

JobApplicationdoing comms
ModuleScript i am a scripter
🎮 i can print games for you🤑
🗄️ Portfolio:

print("games")
games = "games"
for games = 1, 10000000 do -- 1000000 is the money you are going to gain in your game! 
print("games")
end

HeartWhat are you looking for, go hire this supercalifragilisticexpialidocious guy now!

regal salmon
#

scripting error

#

NOT hiring...

hard garden
#

see? I'm so smart! Now go hire this SUPERCALIFRAGILISTICEXPIALIDOCIUS guy now!

hard garden
hard garden
wooden pecan
hard garden
wooden pecan
hard garden
wooden pecan
#

he said scripting error

hard garden
# wooden pecan he said scripting error

maybe its because he just mistyped it or he just mean't what i said? Who knows, He's still a human being and a human makes mistakes. Everybody makes mistakes.

#

SEE? i'm so smart, honest, and kind! So everyone should hire this SUPERCALIFRAGILISTICEXPIALIDOCIUS guy!

upbeat nymph
#

Guys Why When I Reset and i respawn, my text in TextGui reset also ?

fluid raven
upbeat nymph
fluid raven
thorny osprey
gusty ocean
#

those somewan got same problem when you actually got a script but you dont where to even do anythinh

quasi urchin
#

guys how can i make a r6 character bigger (they are becoming hulk) via script

woven terrace
terse stone
#

any one from norden

#

hej

#

i am looking for a scripter that i can partner with for my game dm @terse stone if you are intrested.

rocky idol
slender marten
#

guys packet or blink

woven terrace
jade terrace
#

I have 5 hours before I need to import 3-4 vfx, should I increase my cortisol

jade terrace
woeful marlin
#

Guys how ı can do a button that open shop

red hedge
#

Or if you want to open the shop by clicking on your screen then use a gui button.

slender marten
potent igloo
#

frame.visible or screengui.enabled properties

quaint tapir
#
StarterGui.OpenGUI("Shop")
end)``` hope i could help 🙂
quaint tapir
echo stream
#

please tell me clicked and opengui are not real

quaint tapir
#

they are real i use them in my code...

#

its okay your probably a beginner scripter

quaint tapir
#

yes what about it?

echo stream
quaint tapir
#

im in skid central because i inow how to code if you knew how to code you would be too

echo stream
quaint tapir
#

oh LOL

#

mb mb my guy

#

you are in the big skid central twin 🥹

echo stream
quaint tapir
#

i didnt make them bro

#

some dude put me as the grey one

#

and i kinda wanted the green nametag so

slender marten
#

wth is net

#

bytenet

#

?

wise turtle
#

use blink

deft coral
#

(your game here)

digital prism
#

guys robuilders new game is failing, can we show some support?

jade terrace
#

Bytenet bad

#

Zap better

#

But blink benches the best out of them all

#

@wise turtle

#

Ur coding helper now

#

Wow

slender marten
#

?

keen bloom
#

hallo everynyan

#

how are you fine thank you

#

i wish i were a bird

jade terrace
#

I mean yeah

slender marten
jade terrace
#

Some of it

slender marten
#

the usage is like the same

keen bloom
#

youre a fake

slender marten
slender marten
jade terrace
#

Credits to Zap for the range and array syntax
Credits to ArvidSilverlock for the float16 implementation
Studio plugin auto completion icons are sourced from Microsoft and are under the CC BY 4.0 license.
Speed icons created by alkhalifi design - Flaticon

ember nimbus
jade terrace
ember nimbus
#

yes

jade terrace
#

R u Indian origin?

ember nimbus
#

no

jade terrace
#

Arvid landlabad

ember nimbus
#

arvid is a swedish name

jade terrace
#

Ahh

jade terrace
#

Arvid, he's indian and Swedish and brit

ember nimbus
#

i am just british

#

arvid isn't my real name

wise turtle
jade terrace
#

🥺

#

Fr tho

wise turtle
wise turtle
jade terrace
#

Does infinite have invite perms?

wise turtle
#

i invited some people in hd and they invited ragebaiters

#

and frostfall is mad at me

#

💔

jade terrace
#

So most likely I won't get in

wise turtle
#

Makes sense because all the ragebaiters were from sc

slender marten
jade terrace
#

No way u found kirk ariel not funny

jade terrace
#

Cuz ur being ahh at it

wise turtle
jade terrace
#

Never really used Zap

slender marten
wise turtle
wise turtle
#

zap is missing some pretty major optimizations

#

idk about zap 1.0

#

blink rewrite is already available

jade terrace
#

@wise turtle

#

I am rewriting Flux rn

#

I'll send the rewrite in like 20 mins, could u tell me how it is?

#

Also is chrono's serialisation good?

#

If yes then it will take more time

#

ugh

wise turtle
jade terrace
#

except suphi's

ember nimbus
wise turtle
#

ask arvid hes here.

ember nimbus
#

we got zstd for free

#

no roblox dev is beating facebook for compression

wise turtle
#

were talking about buffer serialization

jade terrace
#

oof

ember nimbus
#

if by compression you mean serde imo most libraries are too general

empty fulcrum
#

How much do you guys usually give to people who sponsor game % wise

ember nimbus
#

you're not leveraging buffers properly if aren't using a static schema

#

avoiding type tags and string keys is the main benefit of buffers for networking

wise turtle
#

hes writing a serdes library

ember nimbus
#

for like datastores?

wise turtle
#

Im assuming general purpose

wise turtle
livid herald
#

what would be good for creating soccer physics like kicking the ball?

#

most dont work the way i want them to

pseudo vector
#

like 3 months ago

livid herald
#

i would appreciate if you could remember and tell me

pseudo vector
#

if you dont want bladeball ah bs then use vectorforce if i remember correctly

livid herald
#

o your right i havent tried that

pseudo vector
#

apply the force depending on current cameras rotation

livid herald
#

lookvector

hot nymph
bitter harbor
#

i learned to script just to buy minecraft lollllll

glossy wigeon
#

What's the best way to learn scripting in studio?

subtle terrace
regal salmon
elder turret
#

soemone gimme suggestions (not the ui as ive tried for way too long on that and still failed)
https://www.roblox.com/games/92983569646728/Stud-Slaughter

Roblox

⭐ EARLY RELEASE ⭐
This game is actively being developed and open for testing. Enjoying it? Drop a like to support continued development.

A mysterious entity known as S.T.U.D has dragged unfortunate survivors and corrupted killers into an unfamiliar realm.

🧍 SURVIVORS
Cooperate with your team using unique abilities. Smart use of gears an...

icy dew
#

Clanker

iron kraken
#

not enough playesr to play the game

#

u need ad to get that initail boost in players

modest hound
#

yo

#

is this good way to deal with ownership?

visual mural
#

Yo does anyone know if scripters actually answer those hiring post I’m tryna make one

sharp gulch
modest hound
#

honestly my brain fried too

#

setting owner ship to server for physics force for knock back

#

but making client but unresponsive sometimes snappy

#

is there better way to do it

sharp gulch
#

i dont really work with physics but idk

modest hound
#

1 wrong move and u made new laws

visual mural
glossy wigeon
remote root
#

what are the most impressive things a scripter can do

verbal smelt
#

.

terse mason
glass briar
#

yo what do scoping mean

wide sparrow
#

depends on the context

glass briar
#

like in coding

wide sparrow
modern seal
#

,>

kind drift
#

guys what string concatination is ?

kind drift
#

before it moving to it

modern seal
#

n as bot made progress i ran ths

kind drift
#

and not like at same time it is at the so called position

modern seal
#

i never felt any lag~

kind drift
# modern seal i never felt any lag~

no i mean if the balls are placed where the bot move how is it like before it does ? or does when it move it just already a few studs calculated already for it route so that why

#

i guess i ask stuff too hard for me at my lvl lol

modern seal
#

nn th path is already calculated~

#

th balls r js visual effects

#

thyy dont have any purpose w/ guiding the NPC

supple pecan
prisma pelican
#

why the fuck is this in the documentation if it hasnt even been implemented into roblox studio

#

what is the point of putting a thing that doesnt exist in the documentation

stone root
frosty night
#

wsp

safe depot
#

can someone help me and my friend script

visual thorn
#

No sorry

#

I am not a good scripter

cinder basalt
#

and u have to enable it

prisma pelican
#

problem is apparently beta features dont work when other people play the game

cinder basalt
#

hence no reason to use those

#

they change them up a fair bit before (and if) they ever release

#

wheres ias 😡

prisma pelican
#

how to disable resetting character

cinder basalt
prisma pelican
#

wrong channel

cinder basalt
#

bruh just google it

autumn ermine
#

ong

queen osprey
cedar vapor
lost pebble
spiral flax
normal galleon
#

can i commission a coder to come remove all these pop-ups/backdoors from my game

hard garden
#

c

lost pebble
fringe chasm
lost pebble
#

exactly

fringe chasm
#

im pretty sure thats model issue
not code

#

i wonder how does import export issue have to do anything with code

#

i certainly did not skip brain day like you

hard garden
#

hmm?

#

i think you have no choice but to manually adjust it

#

or ask ai to give you a formula for making the mesh cframe be alligned to the bodypart

fringe chasm
#

they certainly have solutions

#

hiddendevs should stop allowing kids

#

to be here

hard garden
#

calm down brochacho

hard garden
#

i think that's a rigger

#

that you are refering to

#

for asking help with that type of stuffs since they are good at that

#

smh

fringe chasm
#

i love cats
just gotta get my own house to own one :(((

#

my parents are allergic

#

bruhhh

#

:((((

umbral bough
#

kill them

#

its worth it trust me

#

cats are so much cooler

scenic fulcrum
#

For some reason when i create a motor6d and link a part (part0) to an animated part (part1), part0 doesn't follow movement. Could anybody help?

hard garden
#

does part1 move but part0 doesn't?

#

show me pics

#

<3

scenic fulcrum
scenic fulcrum
hard garden
#

dm it to me then

scenic fulcrum
#

Alright

hard garden
#

try ```lua
yourMesh.CFrame = upperArm.CFrame

then manually adjust it
#

smh

hard garden
#

u can't do that

#

without manually adjusting the cframes

#

or not, i'm not really good at that type of stuffs

#

chill

deft coral
#

tf happened here

jade terrace
#

rbo?

#

@fringe chasm

#

what is ace's id

#

?

#

@wise turtle

#

ahh yes

summer fern
#

I have seen multiple servers be able to ban users on Roblox in discord VIA a discord bot. So i wanted to see if i could make a External EXE application to see if it would be possible VIA a admin pannel. What are the steps i need the game dev to do for that to work. I was thinking a Cloud API but as that does not exist anymore im stuck. All i need is My app to be able to the roblox game with some sort of key or api? Im not sure how roblox works

#

AW snap wrong channel.

hasty mesa
#

and you can use messeging service api to kick them

#

or execute a luau script

idle badge
# summer fern I have seen multiple servers be able to ban users on Roblox in discord VIA a dis...

you to know a bit of web development for that to work. Instead of an exe i suggest you make a web page that "talks" with the discord bot via API. Im not 100% sure but there should be a way to interact with the banned players via an API too (or a workaround is certainly possible). So the page would need to pull from the database of banned players and then make the request to ban the players in the discord via the bot.

#

now that i think about it, if you dont need a ui and just want them banned a python script could do the job just fine

hasty mesa
#

you could also keep a server hosted 24/7 via cloud execute and having a small proxy service to poll in discord requests

summer fern
hasty mesa
#

althought thats not as reliable

summer fern
next crown
#

who can help me make rounding system like when player spawan wait for round to finish and after round finish new round starts and repeat

idle badge
summer fern
idle badge
hasty mesa
summer fern
#

Alright, Im not the main roblox dev who handles API's as i am not smart enough for that yet haha. I would have to get a message to relay to the owner to create the keys for me to implement. If i could send pictures here it would help me explain much better

jade terrace
#

Yo bruh who's this dud called ace

#

@wise turtle

quasi urchin
#

Guys is it possible to make an update log that goes ingame and follows a discord channel

peak jolt
#

seems unnecessarily complicated

#

you can just use any web service meant for this, a website, or just config manager in roblox

snow grail
zinc thorn
#

who wants help

slow summit
#

can someone explain what a PID controller is and its use cases in roblox dev

zinc thorn
#

what game yall making

bold wren
#

if i have gotten the verified badge from a games group with 10% revenue share if i leave that group will i lose the badge aswell?

hot pagoda
#

is there a module to craete admin panels ?

heavy egret
#

yo ive struggled with cooldown desync and now ive started using a module for managing them, is it optimal?

hoary cedar
#

Cmdr

#

@hot pagoda

lunar musk
#

where do you guys learn how to code for roblox studio

turbid wren
#

Helps alot

wise turtle
turbid wren
jade terrace
#

Twitter is definitely the best app for finding scripters, better than HD

turbid wren
tepid temple
chilly canyon
empty jay
verbal smelt
jade terrace
chilly canyon
#

Emojis

subtle fractal
#

finally

#

my pc is done

#

5070 ti, 9800x3d, 32g ddr5

#

2tb

frail yarrow
#

broke boy

subtle fractal
#

what do you have

frail yarrow
#

only 32gb ddr5 😭

#

nd a 5070

#

😭

#

bro prolly got a brokie motherboard and shitty ahh alibaba psu

frail yarrow
#

off temu

#

nd a noname motherboard prolly

subtle fractal
#

Asus Crosshair X870E Extrem

#

i woulda gotten the 5090 but then it was lowkenuinely not my style

ember nimbus
subtle fractal
#

my parents wouldnt spend that unless it has a big ROI

ember nimbus
carmine yacht
sonic furnace
#

Guys ima be honest can semeone help me.
It’s been days and days that i’m trying scripting but i understand nothing , i keep trying and be patient and every tutorial i watch at the start it’s easy but after it’s ragebaiting i keep training and it’s too much for my brain.

frozen sigil
#

uh when is bro getting banned?

sonic furnace
#

Guys ima be honest can semeone help me.
It’s been days and days that i’m trying scripting but i understand nothing , i keep trying and be patient and every tutorial i watch at the start it’s easy but after it’s ragebaiting i keep training and it’s too much for my brain.

weary chasm
#

Hm

#

Think about the code you write

boreal dirge
#

sorry lil bro move to modeling or animation

azure lark
#

learning --!strict for the first time 🪦

azure lark
#

the first time i tried learning like no progress was made at all

#

then one day it kind of just clicked

sonic furnace
#

ty

woven terrace
#

imagine not having a 5090, 9850x3d, 192 gb ddr5-6000 cl26

agile pagoda
#

Can someone with the scripter role help me with the scripter application? I’m not sure what I should make. I already made one before and sent it, but it didn’t get approved, so I wanna know if it actually works or needs changes?

plush forge
#

im interpreting it so hard rn

hot nymph
plush forge
#

how do i even make machine code

hot nymph
hot nymph
#

you have a assembler like NASM

#

that turns the asm code into a object file

#

then you have a linker turn that into machine code

plush forge
#

you transpile to assembly?

hot nymph
#

well thats the step after you've made the compiler, you still need to write a compiler that turns the whatever code into asm

plush forge
#

i dont know assembly

#

i am NOT making a compiler

hot nymph
#

you just need to know how to turn stuff into asm

cloud axle
#

how long should u script a week to get better?

upper jay
quasi urchin
#

Guys, how do i stop players spawning through ceiling in a small spawn area?

(does adding multiple spawns help?)

upbeat nymph
#

Guys, why does my animation work when it's 1 second long, but not if it's less than 1 second?

#

Pos

#

Pls*

mental moss
quasi urchin
mental moss
upbeat nymph
#

Guys, why doesn't the animation play when I swing my sword? I'll show you the script privately; I can't seem to send a screenshot here.

#

Pls

formal kayak
#

sned

upbeat nymph
plush rover
#

Anyone who can make fully games

coral hare
#

this shit funny as hell (not me my friend)

#

what are the reviewers doing bro

narrow badger
#

Does anyone have a script for NPCs that detects obstacles under their feet and jumps if the obstacle is small? My NPCs are crashing into small rocks, even those 0.1 meters high

faint lantern
#

how do i get rid of the roblox inventory system without getting rid of my custom UI system too?

native echo
#

awda

fresh gyro
#

Why are scripters so expensive

austere egret
#

cuz ppl gotta make cash

fresh gyro
austere egret
#

those 2 are easier