|
|
|
|
|
um try to change function name idk that could fix the error |
|
|
|
Try using,
mouse.Button1Down:connect(onButton1Down) |
|
|
bin.Equipped:connect(function()
end)
try that way |
|
|
@anony he is trying to equip the weapon not to attack |
|
|
|
|
Check to make sure "mouse" inside of onButton1Down(mouse) isn't returning nil. |
|
LacrymaJoin Date: 2010-02-15 Post Count: 22696 |
u need to do
while true do end
the way roblocks works is that it does not run the skript unless it is looping 4ever |
|
|
|
Use something such as,
print(mouse) inside of the first function. |
|
|
|
|
Is this a Tool or a HopperBin?. |
|
LacrymaJoin Date: 2010-02-15 Post Count: 22696 |
i alredy helped u
this thread is SOLVED |
|
|
|
|
Alright,
try using the solution I originally posted as it should automatically pass the "mouse" parameters to the function. |
|
|
|
Show me the modified version. |
|
|