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

  Рет қаралды 155,806

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 2022 - 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

Пікірлер: 679
@theredking1232
@theredking1232 4 ай бұрын
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_ Ай бұрын
local shopFrame = script.Parent.Parent.ShopFrame script.Parent.MouseButton1Click:Connect(function() shopFrame.Visible = not shopFrame.Visible end)
@SpeedyNeonGo
@SpeedyNeonGo Ай бұрын
thank you do much this helped alot it changed a guys life 😶😶😶
@JbeesAmazinglife
@JbeesAmazinglife Ай бұрын
Ty
@seakidgaming3928
@seakidgaming3928 21 күн бұрын
That’s what I did it still doesn’t work😭😭😭
@CatsCool_
@CatsCool_ 21 күн бұрын
@@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)
@TheyCallMeKayNow
@TheyCallMeKayNow 9 ай бұрын
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 9 ай бұрын
life saver
@gamerelijahc2314
@gamerelijahc2314 9 ай бұрын
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 7 ай бұрын
thank you you nice
@TigerD4
@TigerD4 4 ай бұрын
ur the best TYSM
@McGee_Two
@McGee_Two 4 ай бұрын
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
@gamerplays2.079
@gamerplays2.079 9 ай бұрын
i keep watching ur vids and they are always correct and helping me with my game. thx for making these
@Royal_KLP
@Royal_KLP 3 ай бұрын
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)
@Obarbafan82
@Obarbafan82 2 ай бұрын
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
@Turtle2.02
@Turtle2.02 2 ай бұрын
@@Obarbafan82 thxs
@Bimarshoffical_Arts
@Bimarshoffical_Arts Ай бұрын
thx bro
@Pezdonateman
@Pezdonateman Ай бұрын
@@Obarbafan82it not opening for me
@shadow982
@shadow982 9 күн бұрын
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!
@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
@BLANAEQXXTV
@BLANAEQXXTV 8 ай бұрын
cool and thank you for this i love your channel!
@noahplayz1412
@noahplayz1412 7 ай бұрын
Thanks a lot Bro every tutorial by you works perfectly
@Sub2JayYT
@Sub2JayYT Жыл бұрын
Amazing Tutorial. This Really Helped me make my game.Thank you!
@T-pex267
@T-pex267 7 ай бұрын
bro tysm i like ur video and i subscribed and liked the video bro your the best
@CharIottePlaysYT
@CharIottePlaysYT 7 ай бұрын
I will try to do it thank you for the tutorial 😊
@J3rred
@J3rred Жыл бұрын
These tutorials are so god damn easy to follow and accurate! Thanks a lot for the knowledge! Subbed!
@FinnaldTheDuck
@FinnaldTheDuck 9 ай бұрын
Nope they r not too fast u suck :P
@yashhwanth
@yashhwanth 10 ай бұрын
bro your the one who doesn't paste code in the description so we can actually learn something tysm bro
@yusti9429
@yusti9429 28 күн бұрын
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.
@tigertricks2474
@tigertricks2474 8 ай бұрын
I'm so impressed! This was so easy and fast! It only took a few lines of coding too!
@epicGames-wr4uj
@epicGames-wr4uj 3 ай бұрын
i does not work for me :(
@ethanmacleod9003
@ethanmacleod9003 9 ай бұрын
Very fast informative and clear information. Much appreciated
@user-hg8xu2ry4g
@user-hg8xu2ry4g 9 ай бұрын
I put him on slow motion but It didn't work bc he so is fast
@pokeandstuff2836
@pokeandstuff2836 11 ай бұрын
Like really this is the only toturial that worked for me and i have watched 100 of them thasnk you!!
@DrgoVx
@DrgoVx 11 ай бұрын
local mps = game:GetService("MarketplaceService") script.Parent.MouseButton1Click: Connect(function() mps: PromptGame Pass Purchase(game.Players.LocalPlayer, script.Parent.GamepassID.Value)
@KaraokewWithMe
@KaraokewWithMe Жыл бұрын
Ty so many 😁 you're fantastic! And your tutorial too!
@notrealwindyy6147
@notrealwindyy6147 Жыл бұрын
Amazing tutorial! Really helped me a lot with my GUI, ty! Goodluck with channel :D
@Russian_Guy63
@Russian_Guy63 2 ай бұрын
Thank you ! This helped mw make a shop dor my game! You are very helpful;)
@arvindkumarjaiswal1970
@arvindkumarjaiswal1970 Жыл бұрын
Thanks Bro, You earned a subscriber.... Really Appriciate your work
@daveseol2110
@daveseol2110 Ай бұрын
You are helping me and my friend make a roblox game about fighting and this tutorial helped me alot!
@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?
@Super_Gutt
@Super_Gutt 11 ай бұрын
scripts*
@desionyx
@desionyx 10 ай бұрын
@@Super_Gutt "scripts*" 🤓 like bro no-one cares its not a big deal
@Super_Gutt
@Super_Gutt 10 ай бұрын
@@desionyx you mean noone cares about you?
@desionyx
@desionyx 10 ай бұрын
@@Super_Gutt sure but spelling dosnt really matter it is a yt comment section
@cr_hdyok3135
@cr_hdyok3135 Жыл бұрын
Thank you! Helped out my game alot. You earned a subscriber! Hope you reach 500 subs.
@Blackshadowtbn1234
@Blackshadowtbn1234 Жыл бұрын
NAHHH 10K!!!!
@Fact_Frenzy1
@Fact_Frenzy1 Ай бұрын
@@Blackshadowtbn1234 NAHHH 100K
@kayleetodd1001
@kayleetodd1001 8 ай бұрын
Very helpful Ty LOVE YA 🎉❤
@PokeyJokey1
@PokeyJokey1 8 ай бұрын
Your amazing dude! Thank you! :) Also, is there any way to have an option to buy Group Merch instead of a Gamepass?? Thank you!! :)
@iamzephyr5986
@iamzephyr5986 7 ай бұрын
[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_ 6 ай бұрын
tysm i also had that problem
@user-bf2rc3ev2f
@user-bf2rc3ev2f 6 күн бұрын
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 11 ай бұрын
HOW IT WORKED FOR YOU???!!!
@34sixas
@34sixas 10 ай бұрын
I don't need a shop but i used this tutorial to make other GUIs type andthis works! so if some peoples see this know what ;)
@MohnagiEditz
@MohnagiEditz 4 ай бұрын
bro will the player own the item once he/she buys it cz like he will only buy the image right?
@Scooter_Noah
@Scooter_Noah Жыл бұрын
DUDE I AN NEVER FIND A VIDEO THAT ACTUALLY WORKS TYSM!!!!!
@wallie1416
@wallie1416 25 күн бұрын
thanks so much these are so easy to follow and im using it in my next game tysm!
@FireRobloxPlayer
@FireRobloxPlayer 10 ай бұрын
TYSM Exactly what i needed just the give item thing
@rainbowbuddy44
@rainbowbuddy44 4 ай бұрын
thank you so much! that helped me out A LOT.
@talaldnoob2107
@talaldnoob2107 10 ай бұрын
Im confused when someone buys the gamepass do they get the item or we have to do something
@justfrostdevelops28724
@justfrostdevelops28724 Жыл бұрын
looking forward to adding this
@user-nd2ig5ly2l
@user-nd2ig5ly2l 8 ай бұрын
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 3 ай бұрын
Huge thanks for making this video!
@user-vz4kj6qb8d
@user-vz4kj6qb8d 10 ай бұрын
Thank you!, now my game works perfectly fine, thank you😃
@mactok4800
@mactok4800 8 ай бұрын
i made the gui it works perfectly fine, but theres a problem. i made 2 gamepasses in the gui and linked them, my friend tried to buy one gamepass to see if it works, and instead of getting the 1 tool the gamepass provides, it gave him the tool and another tool from a different gamepass in the same gui. how do i fix this ?
@vvvplayz8510
@vvvplayz8510 6 ай бұрын
swap the image
@GhecoYT
@GhecoYT 8 ай бұрын
Thank you, it helped me very much!
@dimaavetisyan5040
@dimaavetisyan5040 8 ай бұрын
How get image for shop?
@MrGooGoo2
@MrGooGoo2 5 ай бұрын
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
@bandsuburbia
@bandsuburbia 11 ай бұрын
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 11 ай бұрын
hello I have a question: How do this work for you?
@Slipail
@Slipail 11 ай бұрын
Bro players buy the gamepasses and get nothing
@desionyx
@desionyx 10 ай бұрын
@@Slipail same with me i dont know why this happenes and i dont know the fix to it
@DaBeastGang
@DaBeastGang 4 ай бұрын
same@@desionyx
@ItsTubsFN
@ItsTubsFN Ай бұрын
same @@DaBeastGang
@nevzatakdana3134
@nevzatakdana3134 7 ай бұрын
ok but how do the person gets the item? in this video we only get the gamepass tell me if im wrong
@ToshidkOgEmanMand
@ToshidkOgEmanMand Жыл бұрын
Great video bro! 😊😊
@loltrol2500
@loltrol2500 Жыл бұрын
Super easy and fast, thank you
@KINGSOFPUBG111
@KINGSOFPUBG111 Ай бұрын
How does this script understand which thing it should put into the inventory? As i understood it just connects with the pass, but pass can tell only price.
@olihun097
@olihun097 3 ай бұрын
I have a question if somebody buy the item he s gonna get the item?
@Bedwars_promaster33
@Bedwars_promaster33 3 ай бұрын
TYSM BRO YOU ALMOST MADE ME CRY TYSM I TRYED YOU BEFORE AND IT DID NOT WORK BECAUSE I COPY YOU AND IT DOES NOT WORK BUT I DO BLAH BLAH BLAH THEN IT DID WORK I SUBSCRIBE!
@yaboycomp6451
@yaboycomp6451 8 ай бұрын
shopui problem: when i created a image botton and put the image the image does not stay with the shop so when i close the shop it doesnt take the image with it so its a floating image on the screen
@QwerxYtYt
@QwerxYtYt 8 ай бұрын
Same
@BrickOfficial1
@BrickOfficial1 19 күн бұрын
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.
@voidsallVOIDS
@voidsallVOIDS 10 ай бұрын
best tutorial ever it also helped me make a credits GUI
@NOVITUS12
@NOVITUS12 2 ай бұрын
It worked I love u thx baba boy im searching since an hour habibi
@jaxon_ninja24
@jaxon_ninja24 9 ай бұрын
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 :)
@mr_redstone6699
@mr_redstone6699 8 ай бұрын
How do I make it so that it gives you the items permanently when bought, like even after rejoining?
@jordanprosser3213
@jordanprosser3213 6 ай бұрын
literalllllllyy
@jordanprosser3213
@jordanprosser3213 6 ай бұрын
How do i make it so when i clcik on picture to purchase item when i purchase it i get a tool
@Yuyito7070
@Yuyito7070 9 ай бұрын
is there a way that it can be infinite to buy for it to be a coin shop like for a simulator
@mrpower3199
@mrpower3199 3 ай бұрын
thanks for helping me i loved this video and i hope you get 20M subs
@chipsable28
@chipsable28 8 ай бұрын
how do you upload the image
@jennifervanbroekhoven95
@jennifervanbroekhoven95 9 ай бұрын
TYSM IT HELPED ME OUT
@gamestimeonstreams8595
@gamestimeonstreams8595 7 ай бұрын
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?
@hobotf2208
@hobotf2208 Ай бұрын
if i wanted to make an ingame shop for ingame items what should i do exactly ?
@spekischlecki
@spekischlecki 9 ай бұрын
finally a working tutorial :D
@damjan6420
@damjan6420 5 ай бұрын
ì could not find any as good as this, thanks so much
@boutrosnaddaf2852
@boutrosnaddaf2852 7 ай бұрын
Thank you so much now I can finish my game and publishes and get Robux to
@Void_Swift
@Void_Swift 7 ай бұрын
how do you make it so you get the item when buying
@notslimezz
@notslimezz 10 ай бұрын
where do you get the image from
@Ssg301
@Ssg301 10 ай бұрын
this tutorial was very good. Can you make how to get the item when you buy it
@faucon7817
@faucon7817 6 ай бұрын
It's still working bro ! tysm ! :D
@haiderhasan7930
@haiderhasan7930 Жыл бұрын
Question:how do you find the thing in ur store it doesn't pop up for me
@Bmvrgt
@Bmvrgt Ай бұрын
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?
@jerepoho69
@jerepoho69 9 ай бұрын
But do the game give u the gravity coil when u purcahse it automatic or what
@MrBrok3
@MrBrok3 9 ай бұрын
How do you find the GamePassID for Mac because it doesn’t show on Mac
@YawiRoblox
@YawiRoblox 10 ай бұрын
How did you make a file pop up when u click the image mine doesn't pop up when i click it?
@Overaccplis
@Overaccplis Жыл бұрын
Thanks alot bro it really worked!!!
@MxRez
@MxRez 9 ай бұрын
idk if i did somthing wrong but it dosent like buy the gampass like dosent let me everything else is fine
@oma5468
@oma5468 10 ай бұрын
Lets goo Its working man! i've watch several youtube tutorials on how to make shop gui but nothing them worked when i watch your channel and follow these it worked!! what a massive W for u man
@ShadowGaming-oc3yg
@ShadowGaming-oc3yg 7 ай бұрын
Make sure to turn the shop frame visibility back off after your done adding your gamepasses or else players will be greeted by the shop gui when they join your game.
@klikyali
@klikyali 5 ай бұрын
That's what i call an "EA class" presentation.
@Gamer_Tobi
@Gamer_Tobi 5 ай бұрын
Bro big TY😶
@SpectacularSketches
@SpectacularSketches 3 ай бұрын
Why does every time i put trasnparenty on 1 it doesnt work Can someone help me Please
@ChopperFlopper
@ChopperFlopper 8 ай бұрын
but how do the players get the coil??
@deesnuts8266
@deesnuts8266 Жыл бұрын
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 10 ай бұрын
gravity_coil_gamepass_by_imperfectiyperfect_ddxg7kr-pre.png
@okheyuser
@okheyuser 10 ай бұрын
@@realmsjs9110 gravity_coil_gamepass_by_imperfectiyperfect_ddxg7kr-pre.png
@thorbenvanseveren6156
@thorbenvanseveren6156 6 ай бұрын
​@@fr3aky.Can you link a vid for it
@Musiala_aep
@Musiala_aep 9 ай бұрын
what website do i use to create the logos myself
@user-nu7kw4wn1p
@user-nu7kw4wn1p 6 ай бұрын
thank u very very very much u helped me to get robux and it makes my games more fun thank u so muchhh
@Rage_LeSS
@Rage_LeSS 10 ай бұрын
Do you still have it if you leave the game and rejoin
@MrBasicHat
@MrBasicHat 9 ай бұрын
there is nothing for me in the store of my game it only says to add pass so how to fix that?
@williammurphy7502
@williammurphy7502 6 ай бұрын
Thanks bro it actually works
@GustavoGolinski
@GustavoGolinski 4 ай бұрын
But how do you go about pulling up to a store with the doll and activating the store without being guided?
@LSShorts700
@LSShorts700 Жыл бұрын
Absolutly amazing tysm
@jonathantorres6305
@jonathantorres6305 Жыл бұрын
Im Trying To Make A Tornado Alley Thanks For This!
@BuxMineTeam
@BuxMineTeam Жыл бұрын
first thing work but gamepass dont works. who can help me?
@willypro557
@willypro557 3 ай бұрын
When i set the background transparency to 1, it didn't work. How do you fix it?
@coolxfn
@coolxfn 8 ай бұрын
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)
@MW_gaming_
@MW_gaming_ 7 ай бұрын
i cant change the image button pls help
@KennyIF
@KennyIF Ай бұрын
Hey! Just 1 Question, When you buy the gamepass how do you make it appear in your inventory?
@KINGSOFPUBG111
@KINGSOFPUBG111 Ай бұрын
I actually have the same question. I cant understand how this script understands which thing it should put to the player's inventory
@gorillataggod406
@gorillataggod406 3 ай бұрын
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
@Dodorel232
@Dodorel232 3 ай бұрын
Thank you you are good man from roblox studio! :)))))))))))))
@Jerms_.
@Jerms_. 9 ай бұрын
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
@Greatestfootballshow
@Greatestfootballshow 8 ай бұрын
i like your explanation, but when someone buy the gamepass do he will get the item or no? pls tell me
@dyuthimenon5133
@dyuthimenon5133 15 күн бұрын
They will :)
@Ichiblox
@Ichiblox Жыл бұрын
i want a script to buy the gamepass, from the image button, pls help!!!!
@SpeedyNerd69
@SpeedyNerd69 6 ай бұрын
Ye but how do you add when they buy it is in there inventory
How to Make an R To Reset Button - Roblox Scripting Tutorial
4:20
I SCAMMED THE SCAMMER COMPILATION! 🤑😱
6:58
RKBlox
Рет қаралды 3,3 М.
What Happens If You Trap Smoke In a Ball?
00:58
A4
Рет қаралды 17 МЛН
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 4,7 МЛН
BRAWLER MUTATIONS WILL BREAK THE GAME! - Brawl Talk
09:34
Brawl Stars
Рет қаралды 25 МЛН
Which one will take more 😉
00:27
Polar
Рет қаралды 41 МЛН
I spent 500 DAYS Building My Roblox Game!
14:21
DeHapy
Рет қаралды 727 М.
How To Make GUI | Roblox Studio
10:35
Kingkade 3D
Рет қаралды 208 М.
Does Being A Girl Get You More Robux On Pls Donate?
12:10
ItsMeAKrow
Рет қаралды 1,3 МЛН
How Unoptimized Can a Roblox Game Get?
16:49
ByteBlox
Рет қаралды 85 М.
How to Make A Gamepass Shop in Roblox Studio
2:48
Immafish
Рет қаралды 111
I Built 5 SECRET Rooms You’d Never Find!
26:46
Stokes Twins
Рет қаралды 59 МЛН
Survive 100 Days In Circle, Win $500,000
17:10
MrBeast
Рет қаралды 292 МЛН
HOW TO MAKE A GAMEPASS SHOP 🛠️ Roblox Studio Tutorial
13:21
Itz_FloppyFish
Рет қаралды 98 М.
Pushing Roblox Studio To Its Limits
10:28
ByteBlox
Рет қаралды 135 М.
POV: You Built A House In 2013...😐 #shorts
0:30
Renisbee shorts
Рет қаралды 16 МЛН