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

this is a script for script builder but the tool is not being made can someone tell me why?

Asked by 8 years ago
if script.Parent.className~="HopperBin" then
hopbin=Instance.new("HopperBin")
hopbin.Name="partmaker"
--hopbin.Parent=game.Lighting
hopbin.Parent=game.Players.blackmask657.Backpack
script.Parent=hopbin
end
getmouse = game.Players.LocalPlayer:GetMouse()
partmaker.Equipped:connect(function(maker)
maker.Icon = "http://www.roblox.com/asset/?id=125608056"
maker.MouseButton1Click:connect(function()
    Instance.new("Part")



    end)

end)


0
Ummmm, so is the script an actual instance orrrrrr koolkid8099 705 — 8y

1 answer

Log in to vote
-2
Answered by 8 years ago

What are you trying to do, place a Part somewhere?

Ad

Answer this question