Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to let an "E" to pickup tool be dropped?

Asked by 4 years ago
Edited 4 years ago

I tried copying the e to pickup script and changing it to press "m" to drop it but it doesn't work. help me!

*Local*
UIS.InputBegan:Connect(function(input)
    if game.Players.LocalPlayer.Character:FindFirstChild("KeycardLevel1") then
        if input.Keycode = Enum.Keycode.M then
            workspace.Items.Prop.Event:FireServers()
        end
    end
end)

*Server*
    **Forget the rest sorry**
0
bruh ok so we need to see your code to tell you whats wrong quinzt 201 — 4y
0
ok supercatsauthor 22 — 4y

Answer this question