How to Make a Boombox Gamepass - Roblox Scripting Tutorial

  Рет қаралды 28,034

Squidingz

Squidingz

Күн бұрын

Model: www.roblox.com...
In this Roblox Scripting Tutorial I'll teach you how to script a Boombox Gamepass in Roblox Studio so you can earn robux from your Roblox game!
How to Make a Boombox Gamepass - Roblox Scripting Tutorial
Thanks for 100 Subscribers!
-------------------
Follow me on Twitter: @Squidingz
Current Subscriber Count: 105
Comment what videos you want to see next and subscribe.
#roblox #robloxdev #robloxstudio #tutorial

Пікірлер: 121
@mrcrustman
@mrcrustman Жыл бұрын
Here's the script if you're lazy: local boomboxGamepassId = [PASSIDHERE] local mps = game:GetService("MarketplaceService") local boombox = script.BoomBox game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) if mps:UserOwnsGamePassAsync(player.UserId,boomboxGamepassId) then boombox:Clone().Parent = player.Backpack end end) end)
@sabihaahmed3839
@sabihaahmed3839 Жыл бұрын
bro tysm im a noob at scripting bro your a life saver😊
@britishladgrellox
@britishladgrellox Жыл бұрын
thx im a lazy person
@OfficialFounderOfOhio
@OfficialFounderOfOhio Жыл бұрын
Bro- Thank you...
@woaked414
@woaked414 Жыл бұрын
ty
@VersaTune1
@VersaTune1 Жыл бұрын
thank you
@ballonball6824
@ballonball6824 5 ай бұрын
local BoomBoxGamepassID = ---YOUR ID local mps = game:GetService("MarketplaceService") local BoomBox = script.BoomBox game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) if mps:UserOwnsGamePassAsync(player.UserId,BoomBoxGamepassID) then BoomBox:Clone().Parent = player.Backpack end end) end)
@RevengeWT
@RevengeWT Жыл бұрын
local boomboxGamepassId = [PASSIDHERE] local mps = game:GetService("MarketplaceService") local boombox = script.BoomBox game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) if mps:UserOwnsGamePassAsync(player.UserId,boomboxGamepassId) then boombox:Clone().Parent = player.Backpack end end) end)
@DarkcorOfficial
@DarkcorOfficial 5 ай бұрын
Thank you and can you make Mute Boombox Button Gui Please😊❤
@brokentriangle7085
@brokentriangle7085 Жыл бұрын
yo first scripting vid I watched that actually worked
@elicooper5233
@elicooper5233 6 ай бұрын
But I didn't get the boombox while testing the game or playing the game from roblox
@hyperk4tz613
@hyperk4tz613 Жыл бұрын
How do you make a button to access the gamepass, or purchase it if you don't have it going along with the script?
@zvlqtxs
@zvlqtxs Жыл бұрын
YEA I WONDERING To¨
@_-velek-_
@_-velek-_ Жыл бұрын
I’m not sure how but I know The games store is where you can get the gamepass
@Bailey491
@Bailey491 Жыл бұрын
Great Video SOO helpful to my game Thankyou Soo Much
@s0nic_exe_3
@s0nic_exe_3 Жыл бұрын
it's doesn't not work
@pandemicccc
@pandemicccc Жыл бұрын
Doesn't work lol, dislike
@TxmbexFN
@TxmbexFN Жыл бұрын
thx man this worked i subbed :)
@Mounir_45.Roblox
@Mounir_45.Roblox Жыл бұрын
thank you next time put script in description..
@SALS_UWU
@SALS_UWU 6 ай бұрын
bro help im cant move after equip boombox
@VictoriaRudzinska
@VictoriaRudzinska Жыл бұрын
If it doesn't work for you it's probably a error in the script OR you didn't paste the right ID in and pasted his one in instead
@untitledchannel689
@untitledchannel689 Жыл бұрын
make sure that the name of the boombox matches the name that is written in the script 🤓
@craftedd_
@craftedd_ Жыл бұрын
its says that the local BoomBox = script.BoomBox part is wrong @@untitledchannel689
@craftedd_
@craftedd_ Жыл бұрын
its says that the local BoomBox = script.BoomBox part is wrong
@amusementchannel1
@amusementchannel1 Жыл бұрын
it not worked for me
@amusementchannel1
@amusementchannel1 18 күн бұрын
i tried this one year later and it still dont works🤣🤣
@readdev1827
@readdev1827 Жыл бұрын
thanksss man this will be amazing for my game
@Arthur01907I-Repost
@Arthur01907I-Repost Жыл бұрын
Idk How I Can Thank You
@TheRealBurnzi
@TheRealBurnzi Жыл бұрын
fire bro
@plukioff1785
@plukioff1785 11 ай бұрын
local boomboxGamepassId = --put the id here local mps = game:GetService("MarketplaceService") local boombox = script.BoomBox game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) if mps:UserOwnsGamePassAsync(player.UserId,boomboxGamepassId) then boombox:Clone().Parent = player.Backpack end end) end)
@JoshDev.
@JoshDev. 8 ай бұрын
idol please script
@Viktorstudios_
@Viktorstudios_ 9 ай бұрын
Please laser gun
@IntenseOofy
@IntenseOofy Жыл бұрын
Thanks Man!
@TexasDeathMachine
@TexasDeathMachine Жыл бұрын
thank you soo much bro! i needed this very much
@blitzgeography
@blitzgeography Жыл бұрын
local boomboxGamepassId = [PASSIDHERE] local mps = game:GetService("MarketplaceService") local boombox = script.BoomBox game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) if mps:UserOwnsGamePassAsync(player.UserId,boomboxGamepassId) then boombox:Clone().Parent = player.Backpack end end) end)
@Pandoons
@Pandoons Жыл бұрын
thank you
@snayperas3673
@snayperas3673 Жыл бұрын
it didn't work for me and i there was nothing wrong with the script and i pasted the right id but i thing the problem was beacuse roblox showed him immidietly the "UserOwnsGamePassAssync" and for me it didn't
@CupOfAMuggie
@CupOfAMuggie Жыл бұрын
I'd ask chatGPT but if its somthing that im sorta confused then i go into the videos
@craftedd_
@craftedd_ Жыл бұрын
its says that the local BoomBox = script.BoomBox part is wrong
@albaraa302
@albaraa302 Жыл бұрын
Bro can u pls help me cuz I can't add gamepass on the app pls help me
@renzoo1408
@renzoo1408 8 ай бұрын
Thank u bro now i can make my very own robux
@mclol_live3231
@mclol_live3231 Жыл бұрын
Can you make it so the boombox doesnt freeze you in place?
@PyroG3N
@PyroG3N Жыл бұрын
Unanchor it
@vortexgaming7364
@vortexgaming7364 Жыл бұрын
I’d does not work
@queijo0991
@queijo0991 9 ай бұрын
Yeah
@Windjammer45
@Windjammer45 Жыл бұрын
so i can "clone" it into a script but it blocks it from entering the script?
@fggcfcftddfe
@fggcfcftddfe 10 ай бұрын
So it must be that the boombox model is not displayed on the map?
@CheesySports
@CheesySports 7 ай бұрын
pls bro make one for taser and sword
@varadhvian66
@varadhvian66 6 ай бұрын
if u bought it then would u get it?
@DaeDaeBst
@DaeDaeBst 9 ай бұрын
this was very helpfull, im making a "Free admin" game with my bro, and this helps out a TON
@RandomEdittsss
@RandomEdittsss Жыл бұрын
ty man
@GaIaxy5296
@GaIaxy5296 4 ай бұрын
When I open up the boombox item in my backpack, It just teleports me into the ground where the boombox was placed... Can someone please help..?
@MrTutorialsGuy
@MrTutorialsGuy 2 ай бұрын
sameeee
@tukimoonn
@tukimoonn 6 күн бұрын
same for me
@WaffleMan56
@WaffleMan56 Жыл бұрын
Why in my game it didnt work :c
@pakicamisica
@pakicamisica 8 ай бұрын
I trust this man with the every cell of my body rn
@blingyblick6574
@blingyblick6574 Жыл бұрын
do the emote gamepass next u know the /e command thing
@nameness5779
@nameness5779 Жыл бұрын
I can't find the boombox
@mounir2008
@mounir2008 Жыл бұрын
bro plees hammer ok
@IDKWTNMUN
@IDKWTNMUN 3 ай бұрын
Thanks!
@Laggiest_man_alive
@Laggiest_man_alive Жыл бұрын
how do you make a button?
@FanEditzNew
@FanEditzNew 5 ай бұрын
Tysm bro worked 🎉
@Coolbudgie20
@Coolbudgie20 Жыл бұрын
did not work?
@МарианМарчев-с4ь
@МарианМарчев-с4ь Жыл бұрын
It works thanks so much you got my like
@The_Cav_Lord
@The_Cav_Lord 11 ай бұрын
It only says GET
@anastasisdragon
@anastasisdragon Жыл бұрын
Tysmm its workk
@Iteigejgeut4i
@Iteigejgeut4i Жыл бұрын
Cool helpful for my game thank you
@fidosesk
@fidosesk Жыл бұрын
dont work
@Xinloiviquadepchei
@Xinloiviquadepchei Жыл бұрын
thanks :)
@mounir2008
@mounir2008 Жыл бұрын
plees hammer
@wrstimetrial
@wrstimetrial Жыл бұрын
thank you
@SpiritShackl
@SpiritShackl 2 ай бұрын
Didn’t work. I retried 3 times and it didn’t work at all :/
@jolepro57
@jolepro57 Жыл бұрын
it works ty !
@echtos
@echtos Жыл бұрын
this was so helpful tysm
@Nooby_King
@Nooby_King Жыл бұрын
Can you make like a mute settings for other players?
@Iteigejgeut4i
@Iteigejgeut4i Жыл бұрын
Yeah its good idea that he do it
@urbexingTss
@urbexingTss Жыл бұрын
there is no top link mate
@Squidingz
@Squidingz Жыл бұрын
There is now
@urbexingTss
@urbexingTss Жыл бұрын
@@Squidingz thanks
@Rocketer-1.0
@Rocketer-1.0 Жыл бұрын
It didn’t work
@kobe1334
@kobe1334 Жыл бұрын
when will you make a vid on mutator shop for your tower of hell kit
@BenBot111
@BenBot111 Жыл бұрын
yo can you help me with my game and i will shout you out?
@BenBot111
@BenBot111 Жыл бұрын
Thx but can you help me with my full game?
@h1derk1ngd18
@h1derk1ngd18 Жыл бұрын
what game are u making i'm curious
@BenBot111
@BenBot111 Жыл бұрын
@@h1derk1ngd18 lifting game
@AJB-Music
@AJB-Music Жыл бұрын
@@BenBot111 srry bro, no one plays lifting games anymore.
@Apeeell
@Apeeell Жыл бұрын
Why can’t they allow mobile to do this
@DangoGaming1000
@DangoGaming1000 Жыл бұрын
poor
@Apeeell
@Apeeell Жыл бұрын
@@DangoGaming1000 I have a gaming phone because it’s simply better and computer is gay Xbox is better you have a poor mind
@Apeeell
@Apeeell Жыл бұрын
@@DangoGaming1000 I bet you ain’t even buy your own stuff
@_4i4uS_
@_4i4uS_ Жыл бұрын
@@Apeeell because it's heavy work bro mobile probably cannot handle it and the screen size it will be really hard
@Apeeell
@Apeeell Жыл бұрын
​@@_4i4uS_ red magic 8 will do fine bro 💀
How to Make a Loading Screen - Roblox Scripting Tutorial
6:41
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 106 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,2 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 38 МЛН
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 73 МЛН
Essential UI Tips & Tricks | Roblox Studio
9:19
Stewiepfing
Рет қаралды 59 М.
How to MAKE a VIP DOOR in Roblox Studio!
19:49
Rustysillyband
Рет қаралды 2,8 М.
How to Make a Shop GUI in Roblox Studio 2024 - Earn Robux!
7:45
How to make a Health Bar in Roblox
8:46
LuckyEcho
Рет қаралды 12 М.
How to script a Tool Gamepass | Roblox Studio Tutorial
20:43
polarisprog
Рет қаралды 46 М.
How to Make 1 Million Robux PER MONTH [EASIEST METHOD]
11:51
Squidingz
Рет қаралды 8 М.
BANNED Minecraft Mods...
16:39
TheMisterEpic
Рет қаралды 269 М.
I Made a Fake Warning to Scare Roblox Players
16:31
ByteBlox
Рет қаралды 1,3 МЛН
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 445 М.
Can 2 DEVS Make A SURVIVAL Game in 24 Hours? (Roblox)
12:03