#code-help
350 messages · Page 2 of 1
guys how to post that i am hirable in #scripter-hirable i went to #marketplace-info and it saying this (To make a Hireable post, you must have the respective skill role. For more info run /tag view apps) i dont understant
are module scripts important?
yeah
Are you guys able to create a new subplace in a experience and join it after?
a little bit yeah
for what
Im getting timeout when trying to join team create in new subplaces
hi
what is it counting
you here
the amount
im like always here 😭
of what
im editing a place in hollow era rn (not main place)
just not in tc
im sorry
why
i like helping ppl
any good examples for module script usage?
try in a TC subplace
wym by subplace btw
a place in the experience
just a place of a game thats not the main one right
alr
i thought shura was abandoned 😭
Its paused
theres alot of usage surrounding module scripts
it can be a container for data, a uitility module, an oop structured, a controller a service
like
so pro devs use it more than any other script type?
saving money to continue
doesnt rlly define if ur pro or not but its useful
now that rodex got 8ballx out he should have the money right
tc working just fine
the code is kinda buns but it uses modules well
what are yalls opinions on my procedurally generated bridge networks in roblox
is that a virus
i got no one to join tc with me rn but it works solo at least
You created a new subplace?
this only took like 700 lines of code
it should be a new one
oh
oh
nah its an old one
try creating a new one, because old ones are working for me too
im pretty sure you need to publish the place for you to be able to join with tc though
try this one next https://iqtestinglab.com/
cuz when you make a new place its like offline (kinda)
gif potential
Yea, but not for experiences that already published i guess
I tried to create a new subplace for shura and didnt worked, i got a timeout/infinity loading
I asked for someone else to join as well and he got same error
also, I searched for related topics on devforum
https://devforum.roblox.com/t/stuck-on-setting-up-server/4646539
https://devforum.roblox.com/t/unable-to-access-and-edit-subplaces-in-studio/4645889
https://devforum.roblox.com/t/cant-connect-to-team-create-session-in-sub-place/4404303/2
Developer Forum | Roblox
Unable to connect to any place when loading from the main universe game Steps to reproduce: Create a place inside a universe Try loading up the place Expected behaviour: The place should load up with no issues Current behaviour: Getting stuck at the “Setting up server…” stage and will not continue no matter what A private messag...
Developer Forum | Roblox
I’m having a strange issue where making a subplace through the “Add New Place” option in Asset Manager causes the subplace to be restricted, have a content deleted thumbnail, and when accessing it, get stuck on “Setting up server…” I’m not sure if this is related to an outage like Publishing AND Saving in Roblox Studio Automatical...
It looks like a new bug, since the posts date is no more than 1 week ago.
yeah
idk about tc but this feature has been bugged for me for a few weeks
like i just cant simulate multiple clients at all, idk if its related though
i did it
local gameconfig = {
swordcost = 5,
shopcooldown = 2,
swordname = "ClassicSword"
}
return gameconfig
isnt this script badass
Its working for me
when applying linear velocity like this what does the 50 represent
what measurement i mean
can u choose 1 naming style 🥀
camel pascal snake
doing it like that is kinda unreadable at a point
just a suggestion
speed magnitude
but is it on a 3D vector
It means: move forward at about 50 studs/second in the character’s looking direction
isn’t speed a magnitude
oh
camel 💪
can any1 help me make it so that a cooldown is displayed after using an ability for my game il pay acordingly
i use all of them for diff scenarios
what do u need
i mean whats the detail
like jsut help so basicaly i have a cooldown system fr an ability and i need it to display thee ammount of time left
ok
ok seems simple enough
dm me
no need to clarify
you're too smart for us that's why everyone just keep getting confused
thankyou
people are starting to notice my uncapped potential
An IQ score of 144 is categorized as "very gifted" or "highly advanced". It places a person in the top 0.1% to 0.2% of the general population, generally qualifying them for high-IQ societies like Mensa
are you spending your time taking online tests 😭 😭
yuno told me to take it\
high iq move
sorry I doubted you
i got this from google
I didn't mean to reply to that
I meant this
yo!!
its alright
i got free roblox plus
makes me feel good despite this just being another way to steal money from me
local gameconfig = {
swordcost = 5,
shopcooldown = 2,
swordname = "ClassicSword"
}
return gameconfig
hey guys
my script is so tough
im new
hello
how good are you at scripting
i saw ur youtube channel
your fortnite gameplay is crazy
can you coach me
im gonna quit developing and become a pro fortnite player
game dev is too easy
thats what im sayin
yo chat is turning on/off CanQuery of a part rapidly heavy?
just modify the overlap/raycast params
It probably doesnt impact performance at all rly
how to make checkpoints , explain to do
store player's checkpoint then on spawn teleport them
you mean add a int value to them and increase it as stage increase and teleport to that place
i bought my roblox plus.
bro answer
local shop = script.Parent
local serverstorage = game:GetService("ServerStorage")
local sword = serverstorage:WaitForChild("ClassicSword")
local replicatedstorage = game:GetService("ReplicatedStorage")
local gameconfig = require(replicatedstorage.ModuleScript)
local debounce = false
shop.Touched:Connect(function(hit)
if debounce then return end
local character = hit.Parent
local player = game.Players:GetPlayerFromCharacter(character)
if not player then return end
debounce = true
local backpack = player:WaitForChild("Backpack")
local leaderstats = player:WaitForChild("leaderstats")
if not leaderstats then return end
local coins = leaderstats:WaitForChild("Coins")
if not coins then return end
if coins.Value >= gameconfig.swordcost then
coins.Value -= gameconfig.swordcost
sword:Clone().Parent = backpack
elseif coins.Value < gameconfig.swordcost then
print("YOU'RE BROKE")
end
task.wait(3)
debounce = false
end)
im him
acknowledge me
@bleak egret
never learn python. You would cry if you had to properly indent your code
Did u tag me?
i know a bit of python
via claude api right
i dont believe sorry
Python teaches noobs how to indent.
Knowing python and having ass indentation
i watched 3 hours of cs 150
def main():
print_wall(3)
def print_wall(height):
print("|\n" * height, end="")
main()
you see
i made this when I was watching the course
hell nah
This is a Syntax error
The idea that u should start with python is so 2010
Whats wrong with this bru
Languages to learn if you want to be a goat.
Typescript
C
Rust
Golang
Kotlin
nope, I copied it off of David J. Malan
you forgot holy c
rust is bad
I'm from Tel Aviv Israel and this is the best way to learn
He couldn't have gotten than idea from anywhere other than Benjamin Netanyahu
free america
didn't he die because of testicular cancer?
??
should i learn metatables
no wait, it was prostate cancer
local coinsFolder = game.Workspace:WaitForChild("Coins")
for _, coin in pairs(coinsFolder:GetChildren()) do
print("Found a coin named: ", coin.Name)
local debounce = false
coin.Touched:Connect(function(hit)
if debounce then return end
print("Coin touched")
local character = hit.Parent
local player = game.Players:GetPlayerFromCharacter(character)
if not player then return end
debounce = true
player.leaderstats.Coins.Value += 1
coin:Destroy()
end)
end
my coin collection is so good
Big Ben is still alive
calm down lil boih
we're not on the same level
yeah site will determine your iq sure
ur the pawn
im the horse
i got that horse power in me
Becouse all ur moves are L?
legendary
error, no feelings to delete
tung tung, dont go to sleep tung tung
i think I found the reason as to why Im so braindead and am unable to script in lua
thankyou for opening my magestic eyes guys
chat how to read script profiler? is it 5000 mill sec or micro sec
thats alot of seconds
nvm I just exported it then send to ai to summarize. ai is so peak
lol??
motor6ds getting deleted in character
wtf
im so confused
even on a new baseplate theyre gone from the char
nvm using applydescription on a humanoid desc apparently just obligerates the motor6ds
What the hell is that abomination
The worst thing i saw in my entire life
you've been stricken by the joint replacement update
you have to set this to disabled
but roblox is gonna force it at some point
so good luck
nope
^
what are you trying to tell me
you literally have it set to enabled
does the server continue listening for events for items that are destroyed?
no. :Destroy() clears all event connections on the instance
fixed it thanks
👋 Just a reminder to read our rules and use the marketplace to hire!
-# Hiring or looking for work in our channels classifies as misuse and will result in moderation.
how he scam? LOL
He was selling the most garbage combat system ive evr seen in my life to my friend
send a pic LOL
He couldnt pass the most basic trivia
guys is there a oppisote button for control z
well you can already tell hes a scammer cus he deleted his message
I will when my friend is on
what did it look like
i deleted like 20 lines
someone sold a combat system to my friend and it was fully ai asw
I believe it ofc. Im js curious
The structure was so garbage and made no sense
pls
100% skidded
chat
dude used attributes for everything
Like I had no clue why he split his modules like that
help
Yeah ai does this a lot
look at the shit he sold my friend bro
When he admitted it he started pleading and saying hes very sorry and he'll never try scam people again, "hes just a poor son trying to help his mom"
A serverscript called playerattributes holy
How do you even prompt this bad
@agile shoal bro just quit development as a whole
never open studio again
got the corniest name asw
sympathy card LOL
🥹
hey my shi is bugged it said " the language was to long to translate" now my whole shi is dark
is that u in ur pfp
I wish
bruh why is making tween every render step
@random heron why is his alt defending him
im as confused as u are
so help pls
there are no video's about this on yt
pls help
hopped on an alt to defend himself
ur forcing the HRP CFrameevery frame
also ur loadanimation()
js use local animator
but how did my code just now get a problem and not 20 min ago
Is the scripter position open currently?