|
| 03 Sep 2011 09:35 PM |
How do you access a player's mouse object without using a Hopperbin or tool?
|
|
|
| Report Abuse |
|
|
|
| 03 Sep 2011 09:36 PM |
Can't, without modded Roblox.exe I have a modded exe I made, but I can't release it into the public yet. I'll PM you when it's done if you would like. |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 03 Sep 2011 09:37 PM |
You must use one or the other, but you CAN auto-equip the tool and then deleting it in the same frame.
I believe this is the correct way
local Tool = Instance.new("Tool") Instance.new("Part", Tool).Name = "Handle" local mouse Tool.Equipped:connect(function(Mouse) mouse = Mouse end) Tool.Parent = game:GetService("Players").LocalPlayer.Character Tool:remove() |
|
|
| Report Abuse |
|
|
Riderj
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 1534 |
|
|
| 03 Sep 2011 09:50 PM |
swmaniac, you would simply do this:
Bin = script.Parent script.Parent = script.Parent.Parent Bin:Remove()
:3 |
|
|
| Report Abuse |
|
|
GoldenUrg
|
  |
| Joined: 23 Aug 2009 |
| Total Posts: 6428 |
|
|
| 03 Sep 2011 09:58 PM |
@riderj You can do lots of things, but the point was to get the mouse, which you seem to have completely missed.
|
|
|
| Report Abuse |
|
|