Advertisement
RoScripter

Hand To Gui Server

May 26th, 2020
8,290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. game.ReplicatedStorage.GivePlayerItem.OnServerEvent:Connect(function(Player, PlayerName)
  2.     local ToolToGive = Player.Character:FindFirstChildWhichIsA("Tool")
  3.     ToolToGive.Parent = game.Players[PlayerName].Backpack
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement