Поделиться в MAX

КАК СДЕЛАТЬ КНОПКУ ПОДНЯТИЕ ПРЕДМЕТОВ В РОБЛОКС СТУДИО

Аватар автора
Привет друг или подруга, помогите набрать мне 300 подписчиков приятного просмотра сылки на дискорд небудет извените проблемы мой ник в роблокс Robzi4351 скрипт local pps = game:GetService(«ProximityPromptService») local distance = 10 local timeToHold = 0.5 pps.PromptTriggered:Connect(function(pp, plr) local tool = pp.Parent.Parent if tool:IsA(«Tool») then tool.Parent = plr.Backpack pp:Destroy() end end) while wait() do for i, descendant in pairs(workspace:GetDescendants()) do if descendant:IsA(«Tool») and descendant:FindFirstChild(«Handle») and not game.Players:GetPlayerFromCharacter(descendant.Parent) then if descendant.Handle:FindFirstChild(«TouchInterest») then descendant.Handle.TouchInterest:Destroy() end local pp = descendant.Handle:FindFirstChild(«ProximityPrompt») if not pp then pp = Instance.new(«ProximityPrompt») pp.MaxActivationDistance = distance pp.HoldDuration = timeToHold pp.ObjectText = «Tool» pp.ActionText = «Pick Up» pp.Parent = descendant.Handle end end end end увидимся в следущем ролике пока)

0/0


0/0

0/0

0/0

0/0