Omurice
|
  |
| Joined: 01 Jan 2016 |
| Total Posts: 4 |
|
|
| 07 Feb 2016 03:14 PM |
| is there a way to get the mouse using a gui instead of using a tool? |
|
|
| Report Abuse |
|
|
|
| 07 Feb 2016 03:18 PM |
put a local script inside the gui poot thees
local Player = game.Players.LocalPlayer local Mouse = Player:GetMouse()
to activate the mouse(as in like, when they click)
Mouse.Button1Down:connect(function() print("You clicked!")
end)
"k"quoted by AnarchyOfAngels[Quoted by AnarchyOfAngels(quoted by AnarchyOfAngels)] |
|
|
| Report Abuse |
|
|
Omurice
|
  |
| Joined: 01 Jan 2016 |
| Total Posts: 4 |
|
|
| 07 Feb 2016 03:22 PM |
| does it need to be in a frame? |
|
|
| Report Abuse |
|
|
|
| 07 Feb 2016 03:56 PM |
Actually, something I missed was, you have to put the local script inside the startergui
"k"quoted by AnarchyOfAngels[Quoted by AnarchyOfAngels(quoted by AnarchyOfAngels)] |
|
|
| Report Abuse |
|
|