Город МОСКОВСКИЙ
00:01:34

How To Make TOOL GAMEPASSS SCRIPT | Roblox Studio Tutorial

Аватар
Геймерский Опыт
Просмотры:
21
Дата загрузки:
29.10.2023 22:25
Длительность:
00:01:34
Категория:
Лайфстайл

Описание

Hope you enjoyed this video, I will be uploading as much as I can

Please Like and Subscribe ❤️

- SCRIPT -

local Players = game:GetService("Players")
local MarketPlaceService = game:GetService("MarketplaceService")
local GamepassID = 00000000
local ToolName = " "

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)

Рекомендуемые видео