#Im new

1 messages · Page 1 of 1 (latest)

willow shuttle
#

Hi, im new im trying to make a press e to pick up system i have 13 items i need to do that to ive tried every single way can some help please.

spare gustBOT
#

studio** You are now Level 1! **studio

hot talon
#

use a proximity, and in your script when a player trigger the proximity, it'll take the item that you want and put it inside the plyaer's backpack or character

spare gustBOT
#

studio** You are now Level 7! **studio

willow shuttle
jolly yarrow
#

just do this a local script in the proximitypromp and a Remote event and a serverscript service script and type in this

#

the remote event in replicated storage

#

for local script do this

#

game.Players.PlayerAdded:connect(function(plr)

spare gustBOT
#

studio** You are now Level 3! **studio

jolly yarrow
#

local Prompt = script.Parent

#

Prompt.Triggered:Connect(function(Pressed)

#

if Pressed then

#

game.replicatedStorage.RemoteEvent:fireServer()

#

end)

#

then for the serverscriptservice script

#

type this

#

game.replicatedstorage.RemoteEvent.OnServerEvent:connect(function(Event)

#

forget

#

my mystake