Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб HOW TO MAKE A GAMEPASS SHOP 🛠️ Roblox Studio Tutorial в хорошем качестве

HOW TO MAKE A GAMEPASS SHOP 🛠️ Roblox Studio Tutorial 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



HOW TO MAKE A GAMEPASS SHOP 🛠️ Roblox Studio Tutorial

In todays video I show you how to make a Gamepass Shop. I 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! 🌟 Floppys Discord Server:   / discord   Script 1: script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.ShopFrame.Visible = not script.Parent.Parent.Parent.ShopFrame.Visible end) -- Change ShopFrame to your Frame name Script 2: (Buying) script.Parent.MouseButton1Click:Connect(function() local MarketplaceService = game:GetService("MarketplaceService") local id = 144471085 -- Change to your Gamepass ID local hasPass local player = game.Players.LocalPlayer local success, message = pcall(function() hasPass = MarketplaceService:UserOwnsGamePassAsync(player.UserId, id) end) if hasPass then local char = player.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") else MarketplaceService:PromptGamePassPurchase(player, id) end end) 🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003... Roblox Studio Tutorial Roblox Studio Studio Tutorials

Comments