Imgflip Logo Icon

I at least feel for the crappy game copies now that I know how confusing it is.

383 views 12 upvotes Made by Flare_The_Fire 2 months ago in Roblox
Confused Math Lady memeCaption this Meme
27 Comments
1 up, 2mo
still way easier than anything comparable i've tried... i can get around Studio fairly well, even if i have absolutely zero scripting knowledge, but something like BeamNG's world editor is so incomprehensible it might as well be hieroglyphics
1 up, 2mo,
1 reply
its not confusing especially when compared to real game engines
1 up, 2mo,
1 reply
Well I just started, all I know how to do is parts and dialog
1 up, 2mo,
1 reply
If you know dialog then you should know everything related to modifying the workspace
1 up, 2mo,
1 reply
Because the entire game uses the parenting structure that dialog does
1 up, 2mo,
1 reply
I'm still learning how to do things, like I haven't even started learning about scripts yet.
1 up, 2mo
Not knowing scripting is fine, you need to learn how to set things up first though
1 up, 2mo,
1 reply
scripting is hte only hard part after you watch a 10 minute youtube tutorial
1 up, 2mo,
1 reply
Yeah that's where I'm having trouble. I don't know how to make the proximitypromt play a sound when clicked. (Ik this is probably easy but I suck at this kind of scripting lmao)
1 up, 2mo,
1 reply
script.Parent.ProximityPrompt.Triggered:Connect(function()
script.Parent.Sound:Play()
end)

Should work but I might have made a mistake
1 up, 2mo,
2 replies
Yea it didn't work but it might be on my end. This is how it's set up rn and I'm not sure how it's supposed to be set.
1 up, 2mo,
1 reply
Put each item under the cat model
No items should be under each other for the script to work
1 up, 2mo,
1 reply
Plus you should parent both to a part so that the sound emits from the part and not from everywhere
1 up, 2mo,
1 reply
New setup. Still not working.
1 up, 2mo,
1 reply
Oh to fix it rename the sound to Sound
1 up, 2mo,
4 replies
The thing to keep in mind is that scripts refer to objects through names and ancestry
2 ups, 2mo,
1 reply
It works! Thanks so much for your help!
0 ups, 2mo
yw
1 up, 2mo
This seems to the on my end, my bad.
1 up, 2mo,
1 reply
Also this error message. I swapped out the sounds to fix the other problem.
1 up, 2mo
oh the issue is simply that you accidentally modified the proximity prompt’s name when moving it to the humanoidrootpart
1 up, 2mo,
1 reply
still didnt work aaaaaaaaaaaaa
1 up, 2mo
can I see the console’s error message
0 ups, 2mo,
1 reply
cat
1 up, 2mo
cat
0 ups, 1mo,
1 reply
HOW TO COPY A PARTS FROM REPLICATED STORAGE. F**K

LOCAL PART = GAME.REPLICATEDSTORAGE.PART:CLONE()

PART.PARENT = WORKSPACE
0 ups, 1mo
Correction: no tab after =
Confused Math Lady memeCaption this Meme
Created from video with the Imgflip Animated GIF Maker
IMAGE DESCRIPTION:
HOW IT FEELS TRYING TO UNDERSTAND ROBLOX STUDIO (I JUST STARTED TODAY)