How to Make a Shop GUI in Roblox Studio 2024 - Earn Robux!

  Рет қаралды 190,291

Squidingz

Squidingz

Жыл бұрын

In this Roblox Scripting Tutorial I'll teach you how to make a Shop GUI window in Roblox Studio so you can sell gamepasses and earn robux from your roblox game!
How to Make a Shop GUI in Roblox Studio 2024 - Earn Robux!
-------------------
Follow me on Twitter: @Squidingz
Current Subscriber Count: 85
Comment what videos you want to see next and subscribe.
#roblox #robloxdev #robloxstudio #tutorial

Пікірлер: 787
@FootballFactsss
@FootballFactsss Жыл бұрын
ur the best, i like to get staright to the point and thats waht yoy do love ur vids and keep up the good work
@theredking1232
@theredking1232 7 ай бұрын
For everyone that needs the script here is the script (like the comment so it gets more views by people: local shopFrame = script.Parent.Parent.ShopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end)
@CatsCool_
@CatsCool_ 4 ай бұрын
local shopFrame = script.Parent.Parent.ShopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end)
@SpeedyNeonGo
@SpeedyNeonGo 4 ай бұрын
thank you do much this helped alot it changed a guys life 😶😶😶
@Jbeeslife
@Jbeeslife 3 ай бұрын
Ty
@seakidgaming3928
@seakidgaming3928 3 ай бұрын
That’s what I did it still doesn’t work😭😭😭
@CatsCool_
@CatsCool_ 3 ай бұрын
@@seakidgaming3928 did you name your frame and stuff if u didnt change ShopFrame to Frame. Or just name your frame, ShopFrame (doing that is easier)
@J3rred
@J3rred Жыл бұрын
These tutorials are so god damn easy to follow and accurate! Thanks a lot for the knowledge! Subbed!
@FinnaldTheDuck
@FinnaldTheDuck Жыл бұрын
Nope they r not too fast u suck :P
@BLANAEQXXTV
@BLANAEQXXTV 11 ай бұрын
cool and thank you for this i love your channel!
@TheyCallMeKayNow
@TheyCallMeKayNow Жыл бұрын
OpenShopGui script: local shopFrame = script.Parent.Parent.ShopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end) PromptPurchase script: local mps = game:GetService("MarketplaceService") script.Parent.MouseButton1Click:Connect(function() mps:PromptGamePassPurchase(game.Players.LocalPlayer,script.Parent.GamepassID.Value) end)
@ClatoqFN
@ClatoqFN Жыл бұрын
life saver
@gamerelijahc2314
@gamerelijahc2314 Жыл бұрын
I’m so sorry, but the 2nd one didn’t work, becuase there is no space after the comma, before the word script, and LocalPlayer
@kingplayever3dchannel
@kingplayever3dchannel 10 ай бұрын
thank you you nice
@TigerD4
@TigerD4 7 ай бұрын
ur the best TYSM
@McGee_Two
@McGee_Two 7 ай бұрын
thank you! i hate videos that don't link the scripts because you have to right them exactly and if you get ONE thing wrong its RIP
@iamzephyr5986
@iamzephyr5986 10 ай бұрын
[ALREADY SOLVED] hello, when i want to change the image of the product in the shop gui (4:34) Roblox studio does not allow me to add an image of my choice (that small window to add does not appear) SOLUTION: this happens if you didn't published your game on roblox (also set as private i think), in fact, after i did it, the add image window was there
@ricksa21_
@ricksa21_ 8 ай бұрын
tysm i also had that problem
@Sub2JayYT
@Sub2JayYT Жыл бұрын
Amazing Tutorial. This Really Helped me make my game.Thank you!
@ethanmacleod9003
@ethanmacleod9003 Жыл бұрын
Very fast informative and clear information. Much appreciated
@user-hg8xu2ry4g
@user-hg8xu2ry4g Жыл бұрын
I put him on slow motion but It didn't work bc he so is fast
@keithpearson5746
@keithpearson5746 Күн бұрын
I like how your really clear and you get straight into the point. Other youtubers are hard to hear and you have no backround noise at all and its so easy to understand you, Keep the Awesome work up! Almost at 10.K Just gave you 1 more :D
@gamerplays2.079
@gamerplays2.079 Жыл бұрын
i keep watching ur vids and they are always correct and helping me with my game. thx for making these
@pokeandstuff2836
@pokeandstuff2836 Жыл бұрын
Like really this is the only toturial that worked for me and i have watched 100 of them thasnk you!!
@noahplayz1412
@noahplayz1412 10 ай бұрын
Thanks a lot Bro every tutorial by you works perfectly
@tigertricks2474
@tigertricks2474 11 ай бұрын
I'm so impressed! This was so easy and fast! It only took a few lines of coding too!
@epicGames-wr4uj
@epicGames-wr4uj 6 ай бұрын
i does not work for me :(
@MrBasicHat
@MrBasicHat Жыл бұрын
there is nothing for me in the store of my game it only says to add pass so how to fix that?
@ToshidkOgEmanMand
@ToshidkOgEmanMand Жыл бұрын
Great video bro! 😊😊
@yashhwanth
@yashhwanth Жыл бұрын
bro your the one who doesn't paste code in the description so we can actually learn something tysm bro
@yusti9429
@yusti9429 3 ай бұрын
I find that really annoying tho because if I write even one thing wrong it doesn't work and I find it really hard to spot mistakes.
@BenedictBen-kc4tl
@BenedictBen-kc4tl 5 күн бұрын
facts
@jaxon_ninja24
@jaxon_ninja24 Жыл бұрын
when one of my friends use the script and try to press the button it just gives them a roblox error message, someone please help. thanks :)
@WigglyYT
@WigglyYT Жыл бұрын
I just wanted to give a huge thanks this helped me out with my games so much. It is so integratable and works well with many other Scripps thank you so much for the in-depth tutorial. ❤❤❤
@WigglyYT
@WigglyYT Жыл бұрын
Do you want me to credit?
@SgRulz
@SgRulz Жыл бұрын
scripts*
@desionyx
@desionyx Жыл бұрын
@@SgRulz "scripts*" 🤓 like bro no-one cares its not a big deal
@SgRulz
@SgRulz Жыл бұрын
@@desionyx you mean noone cares about you?
@desionyx
@desionyx Жыл бұрын
@@SgRulz sure but spelling dosnt really matter it is a yt comment section
@PhyscooFriends
@PhyscooFriends 10 ай бұрын
bro tysm i like ur video and i subscribed and liked the video bro your the best
@daveseol2110
@daveseol2110 3 ай бұрын
You are helping me and my friend make a roblox game about fighting and this tutorial helped me alot!
@FrozenDRIPyt
@FrozenDRIPyt Жыл бұрын
How do you program so the gravity coil goes into your inventory?
@fearlez452
@fearlez452 Жыл бұрын
What you would have to do is put the model in server storage and if the thing getting bought is successful clone the model in server storage and put it in the starter pack
@FrozenDRIPyt
@FrozenDRIPyt Жыл бұрын
@@fearlez452 Tysm
@rillfr
@rillfr Жыл бұрын
@@fearlez452 yo bro what do i have to put in there?
@CaptainJack_62
@CaptainJack_62 Жыл бұрын
Good question
@Michael27O
@Michael27O Жыл бұрын
​@@fearlez452 do I have to do it every time some one buys
@KaraokewWithMe
@KaraokewWithMe Жыл бұрын
Ty so many 😁 you're fantastic! And your tutorial too!
@BebyUhOhStunky
@BebyUhOhStunky 3 ай бұрын
If you want to make another item do you need to add the things that you already mentioned
@UOnThat
@UOnThat Жыл бұрын
Thanks! I’m subbing this was an amazing tutorial!
@Slipail
@Slipail Жыл бұрын
HOW IT WORKED FOR YOU???!!!
@Scooter_Noah
@Scooter_Noah Жыл бұрын
DUDE I AN NEVER FIND A VIDEO THAT ACTUALLY WORKS TYSM!!!!!
@ThatMemeGuy-h8l
@ThatMemeGuy-h8l 5 ай бұрын
Thank you ! This helped mw make a shop dor my game! You are very helpful;)
@user-nd2ig5ly2l
@user-nd2ig5ly2l 11 ай бұрын
pls help when i press the image I can see the photo i chose, but when the mouse isnt clicking it all i see is a grey image
@user-ph2qj1rl8d
@user-ph2qj1rl8d 6 ай бұрын
Huge thanks for making this video!
@cr_hdyok3135
@cr_hdyok3135 Жыл бұрын
Thank you! Helped out my game alot. You earned a subscriber! Hope you reach 500 subs.
@Black_ShadowTBN
@Black_ShadowTBN Жыл бұрын
NAHHH 10K!!!!
@YourLocalWarGorilla
@YourLocalWarGorilla 4 ай бұрын
@@Black_ShadowTBN NAHHH 100K
@notrealwindyy6147
@notrealwindyy6147 Жыл бұрын
Amazing tutorial! Really helped me a lot with my GUI, ty! Goodluck with channel :D
@Leemarshall-cf2bv
@Leemarshall-cf2bv 25 күн бұрын
Hi i followed the tutorial and everything worked but once i got to the part to open the shop frame it didnt work any suggestions
@arvindkumarjaiswal1970
@arvindkumarjaiswal1970 Жыл бұрын
Thanks Bro, You earned a subscriber.... Really Appriciate your work
@CharIottePlaysYT
@CharIottePlaysYT 10 ай бұрын
I will try to do it thank you for the tutorial 😊
@jordanprosser3213
@jordanprosser3213 9 ай бұрын
How do i make it so when i clcik on picture to purchase item when i purchase it i get a tool
@hobotf2208
@hobotf2208 4 ай бұрын
if i wanted to make an ingame shop for ingame items what should i do exactly ?
@Royal_KLP
@Royal_KLP 6 ай бұрын
For anybody wanting to copy/paste for the first script, here it is. local shopFrame = script.Parent.Parent.shopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end)
@TheRealXavier420
@TheRealXavier420 5 ай бұрын
local shopFrame = script.Parent.Parent.ShopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end) This is the correct one, the S in one of the Shop's needed to be capitalized
@cloudycloudz1
@cloudycloudz1 5 ай бұрын
@@TheRealXavier420 thxs
@BimziEDITS
@BimziEDITS 4 ай бұрын
thx bro
@Pezdonateman
@Pezdonateman 4 ай бұрын
@@TheRealXavier420it not opening for me
@shadow982
@shadow982 3 ай бұрын
Just remember to try and learn the code when you copy/paste it, otherwise when problems arise.. you may be stumped and possibly give up developing! I know it's super boring to learn the basics and you wanna just get your game out there, but trust. Learning the basics feels like finally getting in the drivers seat after sitting in the passenger your whole life. You won't be asking anybody why the car isn't working, you'll know the steps to get that thing going :) Good luck!
@Domkez
@Domkez 11 күн бұрын
thx so much bro + gained a new sub :D
@connorgamerxyz3926
@connorgamerxyz3926 19 күн бұрын
tysmmmm i created a gamepass for my game and i wanted them to buy the pass in-game so i searched it up and this is the first video this was really helpful
@FireRobloxPlayer
@FireRobloxPlayer Жыл бұрын
TYSM Exactly what i needed just the give item thing
@MrGooGoo2
@MrGooGoo2 8 ай бұрын
If your shop GUI shows up by default (like when you die it pops up with out you even pressing it, or when you rejoin) Make sure the VISIBILITY IS OFF! Or else it will keep popping up
@olihun097
@olihun097 6 ай бұрын
I have a question if somebody buy the item he s gonna get the item?
@gustavoooo-d5d
@gustavoooo-d5d 7 ай бұрын
But how do you go about pulling up to a store with the doll and activating the store without being guided?
@erma-yl9gi
@erma-yl9gi 11 күн бұрын
thank you so much this video really helped (u got a new sub)
@jurreverbruggen8542
@jurreverbruggen8542 Жыл бұрын
When i edit the size of the button, it doesn't work. i typed: .1,0.2,0
@YawiRoblox
@YawiRoblox Жыл бұрын
How did you make a file pop up when u click the image mine doesn't pop up when i click it?
@wallie1416
@wallie1416 3 ай бұрын
thanks so much these are so easy to follow and im using it in my next game tysm!
@talaldnoob2107
@talaldnoob2107 Жыл бұрын
Im confused when someone buys the gamepass do they get the item or we have to do something
@MohnagiEditz
@MohnagiEditz 7 ай бұрын
bro will the player own the item once he/she buys it cz like he will only buy the image right?
@mr_redstone6699
@mr_redstone6699 11 ай бұрын
How do I make it so that it gives you the items permanently when bought, like even after rejoining?
@jordanprosser3213
@jordanprosser3213 9 ай бұрын
literalllllllyy
@Buzzy758
@Buzzy758 3 ай бұрын
Everytime i click on the shop button it wont pop up? am i doing something wrong
@loltrol2500
@loltrol2500 Жыл бұрын
Super easy and fast, thank you
@FE-IN
@FE-IN Жыл бұрын
i trying to change the image and its not working pls help
@The-Orange-Bolt
@The-Orange-Bolt 13 күн бұрын
for some reason the 2nd button i add wont come up with the purchase screen when i click it
@BuxMineTeam
@BuxMineTeam Жыл бұрын
first thing work but gamepass dont works. who can help me?
@Bg_Teddy945
@Bg_Teddy945 7 ай бұрын
uuh bro its not working for me for some reason ig cuz i am seeing this vid after a year or is it the same process?
@wulandarieedens5328
@wulandarieedens5328 Ай бұрын
Thanks! I liked and subbed u
@kayleetodd1001
@kayleetodd1001 11 ай бұрын
Very helpful Ty LOVE YA 🎉❤
@nevzatakdana3134
@nevzatakdana3134 10 ай бұрын
ok but how do the person gets the item? in this video we only get the gamepass tell me if im wrong
@BoBo-yt7bz
@BoBo-yt7bz Жыл бұрын
ok but when i add more gamepasses they all give me a speedcoil
@RaanuAli47
@RaanuAli47 Жыл бұрын
Change the IDs
@movies4all661
@movies4all661 13 күн бұрын
mine doesn't work I don't know y and I'm new to this. So the problem is tat when I click on the gamepads it sow anything, like noting happens. (Sorry for my keyboard the h doesn't always work)
@owenhewitson7140
@owenhewitson7140 5 ай бұрын
This video has helped lots ty :)
@haiderhasan7930
@haiderhasan7930 Жыл бұрын
Question:how do you find the thing in ur store it doesn't pop up for me
@kiwit0o212
@kiwit0o212 Жыл бұрын
Why my image didn't work pls help me I try to put like you but I can't
@PokeyJokey1
@PokeyJokey1 11 ай бұрын
Your amazing dude! Thank you! :) Also, is there any way to have an option to buy Group Merch instead of a Gamepass?? Thank you!! :)
@coolxfn
@coolxfn 11 ай бұрын
any help it dosent prompt purchase ? local mps = game:GetService("MarketplaceService") script.Parent.mousebuttonclicked:connect(function() mps:PromptGamePassPurchase(game.Players.LocalPlayer,script.Parent.gamepassId.value) end)
@smigusdyngus3579
@smigusdyngus3579 Ай бұрын
Do i have to replace the frame with the name I gave to frame?
@Bmvrgt
@Bmvrgt 4 ай бұрын
bro wy everytime i do somethin g it wont work i did the script and it did not worked it wont open it is it fake?
@NikolinaCetkovic
@NikolinaCetkovic Жыл бұрын
This doesn't work for me because my OpenShopButton goes right and i cant click the plus button
@gimmetree
@gimmetree Жыл бұрын
it isnt working for me does anyone know how to fix or what i did wrong
@BrickOfficial1
@BrickOfficial1 3 ай бұрын
Hello the tut is really hellpful can i ask how do i make it not go to me(the robux) abd change it to a group or a different player? i need an answer ASAP please.
@mrpower3199
@mrpower3199 6 ай бұрын
thanks for helping me i loved this video and i hope you get 20M subs
@damjan6420
@damjan6420 8 ай бұрын
ì could not find any as good as this, thanks so much
@NotCalt
@NotCalt 8 ай бұрын
when i click the shop it just dosent wanna open?help pls i rewatched the video and nothing
@TigerD4
@TigerD4 7 ай бұрын
it all works but when i click on the gamepass happends, idk if its bc my game isnt out yet
@justfrostdevelops28724
@justfrostdevelops28724 Жыл бұрын
looking forward to adding this
@ItsMeEnrique_
@ItsMeEnrique_ 11 күн бұрын
If you buy it, does it stay in your inventory forever, also if you leave and join again
@MxRez
@MxRez Жыл бұрын
idk if i did somthing wrong but it dosent like buy the gampass like dosent let me everything else is fine
@wilmurplayz
@wilmurplayz 9 ай бұрын
Thanks bro it actually works
@dt34639
@dt34639 Ай бұрын
Can someone please tell me the X and Y axis for the button? it isnt working
@ManinderSingh-cq6wn
@ManinderSingh-cq6wn Жыл бұрын
For some reason the ScreenGUI doesnt appear under my StarterGUI so I cant rename it to ShopGUI
@ManinderSingh-cq6wn
@ManinderSingh-cq6wn Жыл бұрын
Actually nvm it wont cause a problem now I think
@Mr.TopHatGaming195
@Mr.TopHatGaming195 5 ай бұрын
when I load in and press shop doesn’t work, it doesn’t pop up and I followed everything
@Ssg301
@Ssg301 Жыл бұрын
this tutorial was very good. Can you make how to get the item when you buy it
@rainbowbuddy44
@rainbowbuddy44 7 ай бұрын
thank you so much! that helped me out A LOT.
@jerepoho69
@jerepoho69 Жыл бұрын
But do the game give u the gravity coil when u purcahse it automatic or what
@LSShorts700
@LSShorts700 Жыл бұрын
Absolutly amazing tysm
@SpectacularSketches
@SpectacularSketches 6 ай бұрын
Why does every time i put trasnparenty on 1 it doesnt work Can someone help me Please
@bandsuburbia
@bandsuburbia Жыл бұрын
Tysm for helping!❤️ ur vids are amazing and even if it’s not asked of me I’ll credit once my game is released😁
@Slipail
@Slipail Жыл бұрын
hello I have a question: How do this work for you?
@Slipail
@Slipail Жыл бұрын
Bro players buy the gamepasses and get nothing
@desionyx
@desionyx Жыл бұрын
@@Slipail same with me i dont know why this happenes and i dont know the fix to it
@DaBeastGang
@DaBeastGang 6 ай бұрын
same@@desionyx
@TUBS_RBX
@TUBS_RBX 4 ай бұрын
same @@DaBeastGang
@Trossecnik
@Trossecnik 20 күн бұрын
i have it same like you but if you see you dont have it in inventory so it doesnt work, im testing it with my friend and they dont get it too
@Story-Teller-21
@Story-Teller-21 Жыл бұрын
How do you find the GamePassID for Mac because it doesn’t show on Mac
@gamestimeonstreams8595
@gamestimeonstreams8595 10 ай бұрын
now i want a n explanation yes the scripts and everything works perfectly fine but if some1 buys the pass where do they get the gravity coil so they a use it ingame?
@GhecoYT
@GhecoYT 11 ай бұрын
Thank you, it helped me very much!
@dimaavetisyan5040
@dimaavetisyan5040 11 ай бұрын
How get image for shop?
@user-vz4kj6qb8d
@user-vz4kj6qb8d Жыл бұрын
Thank you!, now my game works perfectly fine, thank you😃
@Overaccplis
@Overaccplis Жыл бұрын
Thanks alot bro it really worked!!!
@gorillataggod406
@gorillataggod406 6 ай бұрын
How do you make it so when you hit the shop button you can go into it and it won’t let me press it to buy it
@moomoonikk
@moomoonikk Жыл бұрын
Can you link a pic of the pictures like the gravity coil and such? The picture wont go transparent for me. Edit: Also the gravity coil wont pop up in my inventory for me.
@realmsjs9110
@realmsjs9110 Жыл бұрын
i have the same problems
@fr3aky.
@fr3aky. Жыл бұрын
you would have to find a diff script for it coming in ur inv, maybe later ill link a vid
@okheyuser
@okheyuser Жыл бұрын
gravity_coil_gamepass_by_imperfectiyperfect_ddxg7kr-pre.png
@okheyuser
@okheyuser Жыл бұрын
@@realmsjs9110 gravity_coil_gamepass_by_imperfectiyperfect_ddxg7kr-pre.png
@thorbenvanseveren6156
@thorbenvanseveren6156 8 ай бұрын
​@@fr3aky.Can you link a vid for it
@user-gf4fg5ru5x
@user-gf4fg5ru5x 17 күн бұрын
Hey I can change that the background be invisible how do I do ?
@RIP_CutelyCat34
@RIP_CutelyCat34 2 ай бұрын
Its Work Bro!..Tysm For Helping!!
@lmk4019
@lmk4019 2 ай бұрын
How to make 3 Game pass ?
@jennifervanbroekhoven95
@jennifervanbroekhoven95 Жыл бұрын
TYSM IT HELPED ME OUT
@Jerms_.
@Jerms_. Жыл бұрын
Whenever I load into my game my shop always opens up and when I close it then I die it opens back up pls help
@legendarygaming1324
@legendarygaming1324 Жыл бұрын
I added a picture for the game pass but it’s not showing. Also it always says purchase failed
@MachineRBLX
@MachineRBLX Жыл бұрын
It says that because you already own the gamepass. And make sure to check if the image id is correct.
How to Make an R To Reset Button - Roblox Scripting Tutorial
4:20
Can I Make a VIRAL Roblox Game in 1 Hour?
15:16
Temprist
Рет қаралды 4,7 МЛН
39kgのガリガリが踊る絵文字ダンス/39kg boney emoji dance#dance #ダンス #にんげんっていいな
00:16
💀Skeleton Ninja🥷【にんげんっていいなチャンネル】
Рет қаралды 8 МЛН
ВОДА В СОЛО
00:20
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 30 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 926 М.
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 8 МЛН
How To Make GUI In Roblox Studio
25:37
Kingkade 3D
Рет қаралды 54 М.
Turning 0 Robux into 100,000 in Only 30 Days... (Week 1)
11:14
CodeBro29
Рет қаралды 463 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 4,3 МЛН
A Fan Asked Why His Game is Failing...
30:53
RoBuilder
Рет қаралды 120 М.
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 655 М.
HOW TO MAKE A GAMEPASS SHOP 🛠️ Roblox Studio Tutorial
13:21
Itz_FloppyFish
Рет қаралды 128 М.
These Optical Illusions Are Actually Playable
17:25
ByteBlox
Рет қаралды 731 М.
How many visits will immersive ads get me on Roblox?
25:47
Cookie Tech
Рет қаралды 317 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 108 М.