#code-discussion

1 messages · Page 175 of 1

narrow rapids
#

i was ab to freak out

#

why

hasty cobalt
#

cani love u

narrow rapids
#

nope

hasty cobalt
#

lets say our vows and get married

#

why

narrow rapids
#

im gatekeeping

hasty cobalt
#

the hell

lilac gale
hasty cobalt
#

i say NO

narrow rapids
tired remnant
narrow rapids
gilded stag
#

at that point u should actually just get hired!

narrow rapids
#

show role

hasty cobalt
hasty cobalt
#

its geren

dapper oriole
#

Does anyone know what could possibly prevent any character scripts from running? I'm manually spawning the character, and set the character before parenting to workspace. Seemingly nowhere does it document anything I could be doing wrong.

narrow rapids
#

why is frontend and backend distinguished with scripting

sharp sphinx
gilded stag
#

does PromptGamepass not work on serverscripts?

sharp sphinx
#

localscript only

gilded stag
tired remnant
thorn lark
#

Are u a combat scripter

tired remnant
thorn lark
#

?

tired remnant
# thorn lark Are u a combat scripter

That’s not a specific area of scripting I would say someone could “specialize” in. I’m a scripter, I script things, I try not to limit myself in what I script

#

And no, I will not work for you, sorry

thorn lark
sharp sphinx
thorn lark
#

No to be rude tho

tired remnant
elder sparrow
#

IMA MAKE IT MULTIPLAYER

whole idol
#

is it rare for programmers to do proper polishing without being told what exact polishing to do?

compact spoke
#

depends on what you mean by "polishing"

#

bug fixes and maintaining your code should be a given

#

if somebody wants you to specifically tweak something though and you're not sure what to do the best course is to ask them to elaborate

gilded stag
#

question, is team test a private server or public?

raven marlin
#

@last lily

misty valve
#

does having too many prints laggy the players game?

cinder basalt
whole idol
pure shoal
#

yo

cinder basalt
#

why would you print stuff

whole idol
pure shoal
#

anyone need a scripter

sharp sphinx
cinder basalt
little wind
whole idol
#

i thought most scripters were full stack

pure shoal
misty valve
misty valve
#

for testing?

little wind
cinder basalt
misty valve
#

oka

whole idol
sharp sphinx
whole idol
#

that sucks

cinder basalt
#

good format? rare
well organized? rarer
commented? lmao nah

whole idol
#

i guess i should lower my expectations then

#

i'm not sure how people are fine working with bad code

little wind
cinder basalt
whole idol
#

from what you're saying

#

and just from what i've seen anyways

cinder basalt
#

but its way more work and way more time when you have to understand a bunch of someone elses code

whole idol
#

$40/hr?

cinder basalt
tired swallow
#

bruh

#

its been hours

#

and my shi still not working

cinder basalt
#

and hourly is not the way to go

little wind
whole idol
tired swallow
cinder basalt
whole idol
tired swallow
#

ive been literally using chatgpt

little wind
cinder basalt
#

especially when you mention working with other peoples code

little wind
cinder basalt
whole idol
little wind
#

I c

tired swallow
#

i cant script bro

whole idol
#

assuming they aren't a scammer and have some morals then

cinder basalt
whole idol
#

hourly is the most straight forward

little wind
tired swallow
#

i removed the animation controller and added a humanoidrootpart and stuff and its still not working tired

inland sierra
#

anyone got a module/framework to scale ui strokes depending on screen size?

tired swallow
whole idol
#

or small random things that you want to be added

cinder basalt
#

you list everything that has to be done or the finished product you want to achieve and negotiate on that

little wind
cinder basalt
#

and bugfixes are usually included

tiny island
#

Guys, i have a question. A friend of mine is working with me on a game, he takes care of the map (Which is simply just retroslop, everybody could do that. It's really that is easy), but i take care of the scripting, ui etc. basically everything except building. We have now reached a point where we can decide how much each person gets from the game, percentage-wise. He constantly insists on 50% of the game, but I think that's way too much for that little bit. Even though I constantly give him arguments as to why that's complete nonsense, he doesn't want to accept it and threatens that he won't work with me on future games if I don't agree.
Short context, he and I have set ourselves the goal of starting out together and developing games, he constantly uses the argument that it is for the future, that it should always remain, in his words, (fair) 50/50. Now to my question, should I still get involved with him or just reject him because I can't accept it like this, I'm carrying the brunt of it here, so I should obviously get a lot more in this case

little wind
cinder basalt
#

probably depends who you find

tired swallow
#

sigh

cinder basalt
#

i shall be the judge

little wind
#

You shuld have made a contract with him

prisma gulch
#

i need help w/ a niche coding problem using surfaceguis
could someone help me

cinder basalt
inland sierra
#

its a simple formula

tired swallow
#

wait(5)

-- Animations
local StartAnimObj = script.Parent.Start
local Animator = script.Parent.AnimationController

-- Tween settings
local TweenService = game:GetService("TweenService")
local Info = TweenInfo.new(1)

-- Load animations
local StartAnim = Animator:LoadAnimation(StartAnimObj)

-- Make a new Animation object for Run
local RunAnimObj = Instance.new("Animation")
RunAnimObj.AnimationId = "rbxassetid://84255928879904" -- your Run anim
local RunAnim = Animator:LoadAnimation(RunAnimObj)

-- Play start animation
StartAnim:Play()
wait(11)

-- Move root part down
local root = script.Parent.RootPart
local roottween = TweenService:Create(root, Info, {CFrame = root.CFrame + Vector3.new(0, -36, 0)})
roottween:Play()
roottween.Completed:Wait()

-- Move root part back up slowly
local roottween2 = TweenService:Create(root, TweenInfo.new(10), {CFrame = root.CFrame + Vector3.new(0, 2, 0)})
roottween2:Play()

-- 👇 Start running animation after it rises
roottween2.Completed:Wait()
RunAnim.Looped = true
RunAnim:Play()

tiny island
# cinder basalt show map show game

Sure, but don't expect anything special, it's basically a tower game with a twist. We are both at the beginning of our journey. But u can clearly see the difference between how much work was done

charred sundial
#

Hey guys, I've got a question, how do big games handle objective completion with quests? Like if there are many quests and so, and many possible objectives, how do they do to add an objective as complete. For example, you have a quest of fishing a special fish, so you have to fish multiple times until that fish is fished, so my question is how do they manage that?

inland sierra
#

so you gotta do it yourself

tiny island
#

alr

little wind
tired swallow
little wind
little wind
#

1 of my game stopped working cuz of 1 studio update

cinder basalt
tiny island
# cinder basalt just show 😭

That's what he did so far, (Only the tower). Everything else is made by me. It's not yet finished and i don't really want my idea to be stolen here, so i am not showing how it is ingame. But if u really look at it, 50% just for that, is not fair. I could have done that by myself

cinder basalt
#

that tower got 5 floors only

tiny island
#

yeah, it's not done yet

little wind
tiny island
#

but either way

cinder basalt
#

if he doesnt add like 15 floors there then this aint no 50%

tiny island
#

right?

little wind
cinder basalt
#

30 would be generous

tiny island
#

he just doesn't want to accept it

little wind
#

He better take less ore bye bye

tiny island
little wind
inland sierra
#

its a problem even front page games have

#

that can be solved by a 10 line script

little wind
cinder basalt
#

though if it wasnt friend-friend no one would give double digit % for that

inland sierra
cinder basalt
#

idk what u guys have in mind as finished tower

#

see thats why you gotta discuss stuff beforehand

tiny island
little wind
# inland sierra

You can make it better by looking for every child of the game and their children and so on

cinder basalt
#

you made a dictionary

little wind
cinder basalt
#

and put the active quests there with values as progress

tiny island
cinder basalt
tiny island
#

I really see potential in this game ngl

little wind
tiny island
#

a 50% cut would be too much

little wind
inland sierra
#

i just put it inside of the corescript for button states

prisma gulch
inland sierra
prisma gulch
inland sierra
#

if u vc, join gen 10

#

its easier that way

prisma gulch
#

ok

little wind
cinder basalt
inland sierra
prisma gulch
little wind
inland sierra
inland sierra
#

if i need to add ui, ill make a refresh function'

#

so its not wasting memory

#

pointless while loop yk

little wind
tired swallow
little wind
#

Why is it alway that when 1 of my game works and i work on another and come back to it after a while it doesnt work anymore

cinder basalt
#

quickly build a bridge for him to safely cross on

little wind
# tired swallow

Check if the parts are unions or meshes else you game will lag

tired swallow
#

bruh

#

it doesnt work when i put a humanoid

#

but it works when the animationcontrolelr is there

fiery wind
#

anyone interested to start on a passion project?

#

^ need a scripter to start fr

tired swallow
fiery wind
fiery wind
fiery wind
royal pumice
#

Can anybody help me out with something

#

Dm if available

tired remnant
tired swallow
#

I FINALLY FIXED IT

#

LETS GOOOO

clear flame
#

would it be possible to detect executor injections
or something similar

#

i tried to do something like this

    if rawget(_G, "getgenv") and type(rawget(_G, "getgenv")) == "function" then
        local success, env = pcall(_G.getgenv)
        if success and env and type(env) == "table" then
            return true, "getgenv function confirmed"
        end
    end

    if rawget(_G, "getrawmetatable") and type(rawget(_G, "getrawmetatable")) == "function" then
        local success, result = pcall(_G.getrawmetatable, game)
        if success and result then
            return true, "getrawmetatable access confirmed"
        end
    end

    return false
end

local function detectEnvironmentTampering()
    return false
end
#

by detecting a executor global that most executors use and check a modified client enviroment

#

i dont know if this is possible but i wanna go to every measure to prevent cheaters

tired swallow
gilded stag
#

falling asleep coding

jolly forge
#

hey guys, quick question

#

been away from roblox studios for quite a long now, im tryna get back into it.

for the new-ish ProfileStore, how do i call it locally? via Profile.Data[playersname]?

left ginkgo
pearl ruin
#

Saw someone say in a video that when you call :Destroy() on an instance that it automatically disconnects all connections to save memory (obviously) and then they proceeded to show an example where they call Destroy on the players character on CharacterRemoving and destroy on the player on PlayerRemoving, does this actually fix any memory leaks or was this just an example? Does the player instance or character remain in memory after being removed?

grand vortex
#

Hey guys

#

Any of yall know the scripting in FE gun kits?

zenith wyvern
grand vortex
#

I've been trying to remove viewmodels but didn't work really well

#

Anyone can help me removing the viewmodels in FE guns?

pearl ruin
zenith wyvern
#

It should clean it up automatically if you do that yes

#

Theres a setting in workspace I believe

#

You'd have to google

balmy wedge
#

has anyone made an ecs for npcs im just curious

distant hamlet
#

why an ecs specifically for npcs

thorn dagger
#

@hybrid pike dms

#

@lethal lynx dms

#

@wary bronze dms

distant hamlet
#

speedrunning getting blocked

rotund lichen
#

Hello guys do someone have a Simulator game here that is not using anymore? I can buy it but low price dm me if you have

uneven sierra
#

you don't need to worry about memory leaks in lua its a pretty high level language there is no memory management lol

#

btw roblox automatically handles the removal of character when they leave so idk why that would be an example its kind of redundant

uneven sierra
opal bone
uneven sierra
amber willow
#

Any thoughts?

open yarrow
#

TSC mention :(

amber willow
open yarrow
#

wait is this seperate from the furry tsc or

amber willow
open yarrow
#

oh thank fuck

amber willow
next dragon
#

anyone down to make a game dm if your down 50/50

jaunty ermine
#

if u want anti cheat methods

#

dms

vale flame
#

what does that orange message means, im the only playing right now

gritty grotto
#

you're sending too many requests

vale flame
gritty grotto
vale flame
#

i see thanks

gritty grotto
#

Np

shrewd egret
#

pfp tells u everything tbh

somber vault
#

Ya

white nova
#

how do i add fog after they removed it

frosty moat
#

hey i got small community of devs , pls welcome to join dm me 🙂 i need u

muted birch
#

i have a afk system but it only works when u go off screen so u cant be afk on mobile can any1 fix also i need to to not let u enter the zone for 3 seconds

uneven sierra
bitter harbor
#

hi

weary ibex
pallid root
#

I have a cutscene animation but I want it to play for every player independently kinda like ink game cutscenes. Any of yall know how to do that

proud idol
sinful lintel
pallid root
#

do I move the actual character or do I apply a humanoid description

proud idol
pallid root
#

@sinful lintel

sinful lintel
#

do this cutscence will be played by players ?

proud idol
#

and if u continue with this trend, it'll start dropping the new requests till the queue empties (which can potentially break some scripts)

#

Usually happens cuz a script is constantly saving data

#

or requesting data viceversa

pallid root
#

so if I apply the description onto a dummy I pretty sure it will bug bc thatd be server side

#

but I don't have a bunch of time to test that out

sinful lintel
proud idol
#

like what u wanna show on the cutscene

pallid root
#

a player is put in a first POV camera and a trophy crashes down on them

#

like the ink games guard push cutscene

sinful lintel
pallid root
#

bruh

#

no every player

proud idol
#

so the player's avatar is shown then

pallid root
#

like this

pallid root
proud idol
# pallid root yes

so if im understanding it right, for each player the cutscene displays a trophy falling down onto their characters?

pallid root
#

yes

proud idol
#

okay, so you can make the entire cutscene client sided then

pallid root
#

alr

proud idol
#

you'd just have to clone their characters

#

client sided

#

no need for humanoid desc here

#

just make sure the archivable setting is turned on

#

cause roblox character disables it by default

pallid root
#

for what

proud idol
candid isle
#

Question I hired a scripter for my game to do some simple scripts but he hasn’t finished nor has he even tried dming back what do I do

pallid root
#

THANK YOU

candid isle
proud idol
pallid root
#

then get a new one

#

what game tho

candid isle
#

Just a clothing game

#

All I wanted was a purchase and try on script with some other simple scripts as well

pallid root
#

what were you paying

candid isle
#

10 bucks

#

For another script also idk how to explain that one but yeah

pallid root
#

you can prob find sb else then

proud idol
candid isle
proud idol
candid isle
#

It’s been 2 days since we last spoke but he was suppose to be done with it like 5 days ago

proud idol
#

you can ditch em

#

like at worst it should only take 3 days to make those kind of scripts

candid isle
#

That’s what he originally told me

#

but I get you can be busy and life but I would appreciate some updates at least

candid isle
#

?

proud idol
#

youve pretty much wiated for a week now

wild kayak
#

cuzz i know the feelings

proud idol
#

you have gotten ghosted

candid isle
proud idol
#

you can mvoe to someone else

#

just let em know you are ditchign em in a friendly manner

wild kayak
# candid isle I have

a month ago a client hire me to make a full game it took me 1month icompleted on daed line but he never pays me

proud idol
#

Like (sorry bro I'm gonna go find someone else you jsut takign too long and have ghosted me for something that can be done relatively quick)

wild kayak
#

😭

candid isle
proud idol
#

but id start searching somewhere else

wild kayak
proud idol
#

being ghosted when paying for comission usually means that the person wont finish the work

#

broski theres report tickets yk that right?

candid isle
wild kayak
#

its fine

proud idol
#

hell ill do it for 10 bucks lol

candid isle
#

I’ll give him like 2 days but I’ll start looking

#

Just incase

#

Since it’s kinda holding me back from heavily from releasing the game 😭

proud idol
candid isle
#

It’s not critical critical

wild kayak
proud idol
#

if tis holding back on releasing the game it kinda is critical lmao

candid isle
#

But would have been nice if it was finished by now

candid isle
wild kayak
#

whats the work?

lilac kiln
#

Good morning scripters

wild kayak
proud idol
proud idol
proud idol
wild kayak
barren marlin
candid isle
#

It’s like a rp clothing game

#

Main just a homestore but has a game loop to it

barren marlin
#

just got the new window 11 update stuf

candid isle
# wild kayak whats the work?

I I have a clothing game and need someone to script the mechanics for it what I’m looking for is a player try on and purchase script as well as a area locked by a group rank script as well as this script where a employee for example holds out a tool and they click the clothing and show it to the customer and they can try it on and purchase it

#

This best way to explain it

candid isle
proud idol
candid isle
#

Like 10 bucks

#

He told me it was easy so he said that

#

I know the clothing and purchased script is really easy to make but I’m just lazy tbh 😭

proud idol
#

I mean that and the group rank yeah

#

id do that for 10 bucks

candid isle
#

Mhm

proud idol
#

the employee thing however it depends on how complex you want the showcase

candid isle
#

Someone told me here how it may work

proud idol
#

it could just be it giving the shirt/pants to the player

#

it could also be a mini cutscene

#

it depends on how u want it

candid isle
#

It’s like this

#

So dunno

proud idol
#

and when u click em a prompt for buying the shirt/trying it on displays

candid isle
#

I mean the employee aka a player would help guide the player and what there looking for

#

And yeah puresuade I guess you could say

proud idol
candid isle
#

It is?

#

I thought it would be a simple tool fiction

proud idol
#

unless by guiding the player you mean fixed options the player can choose from make the NPC do something

candid isle
#

Function it just being the exact same how it is for a normal try on and purchase manquin but on a players tools

candid isle
proud idol
#

okay well uh you should of said that

candid isle
#

Mb mb mb

wild veldt
#

@candid isle DMs

candid isle
#

Well with the twist I guess you could say that they click the clothing that there gonna show them

#

?

candid isle
#

That idk how they do

#

Unless it’s some hidden prompt in the ui employees have access to or idk

pallid vale
#

how do code

strange kiln
proud idol
#

you jsut need a small codebase

candid isle
#

Really?

proud idol
#

to have the clothes ids

candid isle
#

Wdym

proud idol
#

you give the id's to certain employees to display

candid isle
#

Would it be easy in the future to add more ids to it or nkor

proud idol
#

and on a remtoe event when the player clicks the employee/cloth it'll prompt a gui using the cloth id attached to the employee

candid isle
#

Nope

wild kayak
candid isle
sinful lintel
#

I just used this word and it works !

proud idol
sinful lintel
#

special code life

proud idol
#

does that sound fine?

wild kayak
candid isle
wild kayak
proud idol
wild kayak
proud idol
#

if it was without the employee codebase it could be done within the day lol

candid isle
#

I have no Robux sadly 💔

#

I’m going broke

wild kayak
candid isle
wild kayak
#

like gag pet

proud idol
candid isle
candid isle
proud idol
candid isle
#

Ooo very nice

flint tusk
candid isle
#

Lately I just do clothing commisons

proud idol
#

albeit i have made way more than that but i have already devex

candid isle
#

The pay is decent ig

wild kayak
proud idol
candid isle
proud idol
#

idk how much robux in total i have made

candid isle
proud idol
#

all i know is that i have done plenty of devex operations

#

that i could buy sw 2 multiple times

strange kiln
candid isle
#

Isn’t dev ex rates kinda bad

candid isle
proud idol
candid isle
#

I know a lot of my dev friends don’t dev exs there and do other stuff with it!

proud idol
candid isle
celest cipher
strange kiln
#

"player.Character"?

#

try changing the humanoidrootpart

long scaffold
#

should i just spend the next day learning twen untill i learn it?

#

or just keep doing small small scripts

strange kiln
#

tweening is like

long scaffold
#

like what

strange kiln
#

hold on

#
local Tween = game:GetService("TweenService"):Create(Object, TweenInfo.new(TweenTime, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {CFrame = CFrame.new(target) }):Play()
#

I have this thing saved

#

I just change it around to match the thing I want to tween

#

🙏

long scaffold
#

the only part

#

i got

#

is local tween = game:getservice("tweenservice")

#

and the stuff in tween info

strange kiln
#

wym

long scaffold
#

is that good for 10 minutes of learning tween 😭

thorny warren
long scaffold
#

and i still forget doing it or how to do it

strange kiln
#

I just look for a different script that uses tweening and copy that line of code

#

I'm pretty sure most other people do that too

south topaz
#

if anyone wants to invest over 500k as an investor on a game then dm me

long scaffold
thorny warren
long scaffold
#

i just wanna

#

learn how to script

strange kiln
long scaffold
#

i dont copy stuff usually unless it dosent work the first or second try it takes a lot for me to remember 😭

strange kiln
#

trust

#

this is how the pros do it

long scaffold
#

aight

#

i feel like tween does more than just move stuff right?

#

even if it wouldnt

thorny warren
long scaffold
#

still super important so i REALLY wanna learn it fully for some reaon

strange kiln
long scaffold
#

what should i try do with it?

strange kiln
#

I learnt it form a pro

thorny warren
strange kiln
long scaffold
#

i wanna learn animation too

#

ngl

strange kiln
#

he was like

#

getting crazy commissions

#

at the time I was a young grasshopper

#

and he only joined the project to make fun of the way I script

#

This was many moons ago

long scaffold
#

i have like 1 day scripting experince

#

max 2

strange kiln
thorny warren
#

what has this server become 😭

long scaffold
strange kiln
long scaffold
#

yeah well

#

i know how to do a timer 😼

strange kiln
long scaffold
#

yeah

#

it dosent stop tho

strange kiln
#

show code

long scaffold
#

how do i put stuff in like

strange kiln
#

just send a screenshit

strange kiln
#

it's

sinful lintel
strange kiln
#
code
strange kiln
#

on the top left of a regular keyboard

long scaffold
#

local timerLabel = script.Parent
local seconds = 0

while true do
seconds = seconds + 1
timerLabel.Text = tostring(seconds)
wait(1)
end

#

yeah screw that

strange kiln
#

you're supposed to use task.wait() instead

long scaffold
#

whats the difference

strange kiln
long scaffold
#

this aint that techy 😭

strange kiln
#

just use task.wait() instead

long scaffold
#

instead if toastring?

#

or what

strange kiln
#

wait

#

instead of wait

plucky drift
#

HI

long scaffold
#

oh thats good then

#

thats easy to remember

plucky drift
#

I WANT COLLABRATE MY GAME HAS ALREDY 270 VITS

strange kiln
plucky drift
#

zero gravity

#

obby

strange kiln
#

sounds boring

plucky drift
#

btw i have some abmin abuse that hs 50 ccu everytime

strange kiln
#

aah

#

the good olden days

plucky drift
#

i won 30 robux

strange kiln
#

one of the first thing I ever made

plucky drift
#

cool i have a story line

#

\but this code is cool

strange kiln
#

what's the story

long scaffold
#

that i dont need help

#

killbrick and timer are the only 1s i on need help with

strange kiln
#

epic

#

yo bro

#

wanna level up your scripting skills?

long scaffold
#

i used to watch the dev king but ppl say u should just make small scripts and check docs instead

long scaffold
strange kiln
#
task.wait(.1)
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
--this may seem silly, but because of how roblox works, you gotta do it twice :-)
task.wait(3)
print("prepare for rain :)")
task.wait(1)
print("rain in 3...")
task.wait(1)
print("rain in 2...")
task.wait(1)
print("rain in 1...")
task.wait(1)



while true do

    local rain = Instance.new("Part", workspace)
    rain.Transparency = .5
    rain.Color = Color3.new(0,0,3)
    rain.Size = Vector3.new(.2,1,.2)
    rain.Anchored = false
    rain.Name = "rain"
    print("rainey")
end

task.wait(.3)


#

it's a rain script but it's also an anti lag script

#

trust

long scaffold
#

😭

strange kiln
long scaffold
#

a single droplet appeared

strange kiln
#

and then what

long scaffold
#

nothing

strange kiln
#

wym nothing

#

did you wait

long scaffold
#

LMAO

sinful lintel
#

where are the task.wait() in the loop

long scaffold
#

it crashed

strange kiln
white pelican
#

can someone teach me how to code?

strange kiln
#

it actually just crashes your game by overloading your computer with parts

#

I added a bunch of extra fluff to make it believable to newer coders

#

(no offence)

long scaffold
somber vault
#

😭

strange kiln
long scaffold
#

how

strange kiln
#

open up task manager (it comes installed in every windows pc)

#

and then right click roblox studio

#

and press end task

candid isle
#

That’s what I do normally

strange kiln
long scaffold
#

window + what

#

for task manager

strange kiln
#

it should be in ur pc j

candid isle
strange kiln
#

just search for it

candid isle
#

Boom

long scaffold
#

done

strange kiln
# white pelican can someone teach me how to code?

yeah I can! js add ts into your game it will teach you some of the fundamentals (just copy+paste it)

task.wait(.1)
local rain = Instance.new("Part", workspace)
rain.Transparency = .5
rain.Color = Color3.new(0,0,3)
rain.Size = Vector3.new(.2,1,.2)
rain.Anchored = false
rain.Name = "rain"
--this may seem silly, but because of how roblox works, you gotta do it twice :-)
task.wait(3)
print("prepare for rain :)")
task.wait(1)
print("rain in 3...")
task.wait(1)
print("rain in 2...")
task.wait(1)
print("rain in 1...")
task.wait(1)



while true do

    local rain = Instance.new("Part", workspace)
    rain.Transparency = .5
    rain.Color = Color3.new(0,0,3)
    rain.Size = Vector3.new(.2,1,.2)
    rain.Anchored = false
    rain.Name = "rain"
    print("rainey")
end

task.wait(.3)
rain:Destroy()--destroys the rain to prevent lag
#

trust

long scaffold
#

i made it so it dosent lag

#

thats some small ass cloud

strange kiln
#

what

#

I don't think I've ever actually ran it without the task.wait

#

it probably spawns a bunch of rectangles in 0,0

long scaffold
#

its shooting rain everywhere 😭

wild kayak
#

Anyone buying full game?
I gota colour block game

long scaffold
#

if u sit on the cloud

#

anyways

#

my first debug?!?! epic

white pelican
long scaffold
#

LMAO

strange kiln
#

it destroys the rain at the end to prevent lag

#

I have you the non-crashing version

long scaffold
strange kiln
long scaffold
#

why dosent it

#

show the video

strange kiln
#

becasue it's a .mkv

long scaffold
#

how do i undo that

strange kiln
#

change your obs settings to export as .mp4

long scaffold
#

i fucking set that up myself

#

i dont remember how

strange kiln
#

google it

long scaffold
#

did it myself

#

nice

strange kiln
#

LOL

long scaffold
#

local tweenService = game:GetService("TweenService")
local part = game.Workspace.MovingPart

local tweenInfo = TweenInfo.new(3, Enum.EasingStyle.Linear)

local pointA = (-6, -4.425, -132.625)
local pointB = (-6, -4.425, -170)

while true do
local tween1 = tweenService:Create(part, tweenInfo, {Position = pointB})
tween1:Play()
tween1.Completed:Wait(1)

local tween2 = tweenService:Create(part, tweenInfo. {Position = pointA})
tween2:Play()
tween2.Completed:Wait(1)

end

#

i bet its the postion = point parts

frigid otter
#

Gng anyone for hire here

long scaffold
#

scroll down like a little

frigid otter
final ivy
#

experience

strange kiln
frigid otter
#

I'm making a game

#

So a lot

#

I'll pay around 50 usd per week

strange kiln
#

what type of game

frigid otter
strange kiln
frigid otter
#

Fighting

strange kiln
#

meh

#

make a post here

long scaffold
#

yw its better

#

instead of looking for ppl they lookin for u

frigid otter
frigid otter
abstract sentinel
long scaffold
abstract sentinel
#

120° isometric cam

abstract sentinel
abstract sentinel
plush raven
#

hi script people

teal minnow
#

hello i am a bad dev, when you guys go about scripting player stats for progression how do you organize that information? with like ints attached to the players in certain places ?

plush raven
#

i was in interface and they talking abouit politics iand gym is it like that here too

teal minnow
split bear
#

Anyone need to fix some glitches

#

I can fix for u i can script

teal minnow
#

my brain is glitching rn can u help me @split bear

split bear
#

Yeah i can fic that

jagged glacier
#

anyone here recommends a ytber for leaening java?

fair copper
#

under conditions etc

jaunty ermine
#

i dont get how a crash script

#

makes you guys so happy

jaunty ermine
#

whats so funny npc

teal minnow
fair copper
jaunty ermine
#

?

thorny warren
fair copper
#

specific ones im suspicious about

#

😂

#

temporary but works

#

how do people normally debug?

wild kayak
#

Guys i need some advice

thorny warren
wild kayak
#

I made a roblox game

fair copper
wild kayak
#

Should i market it on roblox ir sell it

fair copper
#

sell it..

#

both

jaunty ermine
fair copper
#

🥀

wild kayak
#

Pls i really to know

fair copper
#

nah

wild kayak
#

Is it gonna blow up

fair copper
wild kayak
#

Or shoul di sell

wild kayak
thorny warren
fair copper
#

what do you expect

#

dont expect anything

dense burrow
#

looking to hire someone to fully make a game for me will prolly take like a week of ur time dm me

iron needle
#

how do i become a basic scripter like basic level

thorny warren
iron needle
thorny warren
#

depends on ur job-finding skills 💀 , but ur prob able to get 10k a month or smth.

jaunty ermine
#

because "basic knowledge" wont get you 10k$

#

No ones paying alot for a "basic" scripter

thorny warren
#

robux obv

jaunty ermine
#

oh

#

yea

long scaffold
sick saffron
#

anyone with the scripter role, just wanted to ask how you guys did your comments for your script? when applying for the scripter role on hidden devs

tired swallow
#

how do yall fix a party system

inland agate
#

The game sometimes lags when I kill a zombie. Can someone help me solve this issue?

sick saffron
#

could you send the script or function where the zombie dies

vital acorn
#

can nayone help me make tools local i got paypal

tawdry cypress
#

Server Save Failure: PublishService AssetUpload failed. Info: UploadStatusPolling max polling retry reached

Why am I getting this error

inland agate
# sick saffron could you send the script or function where the zombie dies
function combatManager.handleZombieDeath(zombie)
    local humanoid = zombie:FindFirstChild("Humanoid")
    if humanoid then
        humanoid.Died:Connect(function()
            local zombieType = zombie.Name
            local zombieData = require(game.ServerScriptService.zombieModule).Zombies[zombieType]
            if not zombieData then return end

            local log = damageLogs[zombie]
            if log then
                local totalDamage = 0
                for _, dmg in pairs(log) do totalDamage += dmg end

                for player, dmg in pairs(log) do
                    if player and player:FindFirstChild("leaderstats") then
                        local coins = math.floor((dmg / totalDamage) * (zombieData.minRew + math.random() * (zombieData.maxRew - zombieData.minRew)))
                        player.leaderstats.Coins.Value += coins
                    end
                end

                damageLogs[zombie] = nil
            end


            if zombieData.OnDeath then
                zombieData.OnDeath(zombie)
            end

            -- Clean up
            wait(0.5)
            zombie:Destroy()
        end)
    end
end
sick saffron
#

acutally you have a wait(0.5) near the end

#

do game.debris:AddItem(zombie, 0.5)

#

let me know if it works

narrow vault
#

once i smell a commission i grab it faster than bacteria

dusky spindle
#

Dm me if you can make a “Last to leave … game” for cheap

inland agate
sick saffron
# inland agate wdym?

your require, do it outside the function and store it in a variable, variable1 = require....

inland agate
#

that's what I do

sick saffron
#

the main function i mean

inland agate
#

so like require the entire module and then do module.function?

#

I'm not sure what you mean

sick saffron
#

yeah you did the variable part, just do zombieModule = require(game.ServerScriptService.zombieModule) outside the function

narrow vault
gilded raft
narrow vault
inland agate
sick saffron
#

but isnt the zombie a clone? id assume so because there would be a lot, then that means you would have to load the animation into all of them

celest cipher
spare gyro
#

Anyone know how to create a physics based player character?

wary bronze
#

Do anyone know how to find back doors

gilded stag
#

if i do a plr.character:moveto in local scripts, nobody else can see the teleport right

tawdry trout
#

Yo how should I go about making a hitbox for a bow and arrow

#

I did a sword and it’s basically just a part that spawns when the sword is swung and the part does damage

#

But idk how I should do it for a bow

candid isle
narrow vault
candid isle
shy furnace
#

can I hire a scripter for a simple game in here?

split swallow
#

Also does anyone have like a vouch for tutorial they used to learn lua 💔 , my perfectionist side isnt allowing me to stick to some of these videos im watching

loud rain
#

who trynn do devrel

#

if we win we get some gift card and a rare <15 exist item lol

#

^ not ugc

loud rain
narrow vault
#

whats the neat thing about my tutoring is that people can bring friends in and i dont tax the mextra

#

unless the people that are their friends suck ass and wont do much

split swallow
#

yeah outta my budget nvm 😭

shy furnace
narrow vault
candid isle
loud rain
#

for now i believe

candid isle
stuck willow
#

hello i need help with teh tween service so when i made a simple concept of buying a orb then it goes into the base for some reason it flings in a certain dirction and wont go into the base like its suposed to if anyone know how to fix it can please help me

#

the*

icy barn
#

can anyone please help me in here, the other chat they're talking about gay and trans things, no idea why lol

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

local player = Players.LocalPlayer
local gui = player.PlayerGui:WaitForChild("Tablet").TabletOutside.TabletScreen.eBuy

local AddToCartEvent = ReplicatedStorage.Remotes:WaitForChild("AddToCartEvent")
local CheckoutEvent = ReplicatedStorage.Remotes:WaitForChild("CheckoutEvent")

local PaperBtn = gui.Paper:WaitForChild("AddToCartBtn")
local InkBtn = gui.Ink:WaitForChild("TextButton")
local CartBtn = gui.CartButton

local CartLabel = gui.CartLabel

local function formatCart(cart, total)
    local itemStrings = {}
    for item, qty in pairs(cart) do
        table.insert(itemStrings, item .. ": " .. qty)
    end
    return string.format("Cart: $%.2f (%s)", total, table.concat(itemStrings, ", "))
end

PaperBtn.MouseButton1Click:Connect(function()
    AddToCartEvent:FireServer("Paper")
end)

InkBtn.MouseButton1Click:Connect(function()
    AddToCartEvent:FireServer("Ink")
end)

CartBtn.MouseButton1Click:Connect(function()
    CheckoutEvent:FireServer()
end)

AddToCartEvent.OnClientEvent:Connect(function(cart, total)
    CartLabel.Text = formatCart(cart, total)
end)

-- Checkout results
CheckoutEvent.OnClientEvent:Connect(function(success, cart, total)
    if success then
        CartLabel.Text = formatCart(cart, 0)
    else
        CartLabel.Text = "Not enough money!"
        task.wait(2)
        CartLabel.Text = formatCart(cart, total)
    end
end)

im having issues with
local PaperBtn = gui.Paper:WaitForChild("AddToCartBtn")
local InkBtn = gui.Ink:WaitForChild("TextButton")
, the heirachy is correct its just not finding it for some reason, any help is nice, thank you in advanced!

tranquil oracle
#

how do i make a custom proximity prompt/edit a premade custom proximity prompt?

tawny jacinth
crimson drum
fair copper
#

do blendspaces for animations exist on roblox?

strange kiln
#

I'm currently making a whole ass modular system for this stupid homer obby

icy barn
# crimson drum what does it say in the output

i figured it out, i realised i had a int value with the same name as the frame, it is weird how it started to act up now though as its being like that the entire time lol, thank you though

frigid thorn
crimson drum
loud rain
loud rain
frigid thorn
loud rain
#

website

#

i can send you the info in the grop chat if you're joining our team

frigid thorn
#

Is the reward just a hat?

bold hound
amber shard
#

yo who likes western games and knows how to code like 1.5 years of exp

loud rain
#

if it goes limited sometime in the future then it'll be worth a good amount probably

frigid thorn
#

Ah I won't work on it then

fair copper
#

camera scripting sucks

#

ts

warped frost
#

you’re js ahh

fair copper
north frost
#

Can someone help me I'm making a billboardgui right now, in that gui I have a text box but the text keeps getting bigger the further I go away from it

bold hound
north frost
#

Everything stays the same size except the text

bold hound
north frost
bold hound
north frost
#

Thank you, it works

uncut wyvern
#

Coding prices are outrageous

compact spoke
#

do it yourself then

uncut wyvern
#

Nope, I'll pay someone else to do it

#

Funny thing I requested a climbing system similar to "climbing game" from some scripter,
I only needed it when a player jumps to a rock it grabs onto it into a "hanging" position

#

Man said 450 usd

#

Then I hopped on a "Developer hangout" game and some kid created exactly what I wanted for 3k robux

#

Now explain to me, why would I do it myself.

north frost
#

can someone help me with disabling the reset button because this error keeps showing up. SetCore: ResetButtonCallback has not been registered by the CoreScripts

tacit moss
#

the problem is you need to yield @north frost

#

have a loop listen and wait until its successfully disable then disconnect it

#

sometimes the player loads in way too fast

#

i THINK it loads in too fast thats why it doesnt register id assume so but it could be the other way around

point is you do need to yield a bit and then disable

north frost
#

how do i script that

valid pewter
#

LOL

#

if some guy has some old code he can easily give that up for like 5k robux

tired remnant
tight hearth
#

Who is into Warhammer?

tired remnant
umbral schooner
#

hey guys, I need help on my driving game. I am basically new to this roblox studio thing and I want to build a driving game. Someone dm me and ill explain it

fallow yoke
cinder cipher
#

On repeat

muted kestrel
#

learn lua then luau?

trim inlet
#

How do I tell what violates roblox policy?

I want to use TextChatService with react so I grab all messages that come thru and store them in state, then render in a custom chat.

fallow yoke
white rapids
#

im new to coding and i coded smy and it makes my game lag after two mins of the game running can i get help

white rapids
strange kiln
#

no thanks

white rapids
#

k

main shuttle
radiant sleet
#

Yo who wanna make a game with me

clear flame
#

what i do understand is you can just prevent tampering at all

wild kayak
#

Yo

#

Giving away my roblox game

#

For 500rbx

long scaffold
#

each spike has the same script as the wall tho thus they all merge into one

long scaffold
#

caught

slate lotus
slate lotus
#

pretty sure they can help you fix vulnerabilities and most major corps hire those people

wild kayak
#

anyone wanna invest on my minecraft on roblox

fair copper
#

aint no one paying 4k for that, are they

wild kayak
#

its good

fair copper
neon grove
#

hello

narrow vault
#

anyone here looking to hire a scripter for usd?, they didn't even accept my hireable post yet WHYYYYY

narrow vault
fair copper
gilded ruin
#

ok guys i lowkey need a scripter to script me a "unbox a star" game! DM for more info gang (i am paying % but we have a really good investor for ads)

fair copper
gilded ruin
#

can’t

#

they don’t accept % there

fair copper
gilded ruin
#

pardon?

gaunt trout
#

Also how much are your investors investing?

#

If it’s not over 1 mil don’t even bother

ruby nebula
#

hello can anybody give me an idea of what to script that would give me more experience,keep in mind im not really a starter starter

ruby nebula
#

will try

neon grove
neat tree
gilded ruin
#

he is spending robux on ads

jovial crown
#

hello fellow people i was wondering if i can implement bring players out of a server in the Game in to my server if anyone got ideas lmk

fair copper
#

like u wanna force people to switch from their game server to ur server?

jovial crown
#

i already figured it out and created, thanks tho

iron needle
#

guys whats a portofoilio and how do i make one whhat should i add i just started commision work.

blazing wasp
long scaffold
long scaffold
cinder basalt
#

why not send the stuff here

#

code discussion gives best advice

fair copper
cinder basalt
#

pleas

fair copper
#

nah

south topaz
#

nah

wide mica
#

nah

long scaffold
#

i asked ChatGPT to give me some single script challanges for day 3 and i tried to make a script and when i couldnt i asked this bih to show me the script and its so fucking long (and i feel like its for no reason) i cant even send it in here cuz i aint got nitro 💔

#

i just wanted to make a jumpPad man

cinder basalt
#

u can send screnshot

narrow vault
bitter crescent
#

are ya good uhh scripter?

#

@wide mica

#

@wide mica

fair copper
#

hes a champion

wide mica
bitter crescent
#

DMS

#

ASAP

long scaffold
cinder basalt
#

what hes good at is lying, its all lies

#

im better scripter

narrow vault
bitter crescent
#

I NEED SAMEONE

#

TO SCRIPT ME

#

STEAL A TYPE GAME

#

ASAP

#

PAYMENTS HIGH ASF

cinder basalt
bitter crescent
#

15K-20K

cinder basalt
bitter crescent
#

ROBUX

long scaffold
narrow vault
long scaffold
#

allat for a jumpPad

cinder basalt
bitter crescent
#

15 DOLLARS

#

CLAIM NO

cinder basalt
bitter crescent
#

5

#

4

cinder basalt
#

thats not even short, thats less than short

bitter crescent
#

3

#

2

long scaffold
#

me?

cinder basalt
#

15 dollars oculd get me

bitter crescent
#

1

narrow vault
cinder basalt
#

a hotdog

lean ocean
bitter crescent
#

OK OR NO?

#

DONT WASTE MY TIME

narrow vault
#

15 dollars is slavery

long scaffold
bitter crescent
#

15 dollars

cinder basalt
bitter crescent
#

for steal a brain rot

#

omg

cinder basalt
#

you might not be cut out for it

narrow vault
bitter crescent
#

IN UR DrEAMS

narrow vault
bitter crescent
#

150 dollars

#

and u will js get it uncopylocked

narrow vault
#

what

bitter crescent
#

are ya slow

narrow vault