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

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)

🌟 Floppys Discord Server: https://discord.gg/Vq2msxnR95
🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003

Roblox Studio Tutorial

Alex
Alex

Hi, I'm Alex! I've been obsessed with Roblox ever since I first started playing at the age of 15. Now at 25, Roblox is still my number one hobby and passion.

When I'm not working my day job, you can find me gaming for hours on end, playing and creating all kinds of imaginative worlds. I love participating in building challenges and mini-games with friends. My favorite thing is designing intricate obstacle courses and racing tracks.

I run a Roblox gaming website where I post articles, guides, and tips about my gameplay and creations. I provide tricks and advice for fellow adult gamers and try to keep things entertaining with my fun writing style.

Articles: 2951

13 Comments

  1. YOU JUST GAINED A SUB!! THANK YOU SO MUCH DUDE I FOUND LIKE 54354982359834759834573985 VIDEOS THAT DID NOT DO ANYTHING AND THEN ALL OF UR VIDS ARE PERFECT AND WORK TYSM!!!!!!!!!!!

  2. ty but how do i like connect the shop thingy to this cuz idk how to script/code ive just been looking up tuts all day

Leave a Reply

Your email address will not be published. Required fields are marked *