Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local replicated = game:GetService("ReplicatedStorage")
- local tool = replicated:FindFirstChild("SwordFF")
- local button = script.Parent
- button.MouseButton1Click:Connect(function()
- if tool then
- local newTool = tool:Clone()
- newTool.Parent = game.Players.LocalPlayer.Backpack
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement