|
| 11 Oct 2015 05:29 PM |
| How can I tell who click a surface gui? |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Oct 2015 05:54 PM |
make the surfacegui local and then it'll always be the localplayer
have a kawaii face ~ (ノ◕ヮ◕)ノ*:・゚✧ |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 05:57 PM |
Put the SurfaceGui into StarterGui. Then using the console, type
game.StarterGui.SurfaceGui.Adornee = workspace.YourPartName
This will make the SurfaceGui show up on the same part, but it will be local for each player and it will remain in the PlayerGui. This means you can put the script into a LocalScript in the SurfaceGui and use game.Players.LocalPlayer :)
-The [Guy] |
|
|
| Report Abuse |
|
|
| |
|