How to make a Gui Button that gives players items (Roblox Studio)

Аватар автора
Игры и Поиск выхода
Any Problems? Just comment your problem down with it&error code. Today We made Gui Button that gives players certain items. Don&forget to write the name of your tool in the script, Enjoy :D script: local Item = game.ReplicatedStorage.ClassicSword local player = game.Players.LocalPlayer local Backpack = player.Backpack script.Parent.MouseButton1Down:Connect(function() local clone = Item:Clone() clone.Parent = Backpack end)

0/0


0/0

0/0

0/0