In today's Short I will be showing you how can you create a Tools Gamepass Script on Roblox Studio... This is the script... local Players = game:GetService("Players") local MarketPlaceService = game:GetService("MarketplaceService") local GamepassID = HERE --- Change your gamepass here Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) if script:FindFirstChildOfClass("Tool") and GamepassID ~= 0 then if MarketPlaceService:UserOwnsGamePassAsync(player.UserId, GamepassID) then script:FindFirstChildOfClass("Tool"):Clone().Parent = player.Backpack end end end) end) If any errors please contact me in the comments!! '#roblox #robloxstudio #tutorial #robloxdevelopment #robloxedit #robloxdeveloper #easy #robloxscripting #robloxstudiotutorial #edit