I need help with this. As the question says, the tools have to be used only by the players that I want. Example: I want the hammer to be used by me and another friend.
``local admin = "Rocket_Coder"
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) if player.Name == admin then game.ReplicatedStorage.Tool:Clone().Parent = player.Backpack end end) end)``
Marked as Duplicate by Goulstem
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?