HOW TO MAKE A GAMEPASS THAT GIVES YOU AN ITEM 🛠️ Roblox Studio Tutorial

preview_player
Показать описание
In todays video I show you how to make a player receive a badge when a part is touched!
Hope you enjoyed the video, Have a lovely rest of your day!
If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!

Script:

local Players = game:GetService("Players")
local MarketPlaceService = game:GetService("MarketplaceService")
local GamepassID = 12345678 -- Change this ID to your Gamepass ID
local ToolName = "YourToolName" -- Change YourToolName to whatever you tool is called

Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
if MarketPlaceService:UserOwnsGamePassAsync(player.UserId, GamepassID) then
script[ToolName]:Clone().Parent = player.Backpack
end
end)
end)

Roblox Studio Tutorial
Рекомендации по теме
Комментарии
Автор

Omg tysm ive tried watching two different tutorials before this and this was the only one that worked it was also rly easy :D

RiceCookerIII
Автор

Thank you so much! I was having trouble with this until I came across your video. It was quick to the point and very helpful. Without it, I wouldn't have been able to make my game the way it is now!

levelXD
Автор

Actually one of the VERY FEW good YouTubers at making tutorials, keep up the good work! Very helpful thank you for all the help with making my roblox obby. :)

MonkeyIsTheKing-uxoc
Автор

This helped me so much dude you don't know how long I was searching for a tutorial like this!

talaldnoob
Автор

Bro you are the best YouTuber i've ever seen. Straight to the point without wasting any time!

anubhavbakshi
Автор

THANK YOU! i have been searching a tutorial like this for ages

baconhair
Автор

😭😭I used all your tutorials, she're so helpful and slow, so i can easy see it! I love your tutorials! Keep making them!

JipelistiqYTofficial
Автор

This helps me out SO MUCH THANK YOU. you earned yourself a new subscriber!

PitaBitMe
Автор

literally so helpful, also quick tip for anyone that wants to test it to make sure it works is make sure u make your gamepass the lowest price it can be, and then delete it from your inventory and then buy it for insanely cheap, after making sure it works u can set it back to its original price. Dont forget to overwrite your experiece.

solevxii
Автор

First of all easy to follow, Fun to watch, made me teared up because i was so cheered, my gamepass is published on the game and someone bought it for 100 robux and gave me 70 robux per day, lastly Thank you and appreciate it even though im new to scripting and coding you have earned a sub thank you floppy fish!

VPopss
Автор

THANK YOU SO MUCH DUDE! I've been searching a ton of videos that were not helpful but yours worked!

galaxyonthehorizon
Автор

Thank you so much! I love your tutorials!

RadiatorZ
Автор

Extremely underated YouTuber your toturials are amazing

_ilyastounzi
Автор

this tutorial was SO this helped me a lot for my self made game!!! tysm u earned a new sub here!

Axolotl_
Автор

This tutorial helped me make my game. Thank you!

Microwave-
Автор

YO DUDE NICE VIDEOS AND THEY ARE SO EASY TO FOLLOW IM WORKING ON A GAME USING SOME OF UR TIPS

jaxzhimself
Автор

This was actually the best tutorial I have ever watched 😅

WarzoneWhisperer
Автор

Thank you so much you are my favorite youtuber!

everythinggoeswithkdbella
Автор

TYSM YOUR THE ONLY YOUTUBER I FIND HELPFULL FOR ROBLOX STUDIO!!!!

DuckyBloxOG
Автор

Im working on horror game rn and this is exactly what i needed to know. Thx so much.

UnitedGamesOfficial