#code-discussion

1 messages · Page 194 of 1

rigid cedar
#

never heard of it until now

cinder basalt
#

And gag uses it

rigid cedar
#

is one of the most exploited dupe glitches not just joining a different server to exploit a race condition?

grand steeple
#

@cinder basalt is it the same makers as profileservice and how long has it been around? I basically have avoided 3rd party in my game until now because I don't want to have to deal with migrating off of something later on since I don't imagine a lot of modules in roblox are long-lived/maintained.

rigid cedar
#

fr? it was super common in newer games (albeit this was back in 2020 probably)

median tree
rigid cedar
median tree
#

yes true

rigid cedar
#

it's only one of many possible glitches

#

item ids is pretty effective iirc

median tree
#

With trading

rigid cedar
#

not sure how that works

#

but the idea seems simple enough

median tree
#

live trading

rigid cedar
cinder basalt
#

A lot of modules are maintained though

#

And not much stuff deprecates

median tree
#

data rollbacks

#

there is ton of ways

#

to dupe with exploits

#

you can find a crack in any system

fresh beacon
#

What the fuck is this new ui

#

how to remove plz

rigid cedar
fresh beacon
#

why change it

cinder basalt
#

cathello 👍

rigid cedar
median tree
#

you can still time it

#

you can lag a server

#

yes I know

grand steeple
median tree
#

Race conditions

#

You execute before the server catches up

#

exploits

#

you’re trolling

grand steeple
#

@cinder basalt also looks like Dead Rails/Grow a Garden use profilestore too

#

anyways thanks y'all - have a groovy evening/day

fresh beacon
#

This new ui so confusing

#

How do you publish

dusky swift
#

see

fresh beacon
dusky swift
#

its on the very too right

fresh beacon
#

Found it

#

Confusing asl

#

It’s the file button for my Mac OS

dusky swift
#

uhhhh idk i dont use mac

light shadow
#

me

dusky swift
#

alrr

#

dms

strong fog
wanton mantle
#

can someone help me with my script

strong fog
west plover
#

Anyone want to join our dev group? Help each other grow, build, and advertise your services.

errant temple
#

nevar

remote bear
#

if i was updating a text label with alot of text multiple times a second how can i make its text update faster since its a bottleneck.

tired remnant
remote bear
tired remnant
#

First question is why, but I already know the answer is basically gonna be “why not”

tired remnant
remote bear
tired remnant
#

Jesus Christ. I was hoping the answer would just be “too many”

tired remnant
visual vector
#

anyone wanna work on a game with me

remote bear
tired remnant
remote bear
tired remnant
remote bear
tired remnant
#

Ah

#

No idea then, unless you make the quadrants smaller (say 1-2k characters instead of 4k) and only update a few each frame, I don’t think it’s really possible

#

I wouldn’t think Roblox’s rendering of text is necessarily that performant, given that it likely wasn’t necessarily seen as possibly being used for smth like this

frozen cypress
#

guys

#

any scripter online?

#

i need help in a script

uneven flame
#

yes i can try to help u

twilit drum
snow coral
#

I'm still learning script, but I already can do basic stuff, could someone give me some ideas what should I create

cinder basalt
#

I hate to break it to you but the video starts paused and ...

violet frigate
snow coral
cinder basalt
astral shale
#

need help walking animations only work on the client

somber vault
#

bruh

tardy pasture
#

wrong channel

#

🙂

normal raven
#

oops which one

craggy cipher
#

how do u guys manage to weapons hitbox hit only once for each model in it's swing?
i tried a bunch of different ways but all of them failed

lean ocean
#

so it only hits 1 model?

cinder basalt
#

a n d a f l a g

craggy cipher
#

flag?

cinder basalt
#

y o u d u m b a h h

craggy cipher
#

sometimes i regret asking here

cinder basalt
lean ocean
cinder basalt
#

When it hits a model it should set model.hit property to true

lean ocean
#

oh wait

cinder basalt
#

I mean not property

lean ocean
#

so it can only hit each model once

cinder basalt
#

Value or whatever

#

Attribute

#

Whatever u want

craggy cipher
lean ocean
#

local table = {}

if not table.find(table, Model) then
table.insert(table, Model)
end

craggy cipher
#

i tried using a table like that

lean ocean
#

well u prob did it wrong 🤷‍♂️

craggy cipher
#

so i might be doing wrong with the animation thig

#
    local ignoreList = {}
    track:GetMarkerReachedSignal("hitbox"):Connect(function(value: string)
        if value ~= "true" then
            table.clear(ignoreList)
            return
        end

        hitbox.Touched:Connect(function(hit: BasePart)
            local target = hit.Parent
            if
                target
                and not table.find(ignoreList, target)
                and target:FindFirstChild("Humanoid")
                and target ~= player.Character
            then
                local humanoid = target:FindFirstChild("Humanoid") :: Humanoid
                table.insert(ignoreList, target)
                humanoid:TakeDamage(weaponConfig.Damage)
                print("Hit " .. target.Name .. " for " .. weaponConfig.Damage .. " damage")
            end
        end)
    end)
#

hitbox = weapon.hitbox

lean ocean
#

whats. the point of the 1st line in the event

#

its not gonna be the same table each time u attack no ?

#

unless u put it out of the scope of userinputservice or wtv ur using

craggy cipher
#

is there anyway to "disconnect" hitbox.touched?
cause i'm starting to think that it keeps running even after animation stopped

lean ocean
#

yes

#

local connection

connection = hitbox.Touched:Connect(function()
connection:Disconnect()
end)

#

or u can use :Once instead of :Connect but then its only gonna hit 1 model

craggy cipher
#

thanks, fixed it

finite dock
#

guys

#

can someone help me with a really simple code?

finite dock
#

how i loop an anim on a npc

hoary cedar
blissful torrent
#

can anyone help me make an rng roll ui like sol's rng?

#

Itried using ai but it didn't work and my code just became messy so I deleted everything

eternal arch
#

guys it is possible to make a realistic river right

quick dock
eternal arch
quick dock
lime gyro
blissful torrent
elder bronze
#

guys ive made a flashstep code it works just fine but when i flashstep it creat a part in my torso is there any way to remove it?

sly plover
#

so If I had like a datastore system which saved every 60 seconds for a leaderboard system, and the game had thousand of players, would this cause lots of errors?

crystal knot
#

are all the descendants of replicatedstorage generated before everything else?

tired remnant
tired remnant
minor vale
#

who have ragdoll system to R6 & R15

quick jolt
#

Lmao

drifting quest
#

i've created a plugin that automatically matches texture maps and meshparts and assigns them for me. Instead of i'm picking hundreds of texture maps and import one by one.

I made this with Claude AI + ChatGPT idk anything about lua.

inland agate
crisp plover
#

If you are looking for animator or modeler or script am here for you

quasi urchin
#

guys is it possible to hide the roblox logo in the top left ?

frozen gazelle
#

how do I use DataStoreService

fluid pier
drifting quest
#

u want it?

austere relic
drifting quest
#

also i have a question

#

can i sell this plugin on roblox?

lean abyss
bronze path
#

youre literally just gonna end up stacking so much connections for the touched event each time the marker is reached, and you fail to properly implement a debounce on the touched event as well

#

the main person helping u told you ab how to disconnect the connection, but you could still easily run into more issues w this

cyan fractal
slender cradle
#

ooooo he said shut up

distant plover
#

This just feels wrong and I dont know why. Please give me an idea

crystal escarp
#

Guys i need help. If i take screenshot through. CaptureService:CaptureScreenshot can i save it’s id in data store so when player leaves photo will be there?

wanton surge
#

I need someone who is familiar with web api 2fa auth scheme, I can pay

slender cradle
#

that's pretty cool

#

maybe some hacky solution with http service can help you send image data to your own server to store it

#

but idk im just saying stuff

south comet
#

guys is there a better more convenient way of creating remoteevents or some other shit ud be making more instances of later, than this?
this is a rojo project file

"Communication": {
          "$className": "Folder",

          "Client": {
            "$className": "Folder",

            "FishEvent": { "$className": "RemoteFunction" },
            "IncShake": { "$className": "RemoteEvent" }
          },
          "Server": {
            "$className": "Folder",

            "CaughtFish": { "$className": "RemoteEvent" },
            "PauseEvent": { "$className": "RemoteEvent" },
            "ReelState": { "$className": "RemoteEvent" },
            "RestartEvent": { "$className": "RemoteEvent" }
          },

          "Client-CancelEvent": { "$className": "RemoteEvent" },
          "Server-CancelEvent": { "$className": "RemoteEvent" }
        }
#

oh yeah i forgot abt that

#

thanks

idle musk
#

use blink

#

idk why you'd use bytenet

#

there r better alternatives

#

like zap / blink (i prefer blink)

fair copper
#

minions

south comet
#

alr bet

glass narwhal
#

does anyone know why ive got 2 satchels and they function as two seperate invs

somber vault
#

wth

#

how

rugged mist
idle musk
#

once you learn them they increase productivity

cyan fractal
#

AI IS GONNA TAKE OVER PROGRAMMING

#

YOU ALL ARE GONNA BE HOMELESS!!!!!!!!!!!!!!!!!!!!!!!!

agile tinsel
#

He's not wrong

slender cradle
#

cashiers gone

#

janitors gone

#

any form of writing gone

#

mathematicians gone

#

diagnosing gone

#

what will not be gone?

cyan fractal
slender cradle
#

automated by ai

#

humanoid robots building stuff

#

bro sora 2 released

#

it's capabilities are otherwordly

#

(its*)

#

I just saw it generating a whole fight between goku and saitama that looks exactly like the shows

#

with only a few weird anamolies

proud idol
#

Cuz without human to maintain the ai system it will eventually collapse

vagrant trellis
#

anyone know scripting to where they could help me figure out why a jump/launch orb doesnt work for mobile players in my game

slender cradle
fresh moat
#

Maybe because you made jumppower 0

vagrant trellis
#

i didnt write the script it was a commission, but they dont respond anymore to help

slender cradle
vagrant trellis
#

that is some shit that would happen to me

fresh moat
#

Anyway can anyone teach me what bindable function does

vagrant trellis
slender cradle
#

what do you want

vagrant trellis
slender cradle
slender cradle
vagrant trellis
#

yes

fresh moat
slender cradle
slender cradle
fresh moat
#

Just tell me what it does

slender cradle
fresh moat
#

Like is it like remote event sends something from server to client and client to server

vagrant trellis
slender cradle
#

and replacing it with this

bitter harbor
#

i finished my plot system

slender cradle
#
-- Touch (Phone, Tablet)
if UserInputService.TouchEnabled then
    local JumpButton: ImageButton = Player.PlayerGui:WaitForChild("TouchGui"):WaitForChild("TouchControlFrame"):WaitForChild("JumpButton")
    
    JumpButton.MouseButton1Click:Connect(function()
        triggerJump()
    end)
end```
#

sorry for the intendation lol

#

indentation

vagrant trellis
bitter harbor
#

check how you named it

fringe barn
#

memes2 shut up

slender cradle
slender cradle
fringe barn
#

ok

slender cradle
#

ehhh im not falling for the bait nvm

fringe barn
#

good boy

bitter harbor
vagrant trellis
slender cradle
fringe barn
#

but you wont

#

u a pussE

slender cradle
vagrant trellis
#

player still has an error

slender cradle
#

replace Player with game:GetService("Players").LocalPlayer

fringe barn
vagrant trellis
fringe barn
#

no i dont got time for that. i have rage baiting to do

slender cradle
fringe barn
slender cradle
#

your dad is a cU1ck

#

man I will not let a random get to my nerves

#

anyways hope that helped bye

fringe barn
#

ur dad is dead vro 🥀

fringe barn
#

@vagrant trellis just use gpt

slender cradle
vagrant trellis
vagrant trellis
slender cradle
fringe barn
#

memes2 dont know wtf they talking about

#

anyways next channel

vagrant trellis
#

ill give 1000 robux to whoever can make it owrk

fringe barn
# vagrant trellis help

just make a new line above player and put local Player = game:GetService("Players").LocalPlayer

vagrant trellis
#

error gone gonna test it on mobile brb

slender cradle
#

in roblox studio there is an option for that

potent igloo
#

where can i contact roblox staff/devs? they published a bug that literally breaks my game

vagrant trellis
fresh moat
slender cradle
fringe barn
#

@potent igloo who would win in a fight batman or spiderman

vagrant trellis
#

pause

slender cradle
vagrant trellis
#

usually they suck you up, and then the issue was afte that mobile players cant jump and they get stuck in them

slender cradle
#

if you want I can go fix it for free

#

you want?

vagrant trellis
#

no errors in output. u sure youre down to?

slender cradle
#

yeah I got nothing to do

#

dms

vagrant trellis
#

oh bet

stable verge
verbal coyote
#

Does anyone selling a game my buget is 12k ngl dm me !

proud idol
verbal coyote
fresh moat
last elk
#

@frank crow

#

yk, that message really hurt.

#

xDDDD

#

It never hurt

fresh moat
verbal coyote
proud idol
half heart
#

Guys is roblox studio weird for u too?

proud idol
#

Its 31.96 dollars

#

Cause u gotta account for devex tax

verbal coyote
proud idol
#

Why would you even sell a functional game fof 30 bucks

verbal coyote
proud idol
#

Dude be like the kind of person to sell their car for gas money

#

12k robux best u can get is either obby game or a decent build comission

#

If someone actually sells a game for that price its either ass or they dont know better

verbal coyote
#

its a lot for other pople than u think

fresh moat
proud idol
solar inlet
#

guys cocktail isnt a bad word for a game right?

#

its not misunderstood by roblox right?

fresh moat
#

Roblox thought you said the first 4 letters of cocktail

solar inlet
proud idol
solar inlet
fresh moat
#

Just name it multi effects potion

proud idol
solar inlet
proud idol
#

Beverage

solar inlet
proud idol
#

Juice

solar inlet
proud idol
solar inlet
fresh moat
solar inlet
#

im almost there finally

solar inlet
#

cool name

fresh moat
#

Ikr I got it from chatgpt

solar inlet
#

🤣

proud idol
#

Is a common name

#

Tbf

fresh moat
fresh moat
solar inlet
#

if this game fails im cooked, i could have made 1600 if i would have worked instead of creating a game with the minimum salary

solar inlet
fresh moat
proud idol
fresh moat
#

Alright what about Celestial Elixir that one was made by me

proud idol
#

Pretty sure i saw it in a simulator but name originality doesnt really matter when it comes to this

solar inlet
fresh moat
#

Simple and understandable name

proud idol
solar inlet
fresh moat
#

The main thing is that the player knows what things do

proud idol
#

Or would you name an orange cat "orange cat"

#

The name tells u its an orange cat

#

Is it cool? No

fresh moat
#

My dog name is "dog"

solar inlet
fresh moat
#

local DataStoreService = game:GetService("DataStoreService")
local PlayerDataStore = DataStoreService:GetDataStore("PlayerData")

local PlayersData = {}

game.Players.PlayerAdded:Connect(function(Player)
PlayersData[Player.UserId] = {
Euro = 0
}

local success, data = pcall(function()
    return PlayerDataStore:GetAsync(Player.UserId)
end)

if success and data then
    for k, v in pairs(data) do
        PlayersData[Player.UserId][k] = v
    end
end

end)

game.Players.PlayerRemoving:Connect(function(Player)
if PlayersData[Player.UserId] then
local attempt, err = pcall(function()
PlayerDataStore:SetAsync(Player.UserId, PlayersData[Player.UserId])
end)
end

PlayersData[Player.UserId] = nil

end)

#

Is that code good?

solar inlet
#

also add some checks for the loading

proud idol
#

It first sets a template on the data

#

Then reads the data saved and updates the template

#

Which is good in case ypu ever do a data template change you retain compatibility

solar inlet
violet frigate
fresh moat
solar inlet
#

and copy it if you dont find any data

proud idol
violet frigate
proud idol
#

You just gotta understand its api

#

To use its data recovery features to its fullest

#

It also simplifies some code youd normally have to manually type on datastore

fresh moat
#

Well honestly I never used it but what even is the difference between profile store and data store service

proud idol
#

Profile store is an extention of data store

#

Uses several methods to prevent data loss

fresh moat
#

Ik like what does it do makes it unique unlike data store

violet frigate
proud idol
#

I just explained

#

Data store is prone to data loss in case of roblox servers failing

#

Profile store adds security measures for that

fresh moat
#

still i'm not gonna use it

proud idol
#

Thats fine

#

Theres many multiple ways to do things

violet frigate
proud idol
fresh moat
#

Because I just do games for fun and it's just a hobby for me

proud idol
#

I mean rizzpectable

#

But it is nice when ppl find ur games enjoyable

fresh moat
#

And I don't want anyone to play it I just play it with my friends

verbal coyote
#

Does anyone selling a game my buget is 12k ngf dm me !

lavish summit
#

no adonis it’s good

south comet
verbal coyote
#

Does anyone selling a game my buget is 12k ngf dm me !

sour jetty
#

what you do for disabling movement for the player so if he presses move keys he cant move but at the same time MoveTo() is working

#

or a other thing to use instead of MoveTo

jovial crown
#

@bleak crag

vivid mountain
#

i know i, v is index value but i never seen k

#

sorry i'm not that experienced

south comet
#

k is the index

vivid mountain
#

you can just replace it with whatever letter?

south comet
#

yes both of them are variables

#

i personally do i, v but thats up to u

vivid mountain
#

i see

south comet
#

tables are a key-value pair based structure, the key is essentially the identifier of the value

vivid mountain
#

bro this scriptin shi got me FIRED UP

south comet
#

u use the key to grab the value anytime

#

table[1] grabs the value assigned to 1

vivid mountain
#

yeah i know what the tables do and stuff

#

was just confused as i never used anything other than i,v

south comet
#

yeah no the names completely up to u

#

its just semantics

vivid mountain
#

thats fire

south comet
#

that most ppl just do i, v

vivid mountain
#

yeah like every script i seen or wrote was i,v

#

was confused asl

thin shale
thin shale
south comet
#

either terms work

thin shale
#

no

#

not in table

south comet
#

it

#

works anywhere

thin shale
#

No

south comet
#

okay if u wanna get technical then sure theyre not the same thing

#

but people know what you mean when u say key or index

#

it doesnt matter

verbal coyote
#

Wubnup

thin shale
#

you call it index when working with ordered array i.e :

local t = {"1","2","3"}
print(t[1]) -- use a index

key when working with dictionary. ie :

local t = {Name = "localscripter", Skills = 400}
print(t["Name"]) -- use a key 
final ivy
#

key = string index
index = numeric index

thin shale
final ivy
#

the only place that distinction matters is like

#

sql

#

it makes no difference here since their purpose is the same

south comet
#

yeah, use whatever

final ivy
#

entirely synonymous

south comet
#

most ppl call both indices

#

and some call both keys

#

i personally just use index for everything

thin shale
#

key is a general term

#

index is a sub term

south comet
#

but

#

my point is

final ivy
#

pedantism competition

south comet
#

there are no rules in coding, u just do u

#

and whatever u wanna do

thin shale
south comet
#

its up to u if u wanna be technical, but imo it wont make a difference whether youre 100% accurate in naming or no

thin shale
#

concepts that you use

south comet
#

ok so, ill call tables dynamically typed hashmaps then

hollow python
#

roblox assistant just told me to do this I think it is time to disable it now
"Door.CanCollide = not Door.CanCollide"

south comet
#

nobody does that everybody just calls them tables

thin shale
final ivy
#

what do you call them then

south comet
#

ok not

#

all 8 billion ppl in the world, jeez

thin shale
#

actually alot of people call them just hashmap lmao

final ivy
#

there is no other type of grouped data in lua than a table

thin shale
#

bad*

south comet
#

so my examples bad because its not urs

#

whats ur point

#

u essentially called them the same thing just now

thin shale
#

no it's not about that

south comet
#

i dont wanna argue over stupid shit but i dont like when ppl are trying to force their ideals on to others

#

just name things whatever u like

thin shale
#

you can call it a key or an index depending on the case, even if its pointless

south comet
#

and write code however u like

final ivy
thin shale
#

you just call a sort of synonymous of table and call it a example

thin shale
#

it's how it work

#

follow it or not it's not my problem

#

i just inform you about the difference

#

and where it is used

#

up to you if you want to consider that or not

#

I told many times it's pointless, but we got different words because you got different cases

south comet
#

i appreciate the info

thin shale
#

No problem

pallid cairn
#

anyone else put cuss words in their script

nova scaffold
#

Does anyone have any good project ideas for an intermediate scripter for practice

pallid cairn
#

oh wait thats not the whole thing

cinder basalt
#

cool

#

good directio

nova scaffold
compact wigeon
#

hey is it possible to stop my npc's from jumping off a ledge and make them just wall off it and fall?

#

cause for some reason when getting down he is jumping 🙏

quaint willow
#

anybody know about how battlegrounds games make there hitboxes do they use the defult way just detect player inside hitbox or do they make custom boxes for the players

fringe jungle
#

That’d be awesome if it worked like that 😅 — but unfortunately, you can’t download RAM.

RAM (Random Access Memory) is a physical hardware component inside your computer. It’s made of integrated circuits (chips on sticks, usually DDR4/DDR5 modules), so there’s no way to get more by downloading software.

torn cargo
#

howd u make the cursor follow your mouse

mortal gale
#

anyone here script and do ui

lone saddle
young olive
#

guys what should i make these guards do when there owner dies they still attack or make them fade out

random nebula
#

Mf using the 200ms latency ram

little osprey
#

paying 1 robux for someone to script my entire game

#

✌️ dm

#

covering tax too

ember wren
#

looking for a team

mortal gale
#

can anyone help me with a level up system

lusty barn
grand steeple
#

wally last release according to github is June 2023 - you all still use it?

mortal gale
#

yes or no?

ionic wadi
#

Guys somepeople can tell how can i use OOP on my codes?

grand steeple
#

how do uninstall something installed with aftman

tired remnant
rugged mist
grand steeple
#

OOP is when you find a bug and you say "OOPs"

rugged mist
#

an object is much more of an arbitrary term

#

cause an entire inventory can be an object

pallid cairn
#
random = math.random(1, 2)
if random > 1 then
    print("youre lucky")
    
else
    print("youre not")
end```
#

guys dont steal my code

cyan fractal
#

so many skiddies here

cinder basalt
#

We had strongest skid of today vs strongest scripter in history

slim cobalt
#

can someone helop me with my code

strong fog
lament fulcrum
frail harness
#

in roblox profiles or what?

summer phoenix
fossil rain
#

are there projects related to reverse engineering/cheats/AI/kernel level things/securities/low-level security etc..?

trim mango
#

what does that mean

#

of course there are

west plover
#

Who here wants to join our dev Group? We help each other build & succeed.

trim mango
#

if you're looking for examples, you should probably narrow your scope down a bit

crude quarry
#

Discord bots are fun

charred night
#

look up guided hacking anyways

tardy pasture
crude quarry
tardy pasture
#

ah like that

cinder basalt
crude quarry
tardy pasture
crude quarry
#

fun fun

tardy pasture
crude quarry
#

yes python

humble wren
#

How do i import the avatar of ROBLOX player who joins the game into a dummy in workspace
it should be visible locally only for each player and not be overridden by other players character?

low estuary
#

abyibe wanna buy my roblox brainrot merg simulator it has 50ccu

lavish plinth
#

Hey

patent axle
#

with each user ids avatar

#

hey

lavish plinth
#

I love you

patent axle
#

You too

lavish plinth
#

You make me happy

patent axle
#

😄

#

Thank you i really needed it

lone sandal
#

i wanna see some code

pine abyss
#

how would i make a dictionary with some numbers as keys go in order?

uneven flame
pine abyss
uneven flame
#

hmm

cinder basalt
pine abyss
#

and get it in order

cinder basalt
#

Then normal iteration + if statement checking whether key is number
...

#

Also your code sucks if thats what you need

pine abyss
#

nah you just too slow to help me

cinder basalt
#

Give me input and expected output

hasty mesa
#

with the dict keys being the array values

spark notch
#

guys how long does it take for scripter application to get checked

cinder basalt
#

You gonna get answer sooner

#

Its like 2 days ish

spark notch
#

its bin 2 days

cinder basalt
#

I think u can open a ticket abt it after 48 hours

uneven flame
#

@cinder basalt i m back

cinder basalt
uneven flame
#

yesterday

cinder basalt
#

Liar

#

You tryna deceive me

uneven flame
#

nope

#

i showed u script and ask whats the prob in it

cinder basalt
#

Please keep your code away from me

flint crystal
#

how do u guys script tool animation

tired remnant
flint crystal
tired remnant
#

And then play it and stop it as needed. Make sure to stop it after playing it

flint crystal
#

okay ill let u know if work

nova magnet
#

Yo i got a really good game idea i just need another good scripter to help

#

we can split profit if you actually do as much work as me

fresh moat
nova magnet
#

you experience w lua

delicate pasture
#

ya

nova magnet
#

backend and front

#

ai

#

message

chilly fern
#

what would run service be used for? specifically heartbeat

south comet
fresh moat
# south comet What

When I did "PlayerData[Player.UserId] = SavedData" It worked but when I join a place and use the same datastore for the main place it doesn't either save it or load it so I used what you call is unnecessary

south comet
fresh moat
#

What do you mean by "No"

south comet
#

U can bind certain functions to the task scheduler

#

Its not just a fast loop it has more functionality

fresh moat
#

I know

chilly fern
#

oh wait

#

nvm

fresh moat
#

Like Connection = RunService.HeartBeat:Connect(function() print("Hello") end) and when you want to stop that loop type Connection:Disconnect()

#

Used alot in building, Placement system

south comet
chilly fern
#

it would like perform different for them

fresh moat
south comet
chilly fern
#

i worded it weird i didnt mean to word it like it helps the users performance

fresh moat
#

It would affect player performance if his device is crappy

fresh moat
south comet
chilly fern
#

i think i might not be using heartbeat until i know more about it

#

and how to use it properly

fresh moat
#

Like RunService is not heartbeat only

fresh moat
chilly fern
#

and how to properly use it

#

ill just look in the dev form

#

thanks though

fresh moat
#

Np man

half dust
#

anyones hiring a scripter?

fresh moat
#

There's a channel about people looking for scripters

fresh moat
fresh moat
#

Nah I'm already a scripter

half dust
#

oh

fresh moat
#

Wdym

half dust
half dust
fresh moat
#

Dawg just reply

half dust
cinder basalt
#

💀

fresh moat
half dust
#

what?

south comet
#

I cant think of an example rn

fresh moat
south comet
fresh moat
#

I only know that it's used for realistic camera movement

south comet
#

I can see u using it for

#

Uh

#

How do i explain

#

Like roblox friendly loops

foggy turret
#

anyone need code help

#

or wanna fix their game bug

#

in cheap prices

#

?

south comet
#

Yk

rain marten
#

why use remote function to get a client side thing when remote event can do that?

wheat thicket
#

'local dataStoreService = game:GetService("DataStoreService")
local codeStore = dataStoreService:GetDataStore("CodeStore")
local coinsStore = dataStoreService:GetDataStore("CoinsStore")
local httpService = game:GetService("HttpService")

local codes = {
["100Coins"] = 100
}

game.Players.PlayerAdded:Connect(function(player)
-- Create Coins value directly under player (not leaderstats)
local Coins = Instance.new("IntValue")
Coins.Name = "Coins"
Coins.Parent = player

-- Load coins value from DataStore
local coinsData = coinsStore:GetAsync(player.UserId)
if coinsData then
    Coins.Value = coinsData
else
    Coins.Value = 0
end

-- Load redeemed codes from DataStore
local data = codeStore:GetAsync(player.UserId)
local codesRedeemed
if data then
    codesRedeemed = httpService:JSONDecode(data)
else
    codesRedeemed = {}
end

game.ReplicatedStorage.RedeemCode.OnServerEvent:Connect(function(plrTriggered, code)
    if plrTriggered == player then
        if codes[code] then
            if not table.find(codesRedeemed, code) then
                table.insert(codesRedeemed, code)
                Coins.Value = Coins.Value + codes[code]
            end
        else
            print(code.." does not exist.")
        end
    end
end)

game.Players.PlayerRemoving:Connect(function(plrLeaving)
    if plrLeaving == player then
        -- Save redeemed codes
        codeStore:SetAsync(player.UserId, httpService:JSONEncode(codesRedeemed))
        -- Save coins value
        coinsStore:SetAsync(player.UserId, Coins.Value)
    end
end)

end)

'

#

How can i make this thing work because i cant redeem the code

meager ocean
#

OMG

#

GUYS..

#

ROBLOX BOUGHT FROM ME

cinder basalt
#

Dont waste it

meager ocean
#

YAY

meager ocean
#

so what does this mean?

#

i need to make more games?

cinder basalt
#

Yes

midnight oar
#

lookng for sm1 sweat shop scripter

hardy ingot
#

why are DS's so easy in roblox

#

thanks roblox 😭

lethal pond
#

does anyone know a method/ have a module for springs to behave with no diffrence on diffrent fps?

lusty barn
#

and calling a remote function yields until the value is returned

grave zenith
south comet
#

hello can someone pls explain to me "GitHub link is permitted (use proper file extension). Repositories are not permitted."

the repositories are not permitted part

#

what do i do if the code has multiple scripts

subtle finch
#

is setmetatable just a more advanced version of a table or what

south comet
#

backend and frontend and some packages

static coral
#

but they lowk useless since you can just use normal functions

#

only real thing you cant do that metatables can is __mode

south comet
#

ok functions are useless too, just make boilerplate code

south comet
south comet
#

the urge to send a gif but then you realise you have inferior roles

slender minnow
#

why doesnt this work guys

somber vault
#

There is like a thousand reasons, debug by printing before and after every if and then statement

#

@slender minnow

slender minnow
#

uh

#

idk how to do that bro ijust used ai assistant honstly

somber vault
#

Bruh

slender minnow
#

im like 0 at scripting i just wanted to make a simple game

somber vault
#

print("1")

#

Before the if and then

slender minnow
#

k

somber vault
#

Maybe you are just not at the target position

#

Because its a vector and not a block so you cant really know where it is

slender minnow
#

i think i am

somber vault
#

Make it a block

#

And just set the pos to

slender minnow
#

1 sec

somber vault
#

workspace.Block.Position

#

Instead of vector

slender minnow
#

uh it printed nothing

#

ok

slender minnow
#

did i do that right

verbal coyote
#

Loking for a dev who can work on my game paying robux btw

slender minnow
#

"paying btw" 💔

verbal coyote
void flint
#

Look at the channel description

merry wolf
#

If u need a builder check my bio! Really cheap!

slender minnow
#

wrong channel

somber vault
pure flame
#

does roblox have any rules against using their coregui

somber vault
broken grove
#

Remove the numbers and parenthesis add a variable to the beginning

spark notch
#

what to do if ur application forscripter role hasnt been checked for 4 days

static coral
#

but ui itself i think should be fine to use

haughty tundra
strange kiln
maiden blade
#

Do not advertise your services in chat.

south comet
knotty depot
#

Any tips on how to code lua I’m trying to learn

iron kraken
knotty depot
#

Just anything idk hours to do it at all

#

I don’t get it

iron kraken
knotty depot
#

Just code in general idk what the language is

iron kraken
knotty depot
#

Ok?

iron kraken
knotty depot
#

Yes

iron kraken
knotty depot
#

Nope

#

Dk a thing

iron kraken
knotty depot
#

Ok

#

How did u learn

iron kraken
#

but basically a variable stores information to be used later

knotty depot
#

Okayyy

knotty depot
iron kraken
#

for example i can store a number

local number = 10
iron kraken
knotty depot
#

Have you made a game

iron kraken
#

yes but none of them are very good in my opinion

knotty depot
knotty depot
#

I’ll play it

iron kraken
#

for example now i can do

local number = 10
print(number)

and it will print 10 in the console

knotty depot
#

Oh okay

knotty depot
#

What’s it called

iron kraken
#

i would say most of them are very bugged or unfinished and maybe only 2 of them work

void flint
pure flame
pearl tulip
#

would anyone here be interested into testing a cursor for roblox plugin

hardy ingot
#

new to roblox development

anyone wanna tell me whats genuinely stopping me from just eating roblox's storage with datastores?

#

like whats stopping me from just making a loop that doubles a value over and over

left locust
#

Roblox gods

tender citrus
#

whats the best way to build a portfolio as a new scripter? i think im capable at helping code games but i don't know where to start in order to show people that i'm worth hiring

static coral
#

and they will probably rate limit u eventually

#

or worse if they find out what u doing

analog oxide
#

can someone please help with this im trying to make my explosion bug but nommater how big i put it in my script it just stays the same my scrpt (local explosion = Instance.new("Explosion")
explosion.Position = hitbox.Position
explosion.BlastRadius = 100
explosion.BlastPressure = 500000
explosion.Parent = workspace)

rough abyss
#

yo

#

who can make cutscenes

#

really simple cutscene

gilded stag
#

is mouse.target terrible for renderstepped loops

#

my stuff is having a spasm

light zinc
light zinc
#

there are a lot of plugins to help you make cutscenes unless you want complex cutscenes use moon animator and then play the animation from it

gilded stag
#

im just using raycasting man

light zinc
#

you'll have to read the moon animator file and play it

light zinc
gilded stag
#

look at the video

#

its flickering

light zinc
#

are you updating the cup even though the mouse hasn't move yet?

#

why not use mouse.moved and put the logic there?

#

I don't know if there's even mouse.moved, but if there isn't maybe try storing the last position and comparing to the current one and if it changes by a set value then update the position

#

Also, looking back at the video, it could just be the glass material

#

it's pretty janky

rough abyss
#

the plugin always dosent work for me

#

please help me out ill pay u

#

its so simple its js cutting to certain areas

light zinc
rough abyss
#

idk its so simple

#

like 2k

#

robux

light zinc
#

alright, I'll help

rough abyss
#

bro ty

light zinc
#

can you show me images in dms?

rough abyss
#

go to dms

lost pebble
mortal gale
#

Anyone can help me with global chat

static stone
#

how do i test teleport service if it dont work in studio and now the exp in roblox need to be verified so i cant play it for test stuff

wheat pumice
#

never fucking mind

#

weird, i hope internally its just an alias

hasty mesa
#

they have different behavior

#

heartbeat is the very last resumption point after delayed threads

#

post sim is before delayed threads

mortal gale
#

anyone here can help me with global chat?

void sluice
#

hey

#

so im doing air combat

#

and uh

#

i wanna know if what i did makes sense

#

i use add a line lv t opush them up

#

then i use another lv that just counter acts gravity for a short duration once they stop going upwards

#

does that seem smart? or is there a better way

sweet herald
#

Hi guys

lament fulcrum
sweet herald
#

Ok

fringe barn
#

@sweet herald can you ping rob89eng12 for me

sweet herald
#

Why

fringe barn
#

Because its important

sweet herald
#

Tell me why

cinder basalt
fleet atlas
#

Can someone here optimize messy code

stable verge
#

does anyone what ui hover sounds devs use for simulators?

cloud current
#

bro why my scrip no work:
local when player press button spawn cheese burger every 2 seconds
local spawn one when they walk 2 time

lament fulcrum
onyx lake
#

How do I begin learning Roblox coding?

astral trench
#

watch tutorials

timid portal
#

does anyone know why it says this when i try to insert rblxm Do Menu Insert->Service, to insert a Service (x22)

patent axle
#

@sacred mauve

#

if i dont talk

#

My IP was stolen

patent axle
#

Copy code

#

Use AI

#

Be a skid

#

And join the dark side.

onyx lake
#

Okay!

frozen glade
#

anybody here buy/invest in games

versed pilot
patent axle
#

A delayed thread

patent axle
#

hi offvault

#

My fav glazer

#

❤️

#

@glossy totem obito

glossy totem
#

1111111111111111111111111111111111111111111111111

regal temple
#

yall got any game ideas, im lost

still jackal
#

i gotchu

raven marsh
hollow dragon
#

how do you add comments into code?

#

nvm

hasty mesa
versed rune
#

Can anyone help My walk animation and idle overlap and make my shift to run animation glitch

iron kraken
versed rune
#

That's why I came here

iron kraken
# versed rune Idk how to

theres two ways
when you load the animation on to an animator it returns a track
you can then set the animationpriority of the track through a script

you can also set it by going into the animation editor and setting the animation's animation priority in the settings (click the 3 dots) then publish the animation again to roblox

versed rune
#

Ok...

wanton fossil
#

some people are making like $10k/month with ai generated saas apps

spice path
#

Anybody here a programmer I got a question

#

How did y’all know what to type in the blank

#

When starting a project

iron kraken
spice path
analog oxide
#

hey guys i need help i was trying to remove the display name from chat and looked at a dev form but i made a local sript into starter player scripts and it didint do anything script(local PlayersService = game:GetService("Players")
local TextChatService = game:GetService("TextChatService")

local function onIncomingMessage(message: TextChatMessage)
local source = message.TextSource
local player = if (source) then PlayersService:GetPlayerByUserId(source.UserId) else nil

if (not player) then return end

message.PrefixText = string.gsub(message.PrefixText, player.DisplayName, player.Name)

end)

iron kraken
#

or explain more detailed

#

i don tthink it asks you for anything when u make a new game

spice path
#

As a beginner

analog oxide
#

dev forms are your #1 tool

iron kraken
spice path
drifting robin
spice path
#

Like do y’all just remember what to write or is it something else

analog oxide
#

can someone help

#

i was trying to remove the display name from chat and looked at a dev form but i made a local sript into starter player scripts and it didint do anything script(local PlayersService = game:GetService("Players")
local TextChatService = game:GetService("TextChatService")

local function onIncomingMessage(message: TextChatMessage)
local source = message.TextSource
local player = if (source) then PlayersService:GetPlayerByUserId(source.UserId) else nil

if (not player) then return end

message.PrefixText = string.gsub(message.PrefixText, player.DisplayName, player.Name)

end)

drifting robin
#

just myself

#

Didn’t watch YouTube tutors

spice path
#

Any tips

drifting robin
analog oxide
drifting robin
iron kraken
#

and the more practice u get it will start to make sense

grand steeple
#

if you don't technically save the player id in datastore but say a hashed version do you still get hit with right to erasure? Or does it not matter there since its not identifiable to the player id?

tired remnant
buoyant junco
tired remnant
#

And right to erasure would always apply anyways, it just depends whether you comply with it or not

crude cedar
#

Any1 here accepting precentage?

cinder basalt
topaz crypt
#

What do games like tsb do for making players stuck together for animations ive been using motor6d welds but problem is when one player dies while welded the other does too

#

Nvm i figured it out

hardy ingot
fervent karma
#

hi

small ruin
#

i had to spend 2 hours to understand finally functions witht parameters , areguments etc... hope other basics aint harder

winged atlas
#

How much would someone solo coding an entire dungeon game cost in robux Comms
3 dungeons
A lobby
Npcs
Gui
Combat
M1s
Mob logic
Boss logic

Basically al the stuff in dungeon quest for example

#

Can someone give me a reasonable estimate price

#

No strict working times as long as you get stuff done as we build it and stuff

sacred mauve
patent axle
#

someone told someone else to ping you

#

so i thought id do it

patent axle
#

or 8k

#

at the minimum

#

Games like this people actually offer 100k im not even joking

winged atlas
cinder basalt
#

500k maybe

winged atlas
#

How much would ppl want for it

cinder basalt
#

Depends

winged atlas
cinder basalt
winged atlas
#

I've asked 5 servere

#

Nothing higher than 20k

#

Holy 500k is a scam

#

It's not that much work I swear 🙏

patent axle
#

40k at the minimum

#

I'm sorry broski

#

I know your wallet is empty

#

mine is too

#

It's okay twin