|
| 02 Nov 2013 12:06 AM |
| Ok, So when you make a gun script you have have usually a script, at least I hope so, and it looks for the handle in the tool. Is there a way to Not use a handle so I can shoot a laser out of my arm? |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2013 12:13 AM |
m=game.Players:GetMouse() m.Button1Down:connect(function() print(mouse.Hit.p) end)
♫♪ repeat wait() until game.Players.FrozenSmite.HasALife == true ♪♫ |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2013 12:15 AM |
I didn't need the code, just a general idea on how I could do it
I already have some code written out..
Mouse.KeyDown:connect(function(k) k = k:lower() if k == "f" then print("Printed") end end) |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2013 11:16 PM |
I just showed u to use localplayer:getmouse() so u dont need a tool...
♫♪ repeat wait() until game.Players.FrozenSmite.HasALife == true ♪♫ |
|
|
| Report Abuse |
|
|