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

how can i call a cloned tool (tool is from replicatedstorage)?

Asked by 2 years ago
local greenpart = game.Players.LocalPlayer:WaitForChild("BackPack"):WaitForChild("GreenPart")

 greenpart.Equipped:Connect(function(mouse)
        print("hey")
    end)


0
im polish so my english is bad sorry teshowypl 15 — 2y

Answer this question