How To Make A Tool Pick Up System Using Proximity Prompts in ROBLOX Studio!

preview_player
Показать описание
❗ [PRESS SHOW MORE] ❗

🎧 BG MUSIC: Kevin Macleod | Local Forecast Elevator 🎧

✔ Play Roblox Bedwars 😉

✏️ What Do I Use To Edit?
Adobe Premiere Pro

📹 What Do You Use To Record?
OBS Studio 64bit

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

Script:
local Prompt = script.Parent.ProximityPrompt

Prompt.Triggered:Connect(function(Player)
game.ReplicatedStorage.Tool.Parent = Player.Backpack
script.Parent:Destroy()

#roblox #bedwars #season5 #yxsquad #yxsynergy
#robloxstudio #proximity #prompt #shorts
Рекомендации по теме
Комментарии
Автор

THE SCRIPT (1 time and multiple uses)
1 time use:

local Prompt =


= Player.Backpack
script.Parent:Destroy()
end)

Multiple uses:

local Prompt = script.Parent.ProximityPrompt


local ClonedTool =
ClonedTool.Parent = Player.Backpack
end)

Synergy_YX
Автор

For anyone trying to use a model instead of a part, turn it into a union instead and if it's a model you found via workshop thingy, i have no idea

DragonKingGaming
Автор

This helped me out so much, thank you for making an amazing tutorial!!

mattm
Автор

Thank you so much man! I really needed this.

IceCoolLemonade
Автор

I search how to do this for long
Thankyou!!🎉🎉

black_eagles
Автор

I'm betting you will never see this as you haven't uploaded in almost a year, but this was really, really helpful for my game I'm making. I had been clicking on all of these big youtubers videos on how to make something like this and none of them had worked before this one. Thank you. :)

snakeanimations
Автор

Underrated, finally someone who paste the script for us to use

Rasasei
Автор

hey when I hold my item it goes into your arm and glitches you out. do you know how to fix it?

Blox_Smith
Автор

if im using a model will this still work instead of a part ??

Cronic-_-
Автор

You probably will not see this but for me it shows the e to pick up button but when I hold it down it dosent work

ethansouza
Автор

whats the problem with this ? local pickup = script.Parent
local handle = script.Parent.Handle

if pickup.Parent == workspace then
local proxprompt =
proxprompt.Parent = handle
proxprompt.KeyboardKeyCode = Enum.KeyCode.F
proxprompt.ActionText = "Pick up"
proxprompt.HoldDuration = .5


local inventory =
pickup.Parent = inventory
proxprompt:Destroy()
end)
end

bncpb
Автор

the first time the proximity prompt popped up but did not go into my inventory, the second time I did the step by step and it went into my inventory but when I hold the tool it brings me to where the tool was originally placed and it makes it stuck, I need help

Kloyster
Автор

So i removed the script.Parent:Destroy() at the end of the script so that the other players can pick it up as well. But then the thing is if they die and respawn and try to pick up the part they cant pick it up again... Do you know how I can fix that?

mmben
Автор

Hello! thx for your vid, I have a question, I have a model that i made using parts how do I get it to work if its a model?

taylorfan
Автор

Why when I collect the tool does it return to the same place and still teleport the player?, he can't leave

itz_legendy
Автор

Question
can you make it so if they die it drops the item?

GDQM
Автор

I need help, cause I need a pick up tool. But I want it to stay there so other people can click it to.

leannemawson
Автор

For some reason if you use teleport pads before grabbing the item it will not work

SomeRandomPerson-
Автор

How to fix that if i drop item proximity prompt dissapear

sepetru
Автор

hello. it worked; but there is a bug that, i can't hold it in my character. bruh.

Sseads.